Forum Replies Created

Viewing 20 posts - 8,981 through 9,000 (of 14,497 total)
  • Author
    Posts
  • in reply to: Show path #19575
    Sakin
    Keymaster

    @Micha: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu .menu .current-page-ancestor > a { background-color: #000; }

    in reply to: Move Site Description under Logo #19573
    Sakin
    Keymaster

    @hipandhealthykids: You can decrease the margin top of the menu. Adjust as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header #mainmenu { margin-top: 40px; }

    in reply to: Header Background Changing from Screen to Screen #19572
    Sakin
    Keymaster

    @hipandhealthykids: background-image css will not take other properties, only background will take all the other properties.

    Also about the images, your site couldn’t fine one image. That is http://www.hipandhealthykid.com/wp-content/uploads/2014/HHKWallpaperOtherPages.png and it can only fine http://www.hipandhealthykid.com/wp-content/uploads/2014/HHKWallpaper.png . So, check your image url and add it properly.

    in reply to: Change lanuage into german #19570
    Sakin
    Keymaster

    @Detlef: Simple Catch Pro is currently translated in Polish and Dutch languages. If you want to contribute in Translating into Germany. Then you can do that. You just need to download poedit software from poedit.net and then use simplecatch-pro.pot file to generate de_DE.mo and de_DE.po files.

    in reply to: Show path #19567
    Sakin
    Keymaster

    @Micha: I don’t see the levels of menu in your site. You can see levels of menu in our demo page http://catchthemes.com/demo/catch-everest/. You can create your custom menu from “Appearance => Menus”. For more detail check out http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: Show path #19564
    Sakin
    Keymaster

    @Micha: You can show path underneath the menu by adding in “Breadcrumb NavXT” plugin.

    Sorry about your menu highlight I am bit confused. We do have active menu highlighted even in the sub menus. Can you explain in reference to your site URL?

    in reply to: BackWup not working anymore #19563
    Sakin
    Keymaster

    @Sarah Althaus: Sorry this is plugin issues and not the theme issues. So, please post in the BackWPup plugin support forum.

    in reply to: Header Background Changing from Screen to Screen #19562
    Sakin
    Keymaster

    @hipandhealthykids: You just need to add extra class .home. See the following CSS.
    .home #header { background-image: url("/wp-content/uploads/2014/HHKWallpaper.png"); }

    in reply to: Menu Bar – Center, Justify & Recolor #19561
    Sakin
    Keymaster

    @hipandhealthykids: Our free version doesn’t have color options in Theme Options panel but if you upgrade to pro version then you will get that feature.

    For menu stretch, you can increase the menu items padding and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header #mainmenu ul li a { padding: 0 15px; }

    /* Menu Background Color */
    #header #mainmenu { background-color: #fff; }
    /* Menu Text Color */
    #header #mainmenu ul li a { color: #444; }
    /* Sub-Menu Background Color */
    #header #mainmenu ul li ul { background-color: #444; }
    /* Sub-Menu Text Color */
    #header #mainmenu ul li ul li a { color: #999; }
    in reply to: Move Site Description under Logo #19560
    Sakin
    Keymaster

    @hipandhealthykids: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-details { clear: both; }

    in reply to: Advertisement in sidebar #19559
    Sakin
    Keymaster

    @Micha: It’s a responsive design theme. So, do adjust the width we need to consider it. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {
    #primary { width: 710px; }
    #secondary { width: 160px; }
    }
    @media screen and (min-width: 1190px) {
    #primary { width: 830px; }
    }
    @media screen and (max-width: 1060px) {
    #primary { width: 660px; }
    }
    in reply to: Catch Box Pro purchased #19547
    Sakin
    Keymaster

    @GJ: If you have purchased through “Buy Now: Manual Activation” then you will get email from our sales team after they activate your account. If you still don’t get it then you can contact theme directly at http://catchthemes.com/contact-us

    in reply to: Menu Hover and Active Background Image #19546
    Sakin
    Keymaster

    @markpysher: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For Hover */
    #header-menu ul.menu li:hover > a { 
        background-image: url("http://www.grandbeachinnmaine.com/wp-content/uploads/2014/01/navback.jpg"); 
    }
    /* For Active */
    #header-menu .menu .current-menu-item > a,
    #header-menu .menu .current-menu-ancestor > a,
    #header-menu .menu .current_page_item > a,
    #header-menu .menu .current_page_ancestor > a {
        background-image: url("http://www.grandbeachinnmaine.com/wp-content/uploads/2014/01/navback.jpg");
    }
    in reply to: IE8 issues #19544
    Sakin
    Keymaster

    @ncmh-cardiff: We have stopped supporting IE8. If you want to work on then you can use Hire a customizer http://catchthemes.com/hire-customizer/ to work for you.

    When I check in your site in IE8 tester it is working fine.

    in reply to: Pages not showing up on ipad #19541
    Sakin
    Keymaster

    @klhaight: Please check on your customization. As you can see in Catch Box Demo http://catchthemes.com/demo/catchbox/ in your iPad, you will see full menu in Landscape mode but responsive menu in Portrait mode. But your site is same in both.

    in reply to: white space between slider & footer #19540
    Sakin
    Keymaster

    @chris: Sorry you can make correction to css. Just replace the following Current CSS
    #featued-content-wrap .wp-post-image { box-shadow: none; }
    With the following
    #featured-post .wp-post-image { box-shadow: none; }

    in reply to: white space between slider & footer #19532
    Sakin
    Keymaster

    @chris: Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #featued-content-wrap .wp-post-image { box-shadow: none; }
    #featured-post .post { padding-bottom: 0; }
    in reply to: Mustang Theme – Multilingual and Colour Schemes #19531
    Sakin
    Keymaster

    @klgarner: Thanks for sharing your site URL and I found the issue. I see that you just added 2e3192 and missing hash tag #. So, you have to add #2e3192

    in reply to: Changing the generic text that is set on the page. #19530
    Sakin
    Keymaster

    @dchambers: Sorry I am bit confused. Can you explain in reference to your Site URL?

    in reply to: Hide Page Titles #19529
    Sakin
    Keymaster

    @jamie.crew360: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the page title.
    .page .entry-header { display: none; }

    If this doesn’t work then you need to post in your site URL so that I can check in.

Viewing 20 posts - 8,981 through 9,000 (of 14,497 total)