Forum Replies Created
-
AuthorPosts
-
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/
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.
Sakin
Keymaster@Consciousness: No this is not true. This is true only if there is any core functions changes and bug fixes.
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.
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.
Sakin
Keymaster1. 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; }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;
}November 12, 2014 at 11:39 am in reply to: How do I change the name that appears in the browser tab? #47330Sakin
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.
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; }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.
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; }November 12, 2014 at 9:04 am in reply to: Adding Script to header | Google Analytics Tracking #47321Sakin
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.
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.
November 11, 2014 at 12:11 pm in reply to: How to optimize simple catch theme for mobile user. #47293Sakin
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.
Sakin
Keymaster@Joan: Thanks for the info.
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.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/
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; }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.
-
AuthorPosts
