Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@somekyleguy: You need to create page template For that. For example you can see the page.php, page-disable-sidebar.php, page-fullwidth.php and page-onecolumn.php.
For the build child theme and add the additional page template for your products.
Sakin
KeymasterYou can first decrease the margin button in the header right sidebar. That is taking space. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#sidebar-top, #sidebar-top ul { margin-bottom: 0; }Sakin
Keymaster@georgechav: Sorry Catch Everest Pro theme is not build to make the header and footer full width. You can see the demo http://catchthemes.com/demo/catch-everest/.
We have different theme that uses full with header and footer.
Simple Catch Pro: http://catchthemes.com/demo/simplecatch-pro/
Catch Mustang: http://catchthemes.com/demo/catch-mustang/If you want make the Catch Everest Pro header and footer full width we need to change the structure of the theme, which is complicated process. For that you need to hire developer and build child theme.
Sakin
Keymaster@rxcosta: You have to define forum from “Settings => Forums” . Here is the direct link http://www.villagepca.org/wp-admin/options-general.php?page=bbpress .
Sakin
Keymasterthanks for using our theme. Have a nice day.
Sakin
Keymastersolved.
Sakin
Keymaster@rxcosta: it says website is offline. Check your url http://www.villagepc.org/bulletin-board/
Sakin
Keymaster@rxcosta: Can you show me the URL where it is not working. As I cannot find forum in http://www.villagepca.org/
Sakin
Keymaster@rxcosta: If that worked in test site then it will work in live site as well. Why don’t you use the same settings. We haven’t tested with BBpress plugin.
Sakin
KeymasterAlso the line in not a bug but added to separate to content. You you want to remove the line then you can add the following CSS in “Appearance => Theme Options => Custom CSS”
.site-content article { border: none; }Sakin
Keymastersame question posted twice. I have answered you in http://catchthemes.com/support-forum/topic/after-adding-images-to-post-lines-appear/
Sakin
Keymaster@Mirko034: There is image wrap issue as there it no content but just an image. So, can you add the following css in “Appearance => Theme Options => Custom CSS” box until we fix this in next version update.
.site-content article { height: 1%; overflow: hidden; }Sakin
Keymaster@paulinepkehoe: the URL is not working. In individual page or post screen options, you have to check “Discussion”. Which will show you the discussion box under your post/page editor. Then uncheck “Allow comments.”
Sakin
Keymaster@rxcosta: Not all theme are BBPress compatible. We need to build separate module for BBPress and currently Simple Catch Pro in not compatible with BBpress.
Sakin
Keymaster@acanthuroid: Sorry this is not our product so, we need to know response from them to address your issue.
Sakin
Keymaster@somekyleguy: You can do same thing. For all the elements you can just add the rounded corner as you like.
#branding #access, #colophon #access-footer { -moz-border-radius: 5px; border-radius: 5px; }Sakin
Keymaster@rxcosta: Yes the vertical lines are the effect. You can disable that Go to “Appearance => Theme Options => Featured Slider => Slider Options”. Then Check “Disable Slider Background Effect”.
Sakin
Keymaster@wagllc: In Simple Catch Free theme you cannot replace that. You need to upgrade to Simple Catch Pro theme where there is additional sidebar “Header Right Sidebar” where you can add any widgets you will will replaces the search.
But yes you can hide the search in Free version with the help of css. Just add the following css in “Appearance => Theme Options => Custom CSS box”
#header .social-search form.searchform { display: none; } -
AuthorPosts
