Forum Replies Created

Viewing 20 posts - 5,841 through 5,860 (of 14,497 total)
  • Author
    Posts
  • in reply to: How can I change the colour of my menu bar #47680
    Sakin
    Keymaster

    @Brytbiz: Ok about the page template there is 3 different option to remove the slider.
    1. Disable Sidebar Template: See the demo http://catchthemes.com/demo/catchbox/a-page-without-sidebar/
    2. Full Width Disable Sidebar Template: See the demo http://catchthemes.com/demo/catchbox/full-width-page-without-sidebar/
    3. One-column no-sidebar: See the demo http://catchthemes.com/demo/catchbox/one-column-no-sidebar/

    So as per our requirement, you need to select the template Full Width Disable Sidebar Template.

    in reply to: How can I change the colour of my menu bar #47632
    Sakin
    Keymaster

    @Brytbiz: Color options is only there in Catch Box Pro version in Theme Options panel. For more details about Catch Box Pro, check out http://catchthemes.com/theme-instructions/catch-box-pro/

    In Catch Box Free version, you need to change the CSS manually to change the color of the menu.

    I am not sure what are you talking about the left panel. Can you explain in reference with your site URL.

    in reply to: Header Pic #47630
    Sakin
    Keymaster

    @bigrala: The size of the site is 1280px. So, you can make the image of width 1280px and add in.

    Why do you need to add two image. Logo and header image. Why don’t you combine both the image and add in as the single image. As background image in the responsive design is complicated. See this tutorial of responsive background image css http://sixrevisions.com/css/responsive-background-image/

    in reply to: Change menu colors? #47626
    Sakin
    Keymaster

    Hi Kathy,

    Yes, the site looks nice. But you haven’t change the slider image yet. Do you need help on this as well. Let me know it.

    1. First remove ...... from your custom css box. This is not good for your site.
    2. For border top, try to add the following css in “Appearance => Theme Options => Custom CSS” box.

    #secondary-menu ul.menu li:hover > a, #secondary-menu ul.menu a:focus, #secondary-menu .menu .current-menu-item > a, #secondary-menu .menu .current-menu-ancestor > a, #secondary-menu .menu .current_page_item > a, #secondary-menu .menu .current_page_ancestor > a { border-top: 3px solid #000; }
    #secondary-menu ul.menu ul li:hover  a { border-top: none; }

    Regards,
    Sakin

    in reply to: Open page in a new window #47625
    Sakin
    Keymaster

    @vidyaekta: But you said you want to make header like your parent site ektamedicaltravel.com . To make like this, you need to disable your primary menu and then use Secondary Menu. That is why I had also asked your to disable the Header Right Sidebar totally from “Appearance => Theme Options => Header Options”

    in reply to: Responsive Design Issue #47623
    Sakin
    Keymaster

    @Jason: Yes you can keep note comment before each custom css. The format of taking note is will be as below:
    /* Your Note */

    in reply to: Does Pro Theme Allow For Full Screen Display? #47622
    Sakin
    Keymaster

    @lukva: Your css should be as below:

    .no-sidebar.full-width #page {
        max-width: 90%;
        width: 100%;
    }
    in reply to: Remove Content #47621
    Sakin
    Keymaster

    @rojtalbot: In which page you are trying to remove the content area.

    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

Viewing 20 posts - 5,841 through 5,860 (of 14,497 total)