Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@owen: You ca check the code here pastebin.com/DjJ1QMtq . We cannot provide in depth support to functions.php file. This can be totally complicated. We only support CSS and Settings changes.
Sakin
Keymaster@owen: That Favicon code is file You just add
<?phpcode and removeadd_action( 'catchbox_site_generator', 'catchbox_footer_content', 15 );and rest looks fine.Sakin
Keymaster@Fredrik: Since you have customize the site CSS. I need to see the problem page. So, can you post the URL.
Sakin
Keymaster@Ralph177: Sorry there is no option to do that. For that either you need to search for plugin or you need to hire customizer to work on it.
Sakin
Keymaster@Markus: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.hentry, .widget, .no-results, #author-info, #disqus_thread, #content .error404 { border: none; }Sakin
Keymaster@owen: You have missed the php opening that is
<?phpadd this at the start of your functions.php file. Second you cannot add just action hook without removing it. So, remove this action hook likeadd_action( 'catchbox_site_generator', 'catchbox_footer_content', 15 );About your Favicon, you don’t need to add code. Just upload favicon from “Appearance => Theme Options => Favicon URL”
Please not, you cannot just add functions.php file and add all code. You need to be careful about that.
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; } -
AuthorPosts
