Forum Replies Created

Viewing 20 posts - 9,941 through 9,960 (of 14,494 total)
  • Author
    Posts
  • 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.

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

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

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

    @lizzy39: I check in your site and don’t see other post in your slider except the post ID 2. Remember, the free version of Catch Everest Theme only takes Post ID and it cannot be Page ID.

    in reply to: Trying to enable remote posting #16486
    Sakin
    Keymaster

    @LDBaz: It’s not true. We are being able to post in Catch Box Theme. I suspect, it’s some plugin issue. To find our you can enable default theme and check in. If it still doesn’t work then try disabling plugins.

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