This item was featured on ThemeForest
This item is by an Elite Author
Kriesi
- Power Elite Author
- Referred more than 2000 users
- Power Elite Author: Sold between 2 000 000 - 4 999 999 dollars
- Author was Featured
- Item was Featured
- Austria
- Bought between 100 and 499 items
- Has been a member for 4-5 years
- Interviewed on the Envato Notes blog
- Exclusive Author
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
1,961
Purchases
Buyer Rating:
4.41 stars
4.41 average based on 406 ratings.
-
5 Star
25663%
-
4 Star
8921%
-
3 Star
4210%
-
2 Star
102%
-
1 Star
92%
| Created | 21 April 09 |
| Last Update | 21 April 09 |
| Columns | 2 |
| Compatible Browsers | IE6, IE7, IE8 |
| Software Version | WordPress 3.3, WordPress 3.2, WordPress 3.1, WordPress 3.0, WordPress 2.9 |
| Documentation | Well Documented |
| Layout | Fixed |
| Widget Ready | Yes |
© All Rights Reserved Kriesi -
Contact Envato Support


Hello,
I’ve been using your theme for a while now and recently had to move a site to a different url, everything is working fine but for some reason the slider will not work at all, I’ve even removed my edited file and put up a fresh one and it still does not work any tips?
The site www.womenlikeusfoundation.org
Thanks, Angela
Hi, Kriesi,
Im gonna buy this template as I have a client who wants it. One question though. Is it possible to make the menu more visible. My client is an elderly person and the site is going to have an elderly audience…..so they need the menu to be more visible. How can I change this, either the size of text and or color.
Please can you tell me what I need to do if possible and I will purchuse immediatetly!!
I also need to know if its possible to make the text size for all the website bigger?
Hey, I need urgent help! Need to deliver to client:
1. Change background color
2. Change text size and or color
3. Change trasnition speed in image slider (would it be possible to add next and previous buttons on the slider?)
thanks!
no help?
Hi Kriesi and everyone.
Does anyone know how to reduce the height of the logo in the Cubit 6-in-one? I’d like to have a shorter logo so more of my page fits on the screen.
I’ve hacked away at a solution, and nearly have it, but am stuck on one final bit … moving the long gray bar under the menus up to be just under my new position of my nav. I have no idea where this is.
If there is a post on this (I searched), fantastic. If someone can point me to it, or help me, I will write up one for everyone to use. Perhaps others will want a shorter logo too.
Thanks. Still love this theme. I’ve been making lots of changes to the code and it’s very tolerant of me!
Tom http://www.SlipstreamAdvantageGroup.com
Hi Kriesi,
I love your theme.
How do I remove the sidebar and “Home” page title from the front page? I want only the slider images to show.
Thanks!
Sorry, another question.
At the bottom of child pages, there is some weird text. How do I get rid of that?
The child page is here http://www.gottagetbetter.com/facilitators/daphne/
@IMODS Hi, I’m no developer, but I found that I could change my text colour to black across the site by going into:
Appearance>Editor>stylesheet.css
Then finding the block of text near the top that says: Small reset.
It looks like…
body, ul, ol, li, p, h1,h2, h3, h4, h5, h6, form, blockquote, dl, dd, dt{ margin:0; padding:0; color: black; }
I just added the line that says color: black;
After that I had nice black text and the faded grey has gone.
Hi Kriesi,
I’ve solved the problems in my two previous comments. Now the problem I have is the child pages are not displaying properly. All child page links point to the same child page instead of the relevant child page.
I’m toying with the image.php file to make the adjustments. Is this the right file to edit? What’s the correct code to get the child page link in the navigation sub-menu to point to the correct page? The code I’m using now is:
<?php query_posts(‘post_type=page&post_parent=’.$parent); if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php the_content(); ?> <?php endwhile; endif; ?>My site is here: www.gottagetbetter.com
Thanks!
Sorry Kriesi,
Seems that posting here is a critical step in helping me solve the problem!
My child pages are now displaying properly. I simply changed the slug in wordpress dashboard. Somehow that worked!
Love love love your theme. It’s clean, clear, corporate looking. Very sleek menu navigation and home page image transition. Makes me look like a pro
You’re the real pro. Great theme!
I would like to add my phone number to the top right of the home page. Would I add this as HTML through the Header file? Where specifically should I put it?
Thank you!
HI, Cant put the images on the front page. I amended the index.php with the following;
<!-http://mydomain.com/wp-content/uploads/wedding.jpg-> adipisicing elit, sed doand also uploaded the jpg in the content folder but still it does not show on the front page. I chose to see html and not post and have selected that correctly.
Awaiting your response. ThanksHi Kriesi
I hope you are well
Thanks again for the support in this forum its much appreciated. I am having a couple of issues – hope you can help?
1. There is a page called “Home” but its not in my pages list and I dont want it there as my logo links to the home page, how do I remove it?
2. I have inserted my logo but I need to move it – where can i set the location co-ordinates for the logo?
3. I would like to change the font throughout the whole site, where can I do this?
Thanks very much in advance for your help!
Does anyone know how to make the Blog split into pages…..I mean at the moment I have a long list of blog entries but Id like the scroll down to be less and have a next page option, PLEASE SOME HELP !
Kriesi doesnt seem to answer in the forums, so anyone else please!
Yes where has Kriesi gone? I bought this because I was told his support was brilliant but so far I’m not getting responses…
For anyone wondering… I’ve just upgraded a site using this theme to WP 3 .0 with no apparent problems – so seems to be WP 3 .0 compatible.
(PS Kriesi is around – tweeted me earlier to confirm he’d check his themes for WP 3 compatibility over this weekend).
After upgrade to WP 3 – works ok
A client of mine has bought your theme, he has me editing it to fit his needs. I’m having a problem. No sliding menu or even the menu graphic on the search results page? any idea? search page is as follows
<?php get_header(); ?> <?php get_sidebar(); ?> <div class="content"> <?php if (have_posts()) : ?> <h3>Search Results</h3> <?php while (have_posts()) : the_post();?> <div class="entry"> <span class="meta meta_subpage"> <span class="meta_date"><?php the_time('d.m.Y') ?></span> <span class="meta_cat"><?php the_category(', '); ?></span> <span class="meta_comment"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></span> <?php edit_post_link('Edit', '<span class="meta_comment?>', '</span>'); ?> <h2 class="post_title" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2> <?php the_content('read more'); ?> <?php link_pages('<?><strong>Pages:</strong> ', '', 'number'); ?> </div> <?php endwhile; if (function_exists(kriesi_pagination)){ kriesi_pagination($query_string); } endif; ?> <!--edit link--> </div><!-- end content--> <?php get_footer(); ?>Please help!
Hi, I purchased it and everything is working fine. Only one request, can I replace the ‘website’ in the contact form to ‘phone’. I tried and the site does now display ‘phone’ but when I get the email, this filed remains blank. Can you please help, I am going live in a couple of days.
Thanks in advance.