Forum Replies Created

Viewing 20 posts - 6,921 through 6,940 (of 14,494 total)
  • Author
    Posts
  • in reply to: How to disable the Primary Menu #40975
    Sakin
    Keymaster

    @Prov: There is one option to disable it. Go to “Appearance => Theme Options => Header Options” and then check in “Disable Header Right Sidebar” and save changes.

    in reply to: Images on Sample Page #40969
    Sakin
    Keymaster

    @Siegfried: You can find the sample image URL in readme.txt file. So, you can find from there.

    in reply to: Header, Logo and Page Width #40968
    Sakin
    Keymaster

    Hello Nelson,

    I see that you have added large logo and site title. Then it why, the header right sidebar when down. The maximum you can do, is to add minus margin top in social search icon. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #header .social-search {
        margin-top: -100px;
    }

    Regards,
    Sakin

    in reply to: Post Title Not Showing #40964
    Sakin
    Keymaster

    @Roy: If you want to add back title back only in pages then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .type-page .entry-header { display: block; }

    in reply to: Adventurous Pro Issues #40963
    Sakin
    Keymaster

    @Brad: You can add link in Promotion button but I don’t get it what you mean by Aweber forum link. It accepts link.

    in reply to: Center Menu Catch Kathmandu #40957
    Sakin
    Keymaster

    @workwithleads: You you upgrade to pro version. Then you could have just create Custom Menu from “Appearance => Menus” and then assign Menu location to Secondary menu as shown in demo page http://catchthemes.com/demo/catch-kathmandu/. But you are using Free version where you only have option to add in primary menu.

    So, try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-right {
        clear: both;
        width: 100%;
    }
    #header-right .widget {
        text-align: center;
        width: 100%;
    }
    .header-sidebar .menu {
        float: none;
    }
    in reply to: Post image not attaching to links… #40951
    Sakin
    Keymaster

    @Michelle: Yes it will show featured image by default. So, changing the featured image is a good option. I see that you are using Jetpack plugin and if you have activate “Sharing or Publicize module” in Jetpack plugin that it automatically add featured image as Open Graph image. See this http://jetpack.me/tag/open-graph/

    in reply to: css theme options #40948
    Sakin
    Keymaster

    @jackson101: Post in your site URL and let me know what is not working. Then I can check in.

    in reply to: Move Secondary Menu Above Site Logo Image #40946
    Sakin
    Keymaster

    @Dyas: There is no option to add menu above the logo in Catch Box Free theme. If you had used Pro version then you could add menu item in “Header Top Sidebar” but it’s not there in free one.

    In free version, if you want to edit the secondary menu position then first you need to build child theme and create empty functions.php file in your child theme and then copy catchbox_header_menu function to your new child theme functions.php file and remove the Secondary menu code. Then you can create new functions with secondary menu with action hook catchbox_before_headercontent

    Note: You can not allowed to edit Footer Theme info in Free version. This is the only recolonization that we get for providing you all free theme and free support. I hope you understand it and add it back or upgrade to Pro version and remove it from Footer Editor.

    in reply to: Sub headline font size #40944
    Sakin
    Keymaster

    Hi Dona,

    I am confused as Catch Box Pro doesn’t have sub headline. So, can you add in your site URL and let me know it.

    Regards,
    Sakin

    in reply to: Layer slider on top of header image. #40837
    Sakin
    Keymaster

    @William: Sorry this is not possible with default settings. As you have added layered slider in your post id 199. Post cannot be placed above header image.

    For this you might need to hire developer to build child theme and do the customization.

    in reply to: Post Title Not Showing #40834
    Sakin
    Keymaster

    @Roy: I see that you have disable the tile from your Custom CSS. So, remove the following css from your Custom CSS box.

    .entry-header, .entry-format {
        display: none;
    }
    in reply to: posts display #40776
    Sakin
    Keymaster

    Hello Charles,

    I am not sure about your settings. So, I suggest you check you settings.
    Go to “Appearance => Theme Options => Featured Slider => Featured Post Slider Options” and make sure you un-checked “Exclude Slider post from Homepage posts”

    Regards,
    Sakin

    in reply to: Post Title Not Showing #40775
    Sakin
    Keymaster

    @Roy: Can you post in your site title then I can check in. Post title should be displayed in Catch Evolution Pro theme. You can see it in our demo page http://catchthemes.com/demo/catch-evolution/

    in reply to: Change featured slider arrow color #40773
    Sakin
    Keymaster

    @greengiant: You can use the following css.

    #supplementary {
        font-size: 14px;
    }
    in reply to: Slider built outdated #40772
    Sakin
    Keymaster

    @HR-Flex: Thanks for the info. We will check in detail and work. If needed then we will add jQuery Cycle 2 in next version update.

    in reply to: Header text not showing up #40768
    Sakin
    Keymaster

    @ChmsAdmin: Nice you solved it. Cheers 🙂

    in reply to: Header text not showing up #38925
    Sakin
    Keymaster

    @ChmsAdmin: I need your site URL to check in details. Are you using Catch Evolution Free Theme?

    There is 2 places that you need to check in if you have disable your Site Title and Tagline.
    1. First, go to “Appearance => Header” and then make sure you have checked in “Show header text with your image.”
    2. Second, go to “Appearance => Theme Options => Header Options” and make sire you have un-checked “Disable Site Title” and “Disable Site Description (Tagline)”

    in reply to: Change widget from template, no border no shadow ! #38888
    Sakin
    Keymaster

    @cartman: I don’t see that you are using Catch Box Theme. You are using different theme and this is not developed by us. So, sorry we don’t be able to support it.

    In Catch Box Theme, if you want to remove border, then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #secondary .widget {
        border-bottom: none;
    }
    in reply to: CK Advertisement widget alignment #38885
    Sakin
    Keymaster

    Hi Ian,

    Can you add the following css in “Appearance => Theme Options => Custom CSS” box.

    #supplementary #fourth .widget_catchkathmandu_adspace_widget {
        text-align: right; 
    }

    Regards,
    Sakin

Viewing 20 posts - 6,921 through 6,940 (of 14,494 total)