Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Loyal: It’s fine. I can understand your feeling. I have been in similar position like you many times 🙂 That’s why we are here to help you.
Sakin
Keymaster@BlueFalcon: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box ans check in.
@media screen and (max-width: 640px) { #hgroup.logo-enable { display: inline-block; } }Sakin
KeymasterHi Kathy,
Can you post in your site URL so that I can check in.
Regards,
SakinSakin
Keymaster@vidyaekta: Ok so you are able to add the header image below successfully. Then to hide the top of the header item, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap { display: none; }Sakin
Keymaster@Jason: Sorry I don’t get it what you mean. Yes, you can add Custom CSS as per your need. But I don’t get it what you mean by create new boxes.
Sakin
Keymaster@Aleao: That is just Assistive Text. You don’t need to worry about and if you really want to remove it then you need ti build child theme. For child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/
Then in your child theme
functions.phpjust copy the fucntioncatchkathmandu_primary_menu()from the Catch Kathmandu themecatchkathmandu-menus.phpfile and then remove the code
<h2 class="assistive-text"><?php _e( 'Primary Menu', 'catchkathmandu' ); ?></h2>Sakin
KeymasterHello Loyal,
I just check in your site and cannot find the Bible Gateway. Maybe, you have already remove it. Most of the widgets will be in “Appearance => Widget”. Check the widgets in various widget areas.
Regards,
SakinNovember 16, 2014 at 7:54 am in reply to: How to remove horizontal line under navigation menu bar #47557Sakin
Keymaster@aleks.mavric123: I am not sure which menu border you are talking about. If you are talking about your blue stick menu at the top then you can remove that by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#thsp-sticky-header { border: none; }But if you are talking about the main menu then you need to add the following css instead:
#header #mainmenu, #header #mainmenu ul li { border-bottom: none; }Sakin
Keymaster@fmck718: You can adjust the line-height, padding-top and padding-bottom as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu ul a { line-height: 24px; padding-top: 10px; padding-bottom: 10px; }November 16, 2014 at 6:00 am in reply to: Home Page Posts – how to remove author and category #47553Sakin
Keymaster@HARDEEP: That’s nice. But, you can just replace those custom css with only one css. That will be
.entry-meta { display: none; }November 16, 2014 at 5:58 am in reply to: Remove Page Entry title without removing Slider Caption #47552Sakin
Keymaster@bigoslesli: If you just want to remove the page header then replace your css with the following css in “Appearance => Theme Options => Custom CSS” box.
.page #main .entry-header { display: none; }Sakin
Keymaster@Israel: It’s little stage as the same settings is working fine in our server. I have also emailed to you understand this issue better. You can reply me there as well. Do you have any cache plugin installed, then can you ago to that cache plugin settings and clear your cache and check in.
Sakin
Keymaster@Israel: Thanks for your update. Yes, looks like you have WordPress user permission problem.
Sakin
KeymasterHello Ralf,
I am not sure what are you talking about. Sorry, the Catch Kathmandu doesn’t have option to add image on top of each side. There is option in Pro version using Sidebar Header Top and add two image widget and then alight it left and right.
But in free version, you only have option to use Header Right Sidebar. I am not sure how you have set up your site and how it want to look like. In Free version as well, you can have 2 images in header. One from “Appearance => Header” and upload the Header Image, this will be at the left of your site. Then you can add second image through widget in Header Right Sidebar from “Appearance => Widgets”. So, this is bit complicated.
Note: M suggestion will be to upload single large image from “Appearance => Header” that combine both your left image and right image.
Sakin
Keymaster@bigoslesli: You don’t need to change the color of your site title and tagline from Custom CSS. You can change that from “Appearance => Header” and change the color from Header Text ‘Text Color’ option.
Sakin
Keymaster@RaulDuke: What is the screen-size from which you are viewing your site. Looks like the resolutions of your screen-size is larger then 1600px. This screen-size is not used mostly for web. So, I don’t recommend uploading image larger then this as it increases your website size and loading time.
Sakin
Keymaster1. For space between the widget in footer, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#footer-sidebar .widget-area .widget { margin-bottom: 10px; }2. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#footer-sidebar { border-top: 4px solid #f1c400; }3. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#footer-sidebar .widget ul.menu { list-style: outside none disc; margin-left: 20px; }Sakin
Keymaster@Whitney: I am not sure that url will work in the table. So, I suggest you to get the embed code of the video from the youtube. In you youtube video, click in Share and then Embed and you will get the embed code.
Also when you are using Table, make sure you have responsive design table or use responsive columns. You can get these from plugins.
Sakin
Keymaster@boosted179: Hum sorry there is no option to do that. It uses same li items to all. So, we need to change the menu script.
-
AuthorPosts
