Forum Replies Created

Viewing 20 posts - 5,861 through 5,880 (of 14,509 total)
  • Author
    Posts
  • in reply to: Remove link from slider titles #47620
    Sakin
    Keymaster

    @j1nk0: Featured Post Slider is created to highlight your post in your slider. So, it’s automatically linked to your post. We generally don’t recommend to remove the link. But if you need to remove the link, then you need to build child theme and edit it. As if you edit directly is core theme file, all your edits will be reverted back when you update/upgrade your theme. For more about child theme check out http://catchthemes.com/blog/create-child-theme-wordpress/

    Then after you create your child theme, you need to copy the function catcheverest_post_sliders() in your child theme functions.php file from Catch Everest theme catcheverest-fucntions.php file. Then remove the links.

    OR the easiest option is to Upgrade to Pro version and then you will get option to use Featured Image Slider, where link is optional. See this for more details about Featured Image Slider http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    in reply to: I like to bey the Catch Flames Pro Themes #47599
    Sakin
    Keymaster

    @Anne-Pia: Yes, it’s $44.99 . It seems like you purchased the Catch Box Pro at our introductory price. As now, Catch Box Pro is also at $44.99. We still have our 2nd Anniversary Special coupon code for 20% discount. You can check our blog post at http://catchthemes.com/blog/celebrating-catch-themes-2nd-anniversary

    in reply to: Remove "Home" field front page #47570
    Sakin
    Keymaster

    @Vibelingo: Can you post in your site URL so that I can check in detail.

    in reply to: Phone numbers in header #47569
    Sakin
    Keymaster

    @AlexBelko: Oh sorry I though you are using Catch Everest Pro version. Sorry, the free version doesn’t have that sidebar.

    Either, you need to upgrade to Pro version or you need to do that manually by creating child theme. For child theme, you can check out http://catchthemes.com/blog/create-child-theme-wordpress/ . Then in your child theme copy sidebar-header-right.php file and then remove <?php echo get_search_form(); ?> and add in your phone no there.

    in reply to: Can't remove Unwanted header #47568
    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.

    in reply to: Putting Logo Image In Masthead #47565
    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;
    	}
    }
    in reply to: Change menu colors? #47564
    Sakin
    Keymaster

    Hi Kathy,

    Can you post in your site URL so that I can check in.

    Regards,
    Sakin

    in reply to: Open page in a new window #47563
    Sakin
    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; }

    in reply to: Responsive Design Issue #47562
    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.

    in reply to: Individual Sidebar Templates #47561
    Sakin
    Keymaster

    @Aleao: Cheers 🙂

    in reply to: H1 H2 Headings in Kathmandu Theme #47560
    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.php just copy the fucntion catchkathmandu_primary_menu() from the Catch Kathmandu theme catchkathmandu-menus.php file and then remove the code
    <h2 class="assistive-text"><?php _e( 'Primary Menu', 'catchkathmandu' ); ?></h2>

    in reply to: Can't remove Unwanted header #47558
    Sakin
    Keymaster

    Hello 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,
    Sakin

    in reply to: How to remove horizontal line under navigation menu bar #47557
    Sakin
    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;
    }
    in reply to: Height of boxes within Child Menu #47555
    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;
    }
    in reply to: Home Page Posts – how to remove author and category #47553
    Sakin
    Keymaster

    @HARDEEP: That’s nice. But, you can just replace those custom css with only one css. That will be

    .entry-meta { display: none; }

    in reply to: Remove Page Entry title without removing Slider Caption #47552
    Sakin
    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; }

    in reply to: No sidebar still showing a sidebar at the footer #47551
    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.

    in reply to: Cannot add image to slider #47550
    Sakin
    Keymaster

    @Israel: Thanks for your update. Yes, looks like you have WordPress user permission problem.

    in reply to: Header Pic #47549
    Sakin
    Keymaster

    Hello 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.

    in reply to: 2 Menus Showing #47548
    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.

Viewing 20 posts - 5,861 through 5,880 (of 14,509 total)