Reply To: How to add more content boxes to home page.
I succeed in adding two new content box in homepage. Here is the tutorial: http://www.s5themes.com/forums/topic/add-a-new-contentbox-on-homepage/
View ArticleHow to add text in home page (ilustration above)
Hi, Is it possible to add text like in this picture as ilustration? I want to make text like “Some of my featured project, and full portfolio” in the portfolio homepage. I want to make “Some of my...
View ArticleReply To: Single porfolio with sidebar
I see.. Problem is the previous and next project navigation. So We need to replace it to the bottom of the post. Please change file back to original. Look for this code: </div> <div...
View ArticleReply To: How to add text in home page (ilustration above)
Hi, Open file home and look for: </div> <!-- end #content --> Add this above: <div class="container clearfix"> <h3><?php _e("Some of my affiliates and and sponsors",...
View ArticleReply To: Single porfolio with sidebar
Guido..doesn’t work. I can’t catch your instruction clearly. This what I did: </div> <div class=”one-fourth last”> <?php get_template_part( ‘page’, ‘sidebar’ ); ?> </div>...
View ArticleReply To: Single porfolio with sidebar
It should work, just did it again. Check my code: And replace this UNDERNEATH the last: <?php endif; ?> I notice your added the code ABOVE Guido
View ArticleReply To: How to add text in home page (ilustration above)
Guido, is it possible to decrease space between horizontal line and text “Some of my affiliates and sponsors”? That’s too wide..
View ArticleReply To: how to hide number of comments for posts on the front page?
thanks a lot. it works ok.
View ArticleReply To: how change the order of menu item
Hi Guido, I suppost that pariveshp meant the menu (like restaurant menu) and not the layout menu. I experience the same problem, I want to sort the different menu items not in alphabetical order....
View ArticleReply To: Feature image not showing up
You are welcome! If you have some spare time, I appreciate it if you review one of my Themes on WordPress.org: http://profiles.wordpress.org/guido07111975 Guido
View ArticleReply To: Single porfolio with sidebar
Ok, last time all steps, please change file single portfolio back to original. 1) Replace this code: </div> <div class="one-fourth last"> <div class="project-pagination"> <?php...
View ArticleReply To: How to add text in home page (ilustration above)
Theme Options > Custom CSS: .horizontal-line {margin:30px 0;} (decrease the 30px > it’s default)
View ArticleReply To: how change the order of menu item
Aha, I understand. Only quick solution is to change the orderby variable. Open file page.template.menu and look for: 'orderby' => 'name' This this into: 'orderby' => 'ID' Now you need to add...
View ArticleReply To: Search Slot Blocking Page Name
Hi, Do you have an URL so I can check your site? Guido
View ArticleReply To: Slider : center image
You should open css file flexslider and look for this: @media screen and (max-width: 480px) Change the 100px into ‘auto’: #slider_container { height: 100px !important; } .flexslider .slides li {...
View Article