Forum Replies Created

Viewing 20 posts - 5,121 through 5,140 (of 14,504 total)
  • Author
    Posts
  • in reply to: transparency #51074
    Sakin
    Keymaster

    @luismarioochoa: In Catch Box Pro theme, you can just go to “Appearance => Theme Options => Header Options” and make “Header Top Margin, Header Right Margin, Header Bottom Margin and Header Left Margin” value to 0 and save changes. This will remove the black spaces.

    After you do that I see there is one custom css being absolute. So, you can find the following css in “Appearance => Theme Options => Custom CSS” box and remove it.
    #header-content { padding-bottom: 0; }

    in reply to: Slider images too small #51073
    Sakin
    Keymaster

    @rdrossel:
    1. that dot background effect in your slider can be removed from “Appearance => Theme Options => Features Post Slider => Slider Effect Options”. Just check “Disable Slider Background Effect” and save.

    2. About small image in your Featured Post Slider. You need to upload the large image as your Featured Image in your post. We recommend minimum Width: 976px and Height: 313px. Once you upload the large image then it will be fixed. For Post Slider, you can check out http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    Also check out theme instructions page at http://catchthemes.com/theme-instructions/simple-catch/

    in reply to: Few questions #51072
    Sakin
    Keymaster

    @drswapnilparve: Thanks for your appreciation 🙂

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

    @Jan Deelstra: Thanks for your appreciation. It would be great if you could help Catch Evolution theme by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-evolution/

    in reply to: Increase body width/decrease sidebar width #51058
    Sakin
    Keymaster

    @Michael: It’s really difficult to just say 90%. As this is responsive design and it changes the width as per the screensize. So, can you tell me your screen resolution. So, that I know from which screen are you checking in.

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

    @mattsmith701: I see that you are using old version of Adventurous Pro theme. So, first update to latest version and then add the following css in “Appearance => Theme Options => Custom CSS” box for your logo:
    #top-logo img { max-height: 45px; }

    in reply to: Footer Copyright #51053
    Sakin
    Keymaster

    @TBM: Depends on the changes you made. As most of the features are already there in Pro version, so you can do lot of things from “Appearance => Theme Options”. Further, you can in this forum about necessary changes.

    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.

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