Forum Replies Created

Viewing 20 posts - 5,141 through 5,160 (of 14,509 total)
  • Author
    Posts
  • 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.

    in reply to: Adventurous and MQTranslate-Plugin #50982
    Sakin
    Keymaster

    @Kris: Thanks. Not sure about the free version as proving support for plugin is really an issue.

    in reply to: Footer Copyright #50981
    Sakin
    Keymaster

    @TBM: Not sure why the text is in English or Russian. You need to check in your site language settings. There is not option to change footer copyright information in Free version. For that you need to upgrade to Pro version.

    in reply to: sub menu font size #50980
    Sakin
    Keymaster

    @createforyou: You can change by editing the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #header-menu ul.menu ul a, 
    .sidebar-top .widget_nav_menu ul.menu ul a,
    #colophon #access-footer ul.menu ul a {
        font-size: 13px;
    }
    in reply to: Customised content in the Optional Sidebars #50979
    Sakin
    Keymaster

    @Andalucia Life SC: You can choose Optional sidebar one, two and three for your pages/posts. But you cannot choose it for Category. For category, you can use Archive Sidebar. To choose sidebar in your post/page. You need to edit your page/post and then select sidebar from “Catch Evolution Options” box below your editor. It should be like this https://www.pinterest.com/pin/548594798329982875/

    If you want detail widgets control then you can try “Jetpack” plugin, Widget Visibility module.

    in reply to: Can't Upload to Featured Image Slider #50978
    Sakin
    Keymaster

    @Michael: I am able to upload it and looks more of browser issue.

    in reply to: Blank Slider #50976
    Sakin
    Keymaster

    @Bastet68: It shouldn’t be like that in both Free and Pro version. If you have saved the IDs in the Post Slider then these ID should be there. But make sure there are no other user changing your options. If you want me to look at your settings in your site then let me know it and then I will email you personally.

    in reply to: Setting standard anchor links hover color #50975
    Sakin
    Keymaster

    @Sabina: It should be as below. Just add it in “Appearance => Theme Options => Custom CSS” box:
    .widget-area .widget a:hover { color: #f37137; }

    in reply to: Want Header to remain static as content scrolls up #50972
    Sakin
    Keymaster

    @RemoteTech: Did you try adding your menu in “Fixed Header Top Menu”. This will be fixed menu at the top. You can create custom menu from “Appearance => Menus” and then assign your custom menu to Fixed Header Top Menu from “Appearance => Menus => Manage Locations”

Viewing 20 posts - 5,141 through 5,160 (of 14,509 total)