Reply To: how to change the height of the slider in the skin simplecorp?
Hi, Guess you are using the flexslider? Located in css file flexslider. But quite difficult because you have a container (.flexslider), slide images (.slides) and caption (.flex-caption). Only...
View ArticleReply To: Logo position vs menu
Aha, fool around with this in Theme Options > Custom CSS: #main-navigation li a {padding: 47px 12px 50px 12px;} You should increase the 50px. Guido
View ArticleReply To: Color contact info in the footer
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: Table Borders
I almost certain this theme does not have build in tables, so you can use default styles (without entry-content). In my own themes I use this very basic markup: table {margin:10px;...
View ArticleReply To: Not Able to Add Resume
Hi, You should add it to your menu via the wordpress menu page. On the left you can select it. Guido
View ArticleReply To: Not Able to Add Resume
Thanks Guido, I was finally able to configure it. For the ease of others if you are still facing this issue here are the steps: 1. You need to add a new Resume under “Resume”. 2. Then you need to...
View ArticleReply To: Language flags in header
Hello, The image that holds the social icons is located in /img/ and is named social.png (it’s a sprite).
View ArticleReply To: The Main Menu (floating menu) doesn't work display properly...
Hi please open the main.css in css folder (cs/main.css) and find nav.top line 504: and change by below: nav.top { border: medium none; margin: 15px 0 0; padding: 0; position: absolute; right: 1%; } I...
View ArticleReply To: Image Gallery Error
Hey, you need to link gallery images to file like this: [gallery link="file" columns="4" ids="203,169,159,146,8"] I think you missed link="file" part.
View ArticleReply To: Add portfolio
Hi can you please give us your websites url or plugin name ? I will help to you for this.
View ArticleReply To: Footer with two widgets columns
Great, you’re 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: Not Able to Add Resume
You are welcome! I’m not working for s5themes btw. Guess step 2 is not necessary for the resume to work. Because you can add your resume directly to the menu, via the wordpress menu page. Permalinks...
View ArticleReply To: Language flags in header
Hi, You can wrap your code in a class and add it underneath the social icons in header: <ul class="flags"> <?php pll_the_languages(array('show_flags'=>1,'show_names'=>0)); ?>...
View ArticleReply To: Navigation Menu – Background ?
Hi You can change the main navigation background for menu in style.css line 367 like below: nav { background: #DDDDDD; border-bottom: 1px solid #DFDFD0; border-top: 1px solid #DFDFD0; line-height:...
View ArticleReply To: Theme queries & problems I need help fixing please
Hello Danielle, You can find the quick solitions below: 1) You can find he demo xml content for clippy theme here: http://www.s5themes.com/theme/clippy/ (click to xlm content link, download and import...
View ArticleReply To: bug on search and category without result
Hi, thanks for reported this to us. We will fixed it asap. But you can add this (close div) </div> below in search.php above line 57: </div> <?php endif;?> thats all. Enjoy the theme...
View Article