Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Gali: after you add in the plugin, you need to setup pages and setting from your WooCommerce plugin. See this http://wordpress.org/plugins/woocommerce/installation/ and you can add dummy data if you want.
Sakin
Keymaster@owen: You can just crate blank functions.php file and then add the function which you want to edit. That functions must have
if ( ! function_exists() )code in parent theme. Or you have to edit it through hooks and filters.Sakin
Keymaster@Ralph177: Sorry I don’t get it what you what to do with your post in homepage. Can you explain please.
Sakin
Keymaster@JamieNovak: You can add the following CSS in “Appearnace => Theme Options => Custom CSS” box.
#hgroup-wrap { padding-bottom: 0; } #site-logo { padding-top: 0 }Sakin
Keymaster@Ralph177: Can you show which demo you are talking about. Post in the URL.
About the Pop Up, yes it needs plugin. By default WordPress will link to image itself and you can change the link in the image when you upload or edit the image. In most our our site we use “Jetpack” plugin and activate “Carousel” module. When you use this plugin make sure you have deactivate the “Mobile Theme”.
Sakin
Keymaster@Sith56: You can check out the theme instruction page for details http://catchthemes.com/theme-instructions/catch-everest/.
1. As you are using Catch Everest Free theme you have option just to just “Featured Post Slider”.
For this, you need to create the post and add featured image in your post.
Go to “Appearance => Theme Options => Featured Post Slider” in your WordPress Dashboard
To add Posts in the slider, click on Slider Options and simply insert the ID numbers for posts in the boxes, one post ID number in each box
To change the slider effects and timing, go to Slider Effect Options which is just below Slider Options
Click on Save button2. If you are talking about the 3 featured homepage content. Then you can change that image, title, link from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options” in your WordPress Dashboard.
Sakin
Keymaster@Halconio: Sorry in that case you might need to use Flickr plugin. I though you were using WordPress image uploader.
Sakin
Keymaster@fastfun.jp: I think the best option will be to provide you the psd file. https://dl.dropboxusercontent.com/u/81234910/catchmustang.psd.zip
Sakin
Keymaster@arkady39: The latest version of Catch Responsive is 2.0. Where did you get that info. Can you share your screenshot. Maybe, you also have Catch Box Pro installed in your site. In that case yes, the latest version of Catch Box Pro is 2.9
Sakin
Keymaster@Halconio: I don’t understand your question. If you are creating the WordPress Gallery and want to add custom link. Then when you upload the image add the link to that particular image. Then you can create the gallery of those images with links.
Sakin
Keymaster@Joaozinho: If you are concerned about the text a lot then please use Featured Image Slider where you can add content as per your need. No need to get it auto. You can add it manually all text, image and links as per your need.
Sakin
Keymaster@JamieNovak: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap { padding-bottom: 0; } #hgroup, #header-right { padding-top: 0; }Sakin
Keymaster@JamieNovak: Yes can you send me your site URL so that I can check in.
Sakin
Keymaster@Shanan: For white content background, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main { background-color: #fff; }December 22, 2013 at 11:24 pm in reply to: Header Options: Additional option to move logo position up and do #18551Sakin
KeymasterTo space out to new line you can use br html code that is
<br />Sakin
Keymaster@terra: If you are using Catch Evolution Pro theme then you can use different sidebar only for homepage. Just add widgets in “Homepage Sidebar” from “Appearance => Widgets” then you will have different sidebar only for homepage when you remove ads.
Sakin
Keymaster@October: Sorry I don’t get it what do you mean. Can you explain. I check in our demo page http://catchthemes.com/demo/catch-everest in iPhone and it works fine.
Can you explain which Javascript file and what is the fix that you worked on.
Sakin
Keymaster@JamieNovak: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu, #site-generator { background-color: #3c32aa; }Sakin
Keymaster@MVS: First remove the following CSS from your “Custom CSS” box.
#header-menu ul.menu ul a { background-color: #336699 } #header-menu ul.menu ul a { color: white; }Then add the following CSS:
/* Dropdown Menu with background white and color blue */ #header-menu ul.menu ul a { background-color: #fff; color: #336699; } /* Hover Dropdown Menu with background blue and color white */ #header-menu ul.menu ul li:hover > a { background-color: #336699; color: #fff; } -
AuthorPosts
