Forum Replies Created

Viewing 20 posts - 6,021 through 6,040 (of 14,497 total)
  • Author
    Posts
  • in reply to: adding specific lightbox function? #46607
    Sakin
    Keymaster

    @David: Actually premium support is for non-technical person to help install, update and add few basic options with child themes.

    in reply to: Comments section #46606
    Sakin
    Keymaster

    nice 🙂

    in reply to: Social media icons #46605
    Sakin
    Keymaster

    @Caducassau: It’s cool that you found it 🙂

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

    @Michaela: If it’s not working then can you send me your site URL and explain then I can check in why it is not working.

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

    Nice 🙂

    in reply to: Top Navigation Menu? #46602
    Sakin
    Keymaster

    @fmck718: Sorry that option is not there. You might need to build child theme and do the custom work. For child theme look at http://catchthemes.com/blog/create-child-theme-wordpress/. If you don’t know the coding stuff then you might want to consider hiring customizer.

    in reply to: Adding additional "Optional Sidebars" #46599
    Sakin
    Keymaster

    @Chris: It’s not good to add more and more sidebars. So, I recommend you to add in “Jetpack” plugin and activate “Widget Visibility” module. This allows you to add widget only for particular page or posts.

    in reply to: Youtube widget #46598
    Sakin
    Keymaster

    @Caducassau: I don’t get it. When I check in your sidebar. It is taking the space it is designed to. If you need to remove the padding then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #secondary .widget_youtube_responsive { padding: 0; width: 100%; }

    in reply to: Social media icons #46569
    Sakin
    Keymaster

    @Caducassau: You need to type in your social url from “Appearance => Theme Options => Social Links”

    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”.

Viewing 20 posts - 6,021 through 6,040 (of 14,497 total)