Forum Replies Created

Viewing 20 posts - 9,961 through 9,980 (of 14,504 total)
  • Author
    Posts
  • 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.

    in reply to: disable excerpt function #16484
    Sakin
    Keymaster

    @SoL: You can change that the excerpt layout from “Appearance => Theme Options => Layout Options”. Then in Content Layout, you need to select “Full Content Layout”.

    I don’t know which text, pictures and links your are talking about. Please send me your site URL and then tell me exactly what you are talking about. Then I might be able to help you.

    in reply to: Columns #16483
    Sakin
    Keymaster

    @SoL: Send me your site URL and then I will check in.

    in reply to: Header #16482
    Sakin
    Keymaster

    @jessgranata: Catch Evolution Theme use Custom Header for Featured Image. You have logo options at “Appearance => Theme Options => Header Options”. Then add the image in Logo url.

    in reply to: Homepage Featured content options #16481
    Sakin
    Keymaster

    @cpuss: Sorry I don’t know about language switcher. It works for changing the language. You need to check plugins.

    in reply to: Full width in responsive view #16480
    Sakin
    Keymaster

    @offirkeren: You can just upload the screenshot in your site or any photo sharing site and send the link of that image.

    in reply to: Selected layout doesn't work anymore #16479
    Sakin
    Keymaster

    @dhd: For me your site is working fine. Catch Box theme is design that way for iPad. It will show full width in iPad. But I don’t get it way it didn’t work in PCs. The structure of Catch Box Theme is that it will show one column when the screen size is below 960px.

    in reply to: IE8 Compatability issues? #16478
    Sakin
    Keymaster

    @travellingtwo: Please send me your site URL so that I can check in in IE8.

    in reply to: Menu and Posts #16461
    Sakin
    Keymaster

    @Susie: Sorry I really don’t get your question. I see that the post appear under Epicure at http://themaineproject.net/category/epicure/. If you are talking about menu then yes, you need to add all from custom menu at “Appearance => Menus”

    in reply to: Selected layout doesn't work anymore #16459
    Sakin
    Keymaster

    @dhd: Can you send me your site URL and let me know which page your are having problem with.

    in reply to: Catchbox – full screen width #16449
    Sakin
    Keymaster

    @mouk: Full width layout is only there in Pro version.

Viewing 20 posts - 9,961 through 9,980 (of 14,504 total)