Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@trentbuzz: Check your settings at “Appearance => Theme Options => Layout Options” box, you need to select “Excerpt/Blog Display” on Content Layout.
Sakin
Keymaster@Maeyke: For menu, you can use custom menu that is through “Appearance => Menus”. See this for more details about menus http://en.support.wordpress.com/menus/
Sakin
Keymaster@dbentzen: Adding menu bar below the slider can be done only through php code modification.
Note: When you customize the theme, please use “Custom CSS” box or Build child theme and modify it.
Sakin
Keymaster@amberfm: You are trying to add full html code so it doesn’t accept that. You cannot put that lot of arrows.
Sakin
Keymaster@BrianW: Yes it’s cool. But you can shorten the css by just
#hgroup-wrap { padding: 0; }Sakin
KeymasterAdd the following css to get the featured slider headings
#main-slider .entry-title { display: block; }Is there a way of moving the featured content to the bottom of the text on the home page, rather than at the top?
— For this you need to customize the theme by building child theme. You need to get developer to do this for you.Sakin
KeymasterOh Sorry I gave you for another site. For this site http://www.villagepca.org it will be as below. Adjust margin as per your need.:
#header-content { margin-top: 40px; margin-bottom: 20px; }Sakin
Keymaster@wagllc:
1) On the home page there is no spacing between the Slider and the Menu Bar. Can I adjust this space?
— You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box. Adjust the margin as per your need.
.featured-slider { margin-top: 30px; }2) How can I control the space between the Logo Banner and the Menu Bar? Currently I have the following CSS code to reduce padding around the Logo Banner and remove the search box:
— To adjust the space between the Logo Banner and the Menu Bar, You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Adjust the margin as per your need.
#header #mainmenu { margin-top: 30px; }When you tweak the css. Don’t edit style.css. You can add it in Custom CSS box or build child theme and edit it. If you edit style.css it will be overwritten when you update the theme.
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/
-
AuthorPosts
