This item is by an Elite Author
eggbit
- Canada
- Elite Author
- Referred between 10 and 49 users
- Sold between 50 000 and 100 000 dollars
- Exclusive Author
- Has been a member for 3-4 years
- Bought between 100 and 499 items
730
Purchases
Buyer Rating:
4.22 stars
4.22 average based on 81 ratings.
-
5 Star
4656%
-
4 Star
1822%
-
3 Star
1113%
-
2 Star
11%
-
1 Star
56%
| Created | 23 February 12 |
| Last Update | 28 December 12 |
| Columns | 2 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- app
- asyncronous
- cloud
- contact form
- modern
- portfolio
- pricing tables
- responsive
- saas
- sort
- tour
- vertical slider
- widgets
- wordpress
© All Rights Reserved eggbit -
Contact Envato Support


I’m having some problems with the top level menu items linking over to the page on menu items with a submenu. You can view my website here: kesilwp.kesilconsulting.com
Thanks!
You can remove this script from header.php to make the top-level items clickable.
<script type="text/javascript"> $(document).ready(function() { $('#menu>li>a').click(function(event) { if ($(this).parent().children('ul').length) { event.preventDefault(); } }); }); </script>Hi Eggbit,
I’ve emailed you a couple times recently but no reply. I assumed you are very busy. Or maybe my emails went to a spam folder. I’m having a problem where several of my pages are not showing the correct heading / page title. They are instead showing another page title.
Should I re-email you?
David
Hi David,
Yes please re-email. – Thanks
Can I confirm your email with you over this website? It’s a Hotmail address starting with “s”
Right?
Yes
Awesome. Just emailed you.
It is safe to upgrade to WP 3 .4.2?
Yes. Upgrading WP is fine.
Awesome, ta!
Hi. Awesome theme. I have been searching through all the comments on how to ‘stop the home page animation’...I know I’ve seen it, but can’t find it.
Can you help me with how to either change or remove the code to stop the cloud animation; just want it to be static.
Thanks so much.
Dave
<script type='text/javascript'> $(document).ready(function() { $(".slider").hide(); $(".slider").slideUp(1).delay(1400).slideDown('slow'); }); </script>Hi again Eggbit.
I got your email, and tried your suggestion (uploaded and overwrote both functions.php and category.php). It doesn’t seem to have made a difference, certain pages are still not showing a page title, and some are showing the wrong titles.
My Menu:
- News (is fine) - About (is fine) - Portfolio (is fine) - – Branding (is fine) - – Logo (shows “Branding”) - – Web (shows “News”) - More (is fine) - Contact (is fine)
I can give you access via an email if you’d like?
David
Those were just the latest versions to make sure your theme was up to date. You’re the only person to report this problem. It may be an issue with your wp setup because I can’t reproduce the issue. Send me the ftp info and I’ll take a look. – Cheers
Hi again. I just emailed you the FTP and WP info.
Thanks for your help.
Hi, I can’t display post summaries in my homepage like on your sample ? You can help me
?
Best regards from France
Benoit
Hi,
Have you selected a category to pull posts from in the theme homepage settings? And assigned posts to that category?
You can use the ‘excerpt’ section in the post to fill in a summary.
yes but it doesn’t work ? can i send you my login and pswd ? i don’t understand ….
Sure. Email me the info and I’ll take a look at the setup. – Cheers
I don’t see photoshop files in the zip. I would like to customize this theme and normally photoshop files are included in Theme Forest purchases. Can you please provide those?
Can you please email me. Thanks
Hello,
see below.
Hello,
I cant create a new page Attribute, and if I replace the attribute which is available under the same name its not changing I need a homepage as full width with slider… how to do?
I rename 2 column template and add a fullwdith template with slider but it keeps loading the same old template so its like crashing… how to fix?
Thanks
I’m not sure I understand. Are you trying to change the theme homepage? Or is it just not showing? Make sure under wp settings/reading the frontpage is set to ‘display latest posts’ to use the theme homepage with slider.
I want a homepage fullwidth with a slider
I need to add on homepage the TOP BANNER SLIDER with another page (like php include) for example like contact.php
and with slider on it.. you create a page from fullpage.php and add the slider but it does not load when you create a page , from page options panel
Sounds like you’re trying to do some customization. You want to use the same slider on other pages is that correct? It’s not really part of the theme ..but send me an email and I’ll see if I can help you out. – Cheers
yes with full width page not only the slider, so we can enter our content on the homepage, like publish a table. how to do?
Ok. This is a customization. Can you please email my profile. – Thanks
i need to create a Homepage with FULL Width Page template and add Slider, and make it for the theme so we can enter our content on the homepage, like publish a table. how to do?
I need your email address. Can you click on my profile and send a message there please.
I sent u please check, thanks
Eggbit,
I just installed a plugin called WooCommerce, link here:
http://wordpress.org/extend/plugins/woocommerce/installation/and after activating the plugin the slider on my homepage won’t come down or work. Could you please check out my website and see if you can help me out with this? I would greatly appreciate it, and thank you for your past help with the analytics problem. I’m going to email you the link to my site from your contact us page, thanks.
Hi. I don’t see the email yet. But yes, please email my profile here. – Thanks
I emailed you from the Cleanspace theme preview contact us page. I’ve emailed you there before.
How do I make the width of the header longer so I can fit my logo. It’s too small at 60 pix.
The width of the logo space is 280 px.
You can change it in css/base.css around line 49:.logo { width: 280px; }Sorry I meant I need to change the height. Also I dont have any line items under style.css
It’s the same selector .logo in base.css It’s in the theme css folder. Around line 29, increase the height attribute.
How can I add quotes and aprostrophies to the text bar? When I add them the whole thing disappears. I can add directly into the database, but then if I go to edit anything else on admin page, that option is just blank. I tried to escape them with like \” but then I get
\\\”We Know Technology, So You Don\\\’t Have To\\\”
Hi,
I just added some quotes to the demo. Is that the ‘text-bar’ you mean? It shouldn’t be a problem. Sounds like maybe there is something else going on. Email a link to my profile so I can take a look. – Cheers
Hi, I just purchased and it’s just great
I do have a one question now how can i translate the “tour” slug to something in my language?
Thanks.
You can try changing it in functions.php around line 109
rewrite' => array('slug' => 'tour'),I did that and afterward i started getting 500 errors. I deleted and re-installed the theme it works now.
Hi There,
We’re currently setting up our website with the cleanspace theme, however the tour function doesn’t seem to be working for us – http://digital-su.co.uk/features/, would appreciate any pointers on what might be causing this?
Have you placed the tour widget in the tour sidebar?
Thanks a lot, slaps business partner who swears he changed nothing
How come the entire MENU on the nav bar wont work at all? When the menu under customization is turned on the slider breaks. Can someone explain why please!
It sounds like there may be too many top level menu items. Hard to say for sure without viewing a link.
Hi there,
Could you please provide the icon pack you use on theme? Or recommend one?
Cheers.
Hello
When using the portfolio to display YouTube videos via the <iframe> options, then you close the lightbox while a video is playing, it continues to play in the background.
I have been looking in to making the video stop when the element is clicked, but this is way beyond my level of expertise.
Any advice? I really feel this a flaw with the theme considering there is a specific option to add videos to the portfolio lightboxes.
Yes. If you update the theme it will fix that issue. I posted a fix for that. – Cheers
Hi eggbit
That is awesome news, but unfortunately I have heavily modified the theme for a client – which files do I need to merge for the fix to be applied?
Regards, Jake
I believe it was three files. portfolio.php, portfolio2.php and js/jquery.custom.js
Sorted!
Cheers mate – great theme, probably one of my favourites so far.
Jake
Couple of questions:
1. When I create a sub-menu under a parent page, in the menu bar I can’t click on the parent page itself. Clinking it does nothing.
2. I want to use two column portfolio on one page and the three column portfolio on another page. How can I do that? When I choose the options under page attribute, it starts showing all of the portfolio.
3. You have the pages separated in the middle. How can I add pictures and texts to the right column?
4. The “help” documentation that came with the theme is corrupt, meaning none of the images are showing, do you have another copy I can download.
Thanks!
<script type="text/javascript"> $(document).ready(function() { $('#menu>li>a').click(function(event) { if ($(this).parent().children('ul').length) { event.preventDefault(); } }); }); </script>The theme only support one portfolio. You need to use the column shortcodes to split the page into columns. Send me an email and I will send you another copy of the documentation. – Cheers
Hey there,
How do I add the imgicon on the homepage main posts like you have on your example?
Best Regards
In your post title it would look like this: