Forum Replies Created

Viewing 20 posts - 9,941 through 9,960 (of 14,497 total)
  • Author
    Posts
  • in reply to: IE8 Compatability issues? #16553
    Sakin
    Keymaster

    @travellingtwo: I just check in your site and yes I see that you have issue in IE8. But if you check our demo site in IE8, you will not see any issues. Check this demo http://catchthemes.com/demo/catchbox/

    The problem in your Site might be that you are using old version of Theme. When I check in your site, I see that you are using version 2.7.1 where as our latest theme version is 2.8.2. So, try updating it and clear your cache from your W3 Total Cache and check in. It should be fixed.

    in reply to: Replace Featured Slide With Video #16552
    Sakin
    Keymaster

    @abtaxlaw: Sorry there is no option to add featured video instead of featured slider. So, to edit that you need to build child theme. You can check the function catchbox_slider_display()

    in reply to: Change content and sidebar width #16551
    Sakin
    Keymaster

    @Richard: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to increase the content width for large screen

    @media screen and (min-width: 1225px) {
    #primary { width: 784px; }
    #secondary { width: 376px; }
    }
    in reply to: Featured post slider not showing properly #16550
    Sakin
    Keymaster

    @lizzy39: Cheers 🙂

    in reply to: How to change sub-menu backround #16530
    Sakin
    Keymaster

    @owen: Then you can replace the previous css with the following where I have remove the nav background.

    #branding ul.menu ul a {
        background: none #33adff;
    }
    in reply to: Featured post slider not showing properly #16527
    Sakin
    Keymaster

    @lizzy39: If your id 246 and 290 both are post with featured image then it should work fine. If you have posted your site URL then it would have been easier for me to check in.

    So you have
    Featured Slider Post #1: 246
    Featured Slider Post #2: 290

    Is this is all correct then I doubt there is conflict with plugin. So, try disabling plugin one by one to find our the conflicting plugin.

    Let me know your site URL if this doesn’t fix it.

    in reply to: Featured Slider Problem #16526
    Sakin
    Keymaster

    @avatar789: In you site, I see that you have conflict with the plugin. So, can you try disabling plugin one by one. First try disabling Widget Slider plugin and then others.

    in reply to: Remove space above header #16525
    Sakin
    Keymaster

    @Richard: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-content { display: none; }

    in reply to: change color of menu bar #16524
    Sakin
    Keymaster

    @SoL: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu #access { background: none #fff; }

    in reply to: Permalink structure reverts to default ? #16523
    Sakin
    Keymaster

    @cleansepro: This is server related issue. So, please check in with your hosting and also check your .htaccess file permission.

    in reply to: Menu Items #16522
    Sakin
    Keymaster

    @Steve: Sorry your question is quite confusing.

    in reply to: Slider not appearing in my CatchBox Pro #16521
    Sakin
    Keymaster

    @Rinaldo: Sorry can you send me your site URL and me let me know what you want to do it. I know about this instruction at http://catchthemes.com/theme-instructions/catch-box-pro

    If you want to rotate your banner then you can use Featured Image Slider from Slider type.

    in reply to: white space in header #16520
    Sakin
    Keymaster

    @suchi: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap { display: none; }

    in reply to: Custom Menu #16519
    Sakin
    Keymaster

    @shamwow: Custom menus will be in “Appearance => Menus” from your WordPress Dashboard. See this: http://catchthemes.com/blog/catch-evolution-pro-custom-menus-wordpress-themes/

    in reply to: Problem with Header and Featured Post Slider #16518
    Sakin
    Keymaster

    @kkrcmarik: Your header image in small and the Catch Everest width is 1140px. So, make your header image of minimum width 1140px and then add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the spaces.
    #hgroup-wrap, #site-logo { padding: 0; }

    In free version of Catch Everest. You cannot add Page ID. You need to create Post and then add the post ID.

    For Page, category or image, you need to upgrade to Pro version.

    in reply to: Testimonials #16517
    Sakin
    Keymaster

    @xmike24: It is automatically added to the post type archive. So it will be yoursite.com/testimonials and yoursite.com/services and you can add that to menu using Custom Menu from “Appearance => Menus”

    in reply to: change font color & size in nav_menu-2 #16495
    Sakin
    Keymaster

    @SoL: In the following CSS, you can adjust the font and color and add it in “Appearance => Theme Options => Custom CSS” box.

    .widget.widget_nav_menu ul li a {
        color: #777;
        font-size: 13px;
    }
    in reply to: Columns #16494
    Sakin
    Keymaster

    @SoL: I recommend it not to change it. As it’s responsive and then you have to change as per the devices. So, you need to add like the below:

    @media screen and (min-width: 1225px) {
    .three-columns .content-sidebar-wrap {
        float: right;
        width: 960px;
    }
    .three-columns #primary {
        width: 730px;
    }
    .three-columns #secondary {
        width: 200px;
    }
    .three-columns #third {
        width: 200px;
    }
    }
    in reply to: Center logo? #16493
    Sakin
    Keymaster

    @wzingrone: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #branding img { float: right; }

    in reply to: Remove space above header #16489
    Sakin
    Keymaster

    @Richard: Your site in under construction.

Viewing 20 posts - 9,941 through 9,960 (of 14,497 total)