Forum Replies Created

Viewing 20 posts - 6,041 through 6,060 (of 14,508 total)
  • Author
    Posts
  • in reply to: Featured post image #46568
    Sakin
    Keymaster

    @Caducassau: Ok then can you replace the previous css that I gave you with the following css.

    #content article {
        height: 1%;
        overflow: hidden;
    }
    #primary .featured-image {
        display: inline-block;
        float: left;
        margin-right: 2%;
        width: 30%;
    }
    #primary .entry-container {
        display: inline-block;
        float: right;
        width: 68%;
    }
    in reply to: code for Hiding words or white wording #46567
    Sakin
    Keymaster

    @Joz: You can upload in any photo-sharing site and post the link here. Ok, can you try to add the following css in “Appearance => Theme Options => Custom CSS” box and check in.

    .home #primary .entry-header { display: none; }

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

    @msabeer3d: To hide the content in the slider you can add the following css in “Appearance => Theme Options => Custom CSS” box,

    #slider-wrap .featured-text { display: none; }

    But for the post from recent posts, you cannot remove that. If you want just the images in your slider then you need to use slider type as “Featured Image Slider” which allowed you to upload image only. See this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/ . But this option is there only in Pro version.

    in reply to: Notice after update to v.3.2 #46564
    Sakin
    Keymaster

    @Kim: Please install plugin http://catchthemes.com/wp-plugins/catch-updater/ and follow the instruction there. After you activate the plugin, you need to download you theme from your account at http://catchthemes.com/my-account and upload it from “Themes => New Themes”

    in reply to: adding specific lightbox function? #46560
    Sakin
    Keymaster

    @David: Adding features will not be covered in our default support. This is plugin territory and has to be get done by other customizer. They should be replying you soon. You can also contact them directly from elto.com

    in reply to: Change size of post titles on blog page #46539
    Sakin
    Keymaster

    @Michaela: You can change the font size as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    /* For Title */
    .archive .entry-header .entry-title { font-size: 26px; }
    /* For Excerpt Text */
    .archive .entry-summary { font-size: 16px; }
    in reply to: Slide Show automatic update #46538
    Sakin
    Keymaster

    @Michaela: This can be done if you change the slider type to “Category Slider”. But sorry this option is only there in Pro version. See the more additional features at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    in reply to: Number of blog posts shown #46537
    Sakin
    Keymaster

    @Michaela: You can change the limit by going to “Settings => Reading” and changing the number in “Blog pages show at most” and save changes.

    Then for the page numbers, you can install “WP-PageNavi” plugin.

    in reply to: Comments section #46536
    Sakin
    Keymaster

    @Michaela: Sorry this falls under plugin territory so this cannot be added in theme. So, you need to search for plugin to do this or you need to hire customizer and build child theme to do this.

    in reply to: code for Hiding words or white wording #46508
    Sakin
    Keymaster

    @Joz: If your site is in maintenance mode and then I cannot do anything. Maybe you can upload screenshot and send me the link of screenshot then I can understand it else I need to wait for you to make it live.

    in reply to: Choosing Categories For Posts #46503
    Sakin
    Keymaster

    @j17dascoli: If you want posts from specific post to show in homepage then go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”.

    in reply to: Username Color & Title Size #46500
    Sakin
    Keymaster

    @Em Smilingheart:
    1. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .comment-author cite { color: #fff; }

    2. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #main #content .post h2.entry-title { font-size: 34px; }

    in reply to: Featured post image #46499
    Sakin
    Keymaster

    @Caducassau: Oh this theme is not design like simple catch pro theme. Can you try to add in the following css in “Appearance => Theme Options => Custom CSS” box.

    #primary .featured-image {
        display: inline;
        float: left;
        margin-right: 15px;
        width: 30%;
    }
    in reply to: Category Conditinal Content #46498
    Sakin
    Keymaster

    @Andrew Pawley: First you shouldn’t edit the core theme files inside ‘simple-catch-pro’ directory. So, if you want to add these code then you need to build child theme and edit it. For is_category condition, see this http://codex.wordpress.org/Function_Reference/is_category

    in reply to: Social media icons #46497
    Sakin
    Keymaster

    @Caducassau: Yes, you can add in the “Social” Widget from “Appearance => Widgets” to your Header Right Sidebar.

    But if you are going to add social and newsletter widget in Header Right Sidebar then I recommend you to “Disable Header Right Menu” from “Appearance => Theme Options => Menu Options” and then you can create custom menu from “Appearance => Menus” and assign it as “Header Secondary Menu” from “Appearance => Menus => Manage Locations”

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

    @msabeer3d: I see that you have already added in the large header image. But then you have disable logo, site title and tagline. So, it has a empty box above your image. You can remove that by adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-content { display: none; }

    in reply to: Featured Slider Text Problem #46495
    Sakin
    Keymaster

    @Baizurah: You can change that text from “Appearance => Theme Options => Excerpt / More Tag Settings”

    in reply to: Change Menu Font Color – Provided CSS not working #46464
    Sakin
    Keymaster

    @YogaHH: You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #fixed-header-top ul.menu > li a {
        color: #6165a5;
    }
    in reply to: Image resolution #46459
    Sakin
    Keymaster

    @Whitney: Resolution depends on your choices. Just remember higher resolution images will have large image size so sit will be heavy for your site to load. See this http://opusdesign.us/what-is-the-ideal-image-resolution-for-print-web/ and I hope it will help you.

    in reply to: Hide top menu? #46458
    Sakin
    Keymaster

    @Sandiedog: You can just build custom menu and add the menu item that you need. You can do that from “Appearance => Menus”. For more about menu, check out http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/

Viewing 20 posts - 6,041 through 6,060 (of 14,508 total)