Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@kat22: You can change the color of the search box text by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-right #s { color: #fff; }The search page layout is controlled through “Appearance => Theme Options => Layout Options”. There you have to select Sidebar Layout Options.
November 8, 2013 at 11:12 pm in reply to: Frontpage and articles/ category with different Layout #16966Sakin
Keymaster@Heinrich: In Catch Box Pro theme, tou can choose the category to show in homepage from “Appearance => Theme Options => Homepage/Frontpage Category Setting”. Just select the multiple categories from which you want to show the post.
Then for the the slide, you can choose the Category Slider. Go to “Appearance => Theme Options => Featured Slider => Slider Options”, then select Featured Category Slider. Then in Featured Category Slider Options, select the category that you want to show for slider.
Sakin
Keymaster@Mark: Ok for our site, if you want to remove all meta tag and the following CSS will hide it all. No need other CSS. Just paste the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-meta { display: none; }Sakin
Keymaster@Cecilia Linda: Yes you are right, WooCommerce doesn’t allow to change the layout. Also for shop we have user Full Width Design. To add sidebar, you need build child theme and create functions.php and style.css in your child theme. You can copy style.css and functions.php code from https://gist.github.com/anonymous/7374457
Sakin
Keymaster@rbrek: If you are using Catch Evolution Pro Image Slider, then you can simply upload the image and add the image url. It will show the image auto adjust.
But for Catch Evolution Free theme, there in featured post slier where it auto cuts the image as per the size. So, you can use the image 849 x 565 pixels
Sakin
Keymaster@citrocker: WoW thank you solve it.
November 8, 2013 at 10:23 pm in reply to: How to add numeric page numbers in simple catch theme? #16958Sakin
Keymaster@swapnaranjitanayak: I just check in your site and see that you have activated Jetpack plugin “Infinite Scroll” module. You need to deactivate Infinite Scroll from Jetpack plugin and then it will work.
Sakin
Keymaster@rhkingma: It’s strange why it is not working. Maybe, you can set your permalink structure at “Settings => Permalinks” and try it.
Sakin
Keymaster@francisboyle: Catch Evolution Free version is a Responsive Design Theme. So, it automatically changes as per the screen sizes. So, there is no option to show full desktop view in mobile.
If you want to completely remove the Responsive Design and Stick with Desktop View all the time, then you need to disable Responsive Design. But sorry this option is only there in Pro version at this stage.
Sakin
Keymaster@Cecilia Linda: Sorry there is no option to do that in theme. Maybe you can search for menu plugin which can do that. Search in http://wordpress.org/plugins/ and Google.
Sakin
Keymaster@owen: Use color code not the color name and if that is not working then add important.
#branding #access, #colophon #access-footer { background-color: #0000ff !important; }Sakin
Keymaster@suchi: I see that you are using Catch Everest Pro version 1.3. But this option was added from version 1.4 onwards. So, first you need to update our theme to latest version. For change log read this http://catchthemes.com/changelogs/catch-everest-pro-changelog/
Sakin
Keymaster@CaptivatingHearts: Sorry there is not easy option to remove separator. You need to build child theme and in then edit the function simplecatch_sliders()
We have just added it in update for Simple Catch Version 2.6.7 where you will get separator control through custom css. But this version has to be approved by WordPress.org and set to live. So, it can take up to 7 days to live it.
After you get update, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide it.
.featured-text .slider-sep { display: none; }Sakin
Keymaster@Lauren: You can change the color code as per your need and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-description { color: #7a7a7a; }Sakin
Keymaster@jpbertram: Oh sorry. You can to go to “Appearance => Menus” and then create menu if you haven’t create or edit it if you already have it. And you need to edit the Label of the Menu item for which you don’t want link.
Sakin
Keymaster@Heinrich: Yes, that’s true. You can use WordPress gallery itself.
Sakin
Keymaster@rbrek: Those are the sample images to demonstrate the Slider. In free version of Catch Evolution theme, you will get Featured Post Slider. So, you need to create post with featured image and then add that post ID in “Appearance => Theme Options => Featured Post Slider”. The size of the images are Width: 644px and Height: 320px.
You can read detail instruction at http://catchthemes.com/theme-instructions/catch-evolution/
You can also take a look at Catch Evolution Pro version for Advance Featured Slider. Read more features at http://catchthemes.com/theme-instructions/catch-evolution-pro/
Sakin
Keymaster@Heinrich: Thanks 🙂
November 7, 2013 at 12:44 pm in reply to: nav background color change being ignored in IE 7-9 #16915 -
AuthorPosts
