Forum Replies Created

Viewing 20 posts - 5,901 through 5,920 (of 14,494 total)
  • Author
    Posts
  • 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.

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

    @agrawal1294: Simple Catch Theme will display same in mobile devices as it’s not responsive design as our other themes. So, you can upgrade to Pro version, which is responsive design and it will automatically adjust as per the screensize.

    I am not sure about WP Touch mobile plugin. But if you use Jetpack mobile theme then it will show the default site without the slider in their own format.

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

    @fmck718: There is nothing call impossible. But yes, this option is not there in Catch Everest Theme.

    To add this type of customization, you need to build child theme and add all the customization in your child theme. For this you need to have child theme, actions hook and functions knowledge. So, I suggest you to hire customizer for this task.

    in reply to: Updating to v2.6 #47245
    Sakin
    Keymaster

    @TenThousandThistles: For sales and account issues, please contact our sales directly at http://catchthemes.com/contact-us/

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