Forum Replies Created

Viewing 20 posts - 5,901 through 5,920 (of 14,497 total)
  • Author
    Posts
  • in reply to: [ask] how to remove the date and comment #47346
    Sakin
    Keymaster

    @amruly: If you upgrade to pro then there is easy option to remove the comment from “Comment Options” in theme options panel. But free theme uses the default comment system from WordPress. So, for new posts/pages, you can disable from “Settings => Discussions”. See this screenshot http://www.pinterest.com/pin/548594798333127973/ . Then for old posts/pages, you need to remove it manually from edit post/page, then you will see the discussion box. See this http://www.pinterest.com/pin/548594798329843253/

    in reply to: Individual Sidebar Templates #47341
    Sakin
    Keymaster

    @Aleao: Please see the screenshot of edit page/post http://www.pinterest.com/pin/548594798331765450/. This is from pro version but in free also you will see similar with less options. From there you can change individual page/post sidebar layouts.

    in reply to: What changes made from v2.1 to v2.2? #47338
    Sakin
    Keymaster

    @Consciousness: No this is not true. This is true only if there is any core functions changes and bug fixes.

    in reply to: What changes made from v2.1 to v2.2? #47335
    Sakin
    Keymaster

    @Consciousness: You can check out change log from http://catchthemes.com/changelogs/catch-evolution-change-log/ and also you will find it in your changelog.txt file inside theme directory.

    in reply to: Individual Sidebar Templates #47334
    Sakin
    Keymaster

    @Aleao: Did you check in the layout option in “Appearance => Theme Options => Layout Options”. This changes the layout of overall site. Then if you want to change the layout of specific page/post then you can edit that page/post and then change it from “Catch Kathmandu Options” metabox , where you can see “Sidebar Layout”.

    But if you want further additional layout then you need to build child theme and do it.

    in reply to: Responsive Design Issue #47333
    Sakin
    Keymaster

    @Jason:

    1. It’s the image size, image alignment and the the text issue. If the image cannot get the full width then text will alight to it’s right. There is nothing much we can do about this. So, increasing the image size will be best.

    2. See the text sizes changes as per the heading and html codes. See this demo page http://catchthemes.com/demo/simplecatch-pro/html-elements/ . h3, h4, h5 and h6 headings transform text to uppercase. If you want to make it normal, then go to “Appearance => Theme Options => Custom CSS” box and add the following css.

    h3, h4, h5, h6 {
        color: #666;
        text-transform: none;
    }
    in reply to: featured content image border #47332
    Sakin
    Keymaster

    @michalahulme: Sorry about the lost and I will try to answer it.

    1. Not sure about the menu much. So, can you try to change the background color and color as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #secondary-menu ul.menu li:hover > a,
    #secondary-menu ul.menu a:focus,
    #secondary-menu .menu .current-menu-item > a,
    #secondary-menu .menu .current-menu-ancestor > a,
    #secondary-menu .menu .current_page_item > a,
    #secondary-menu .menu .current_page_ancestor > a {
    	background-color: #1b5F7d;
    	color: #fff;
    }

    2. For slider content, change the background color and color as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-container {
    	background: none #21759b;
    	color: #fff;
    }
    #main-slider .entry-container:hover {
    	background: none #21759b; 
    	color: #fff;
    }

    3. For footer sidebar, change the color as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
    #footer-sidebar {
    background-color: #21759b;
    }

    in reply to: How do I change the name that appears in the browser tab? #47330
    Sakin
    Keymaster

    @Robert: If you want to show the static front page then you can add select your page from for front page.

    You can check your SEO settings at “SEO => Titles & Meta” and change the title as per your need.

    in reply to: Color changes on my website #47329
    Sakin
    Keymaster

    @Irina: Ok I found the issue in title color options and I will fix that in new version update. For now, can you add the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-title { color: #f15917; }

    in reply to: Image at top of Footer Sidebar area #47328
    Sakin
    Keymaster

    @fmck718: Sorry no option to do that by default options.

    in reply to: Does catch kathmandu support multilingual? #47327
    Sakin
    Keymaster

    @stijnh: Yes, for this I recommend you to build child theme and then modify the functions. I will never recommend you to edit/add any files inside core theme directory.

    in reply to: How to remove author ? #47322
    Sakin
    Keymaster

    @LordSTG: You can hide the author by adding in the following css at “Appearance => Theme Options => Custom CSS” box.

    .by-author { display: none; }

    in reply to: Adding Script to header | Google Analytics Tracking #47321
    Sakin
    Keymaster

    @sbartsch: To add google analytics code in header. You can just go to “Appearance => Theme Options => Webmaster Tools = Header and Footer Codes”. Then paste your code at “Code to display on Header” box.

    in reply to: e-commerce ready features #47296
    Sakin
    Keymaster

    @boosted179: Yes there are other additional features that you get in option panel. See the Catch Kathmandu Pro theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/ , where you can read about additional features.

    in reply to: How to optimize simple catch theme for mobile user. #47293
    Sakin
    Keymaster

    @agrawal1294: Yes sure please check our free themes at http://catchthemes.com/themes/category/free/ . You can choose any theme from here except Simple Catch theme.

    in reply to: Catch Everest Pro Sliders not sliding #47292
    Sakin
    Keymaster

    @Joan: Thanks for the info.

    in reply to: Color changes on my website #47276
    Sakin
    Keymaster

    @Irina:
    1. I am confused, you aid it’s not changes. But when I check in your site, your page title in orange. Can you be more specific on which title you are talking about.
    2. Yes, we will add that color option in future updates.

    in reply to: featured content image border #47273
    Sakin
    Keymaster

    @michalahulme: Thanks but I am not sure which section you have to change. There are lots of blue in your site. So, if you could list the places where you want to change the color then I can send you the custom css.

    Also check out Pro version, where you have all options to change color. See the additional features details at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    in reply to: Featured Sliders titles background color #47271
    Sakin
    Keymaster

    @maria: To change the background color and text color in the featured slider content, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-content, #main-slider .entry-content:hover {
        background: none #000;
        color: #fff;
    }
    in reply to: Catch Everest Pro Sliders not sliding #47268
    Sakin
    Keymaster

    @Joan: I just check in your site and see that your slider is working fine. Maybe one of your plugin was giving issue. Can you refresh your site and check in.

    Regenerate Thumbnail should be used only if your site is old and have just changed the theme. As every theme as it’s own recommended image size and this plugin changes the size as per the theme recommendation.

Viewing 20 posts - 5,901 through 5,920 (of 14,497 total)