Forum Replies Created
-
AuthorPosts
-
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.
November 10, 2014 at 10:45 pm in reply to: How to optimize simple catch theme for mobile user. #47266Sakin
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.
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.
Sakin
Keymaster@TenThousandThistles: For sales and account issues, please contact our sales directly at http://catchthemes.com/contact-us/
-
AuthorPosts
