Forum Replies Created

Viewing 20 posts - 5,121 through 5,140 (of 14,497 total)
  • Author
    Posts
  • in reply to: Increase body width/decrease sidebar width #51046
    Sakin
    Keymaster

    @Michael: Post in your site URL and desire width.

    in reply to: Header menu went's dark when scrolling #51045
    Sakin
    Keymaster

    @greenline: The logo and text in the header is designed to make it small when you scroll down in Adventurous Theme. Check out the demo http://catchthemes.com/demo/adventurous/

    If you don’t want that to change then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #site-logo img,
    #masthead.fixed-header #site-logo img {
        max-height: 41px;
    }
    #site-title,
    #masthead.fixed-header #site-title {
        font-size: 20px;
    }

    Sorry I don’t understand your other question. It looks fine to me.

    in reply to: Footer image not resizing #51041
    Sakin
    Keymaster

    @reefadmin: Just try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #site-generator img {
        display: block;
        height: auto;
        max-width: 100%;
    }
    in reply to: Few questions, thanks #51038
    Sakin
    Keymaster

    @MasterManiacs: Thanks for your appreciation for Catch Box Free theme. Please support this theme by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-box/

    Sakin
    Keymaster

    @Toni: Can you re-download it and install. As there sometime there might be incomplete download and sometime incomplete upload to your Dashboard. So, try again and let me know it.

    in reply to: Blank Slider #51022
    Sakin
    Keymaster

    @Bastet68: thanks for the access. All your posts are Private that is why the Post Slider is not displaying when you logout. As private post is only visible to user who is login.

    in reply to: Treat homepage like blog #51021
    Sakin
    Keymaster

    @mattsmith701: Hum, there is not option to do that. You need to consider hiring customizer to do this level of customization.

    There is one option in Catch Flames Pro theme. But yes you can remove that header and add Fixed Header Top menu instead. For that follow the steps:
    1. Go to “Appearance => Theme Options => Header Options” then check disable in “Disable Header” option and save changes. This will remove your header.
    2. Go to “Appearance => Theme Options => Fixed Header Top Options” then check to enable “Enable Fixed Header Top”, uncheck “Disable Logo in Fixed Header Top”, add your small logo image URL in “Logo in Fixed Header Top” and save changes.
    3. Now, create custom menu from “Appearance => Menus”. If you have already created custom menu then you can skip this step and move to step 4.
    4. Now, assign your custom menu location from “Appearance => Menus => Manage Location” and assign it as Fixed Header Top Menu and save change.

    in reply to: Few questions, thanks #51020
    Sakin
    Keymaster

    @MasterManiacs: Hum… The Excerpt Mode should display Continue Reading like in our demo page http://catchthemes.com/demo/catchbox/. I see the case in your site. If you look at your posts, you have split the content with more tag. So, the excerpt will only display the text before that more tag. Then you have setup excerpt length in words at “Appearance => Theme Options => Excerpt Length in Words”. So, the system check for excerpt length, if that excerpt length is less that what is define in “Excerpt Length in Words” then it will not display “Continue Reading”. So, either remove that more tag in your posts or reduce the number of words.

    2. For your buddypress, you can try adding in the following css in “Appearance => theme Options => Custom CSS” box:

    .buddypress.fullwidth #primary {
        margin: 0;
        width: 68%;
    }
    .buddypress.fullwidth #secondary {
        margin: 0 2% 0 0;
        width: 30%;
    }
    @media screen and (max-width: 960px) {
        .buddypress.fullwidth #primary {
            width: 100%;
        }
        .buddypress.fullwidth #secondary {
            clear: both;
            float: none;
            margin: 0;
            width: 100%;
        }
        .buddypress.fullwidth #secondary .widget {
            margin: 0 3% 2em;
        }
    }
    in reply to: Search Results Page #51019
    Sakin
    Keymaster

    @Kim:
    1. You can reduce the margin bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    .search-results .hentry { margin-bottom: 20px; }
    .search-results .hentry p { margin-bottom: 20px; }

    2. In your post “Botox for jowls, Ladies!”, you have split the content using more tag. So, edit that post and remove that more tag and it will show Read More. The excerpt content check the number of words before more tag and if it is less than the words setup in “Appearance => Theme Options => Excerpt/Mote Tag” settings then it will not display read more. If you are confused with more tag then read this http://en.support.wordpress.com/splitting-content/more-tag/

    3. Search is not designed to display thumbnail. So, cannot add that. You might want to search for plugin to do that.

    4. Go to “Appearance => Widgets” and then Drag and drop any widget you want to “Header Right Sidebar” which will replace your social icons

    in reply to: Adding smarter navigation plug-in #51018
    Sakin
    Keymaster

    @Ronel: You can find that function in “adventurous/inc/adventurous-template-tags.php”

    in reply to: remove grey border on blog post image #51016
    Sakin
    Keymaster

    @Jan Deelstra: There is issue in your Custom CSS. I see you have missing closing bracket }. Search for this css:
    img.wp-post-image {

    Then replace it with the following:

    img.wp-post-image {
        border: medium none;
        max-width: 100%;
        padding: 0;
    }

    About your home top alignment. I see that you have remove the slider but there is some contain on it. How did you remove that slider. Did you customize any code. To remove the slider, you can just go to “Appearance => Theme Options => Featured Post Slider => Slider Options” then check option “Disable” in “Enable Sidebar” and save changes.

    Note: I see that you have W3 Total Cache plugin, so after you make all these changes. Go to W3 Total Cache setting and Empty all Cache.

    in reply to: Font size changing after page refresh – Kathmandu theme #51015
    Sakin
    Keymaster

    @dawfx: Post in your site URL then I can check in. Also if possible upload the screenshot in your site or any photo-sharing site and add link here.

    in reply to: Blank Slider #51014
    Sakin
    Keymaster

    @Bastet68: Ok I have just emailed you.

    in reply to: move wordpress with catch kathmandu theme #50990
    Sakin
    Keymaster

    @charger472: Where did you encoded the URL. All the option values, post and pages are added in Database. So, the search and replace code should just work fine. https://interconnectit.com/products/search-and-replace-for-wordpress-databases/

    in reply to: Home Page Slider Disappearing #50988
    Sakin
    Keymaster

    @Hansi: for gallery you can active “Jetpack” plugin and use Carousel and Tiled Galleries module.

    in reply to: transparency #50987
    Sakin
    Keymaster

    @luismarioochoa: The URL that you have posted in is not the Catch Box Pro theme. Sorry you are in wrong forum. We only support theme developed by us.

    in reply to: Few questions, thanks #50986
    Sakin
    Keymaster

    @MasterManiacs: If you use Full Content mode and want to break the content and use Continue reading. Then you need to break your post content using more tag <!--more-->. Read this http://en.support.wordpress.com/splitting-content/more-tag/

    About the buddypress, this theme is not yet ready for buddypress. Not all theme are compatible with BuddyPress. Let me know what are you trying to do it and I will check in if that is possible with css or need to build child theme and edit it.

    in reply to: Treat homepage like blog #50985
    Sakin
    Keymaster

    @mattsmith701: Oh yes that’s the WordPress featured. All the post that you have made Sticky will not be counted in Reading Settings. That will be auto added.

    in reply to: Widgets in the Sidebar #50984
    Sakin
    Keymaster

    @Michael: Please ask in Promotion Slider Plugin support. Sorry, we don’t know about it.

    in reply to: Changing space between header image and menu. #50983
    Sakin
    Keymaster

    @kc6991: This support forum is only for WordPress theme developed by us. You are using blogspot. Sorry, you need to ask in blogspot support forum.

Viewing 20 posts - 5,121 through 5,140 (of 14,497 total)