themesforge
- Bought between 1 and 9 items
- Exclusive Author
- Has been a member for 3-4 years
- Referred between 1 and 9 users
- Sold between 10 000 and 50 000 dollars
211
Purchases
Buyer Rating:
4.73 stars
4.73 average based on 15 ratings.
(more information)
-
5 Star
1173%
-
4 Star
426%
-
3 Star
00%
-
2 Star
00%
-
1 Star
00%
| Created | 27 November 12 |
| Last Update | 18 April 13 |
| Columns | 4+ |
| Compatible Browsers | IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4 |
| Compatible With | WooCommerce 2.0.x, WooCommerce 1.6.x, WooCommerce 1.6.5.1, WooCommerce 1.6, WooCommerce 1.5, WooCommerce 1.4.2, WooCommerce 1.4.1, WooCommerce 1.4, WooCommerce 1.3.2.1 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
© All Rights Reserved themesforge -
Contact Envato Support


When adding a new product, how can you change the currency to $ instead of £?
Hi aylaview
Thanks for getting in touch! You need to change your currency globally from within WooCommerce->settings
Hope this helps Ed
Bit embarrassed to ask, but on your demo site in the first footer area you have a menu contained within a rounded box and I can’t for the life of me work out how to do the same?
Charlie
Hey Charlie,
Thanks for getting in touch!
That’s the widget called “WooCommerce Product Categories”.
Drop that into the widget area and tick “Show hierarchy”
That should do it!
Ed
Thanks Ed, what I wanted to achieve was that look but with a custom menu, is that possible?
Hey Charlie,
Yes it it possible but you’ll need a few CSS tweaks I think.
1.) look for this selector in /icarostore/css/layout.css
site-footer .first-footer-widget .widget_product_categories
add the following just before it (at the start of that line)
site-footer .first-footer-widget .widget_nav_menu,
2.) in the next selector (#site-footer .first-footer-widget .widget_product_categories .widget-title) do the same with this:
site-footer .first-footer-widget .widget_nav_menu .widget-title,
3.) finally, another few lines down look for #mc_signup and adjust it as follows: }
site-footer .menu, #mc_signup {
padding: 0 20px 20px 20px;
that should do it
Ed
Great, thanks Ed I’ll give it a try.
Hi Ed,
Just bought this awesome theme from you and installed it, but I have few questions need to ask. 1. How do I change all the “More Info” button under featured product to the “Add to Cart” button. 2. When I preview the product pictures it always show a single picture in another window of my browser, how do I set up it correctly? 3. Is it possible to show more product on the shop page, now is 12 what if I want to be 20 product per page.
Thanks,
Zhong
Hey Zhong,
thanks for your purchase!
1.) Re: “More Info” – best way to do this is to do it via .po translation files (if you are looking to change it to a different language). If you just want to change the english translation then the text is in:
/icarostore/functions/global/widgets/tf-featured-products-jcarousel-icaro.php
line: 119
<?php _e('More Info', 'tfbasedetails'); ?>2.) re: photos – I think you just need to update your WooCommerce->Settings
look for: “Enable Lightbox”
3.) yes
The number of products is set via the relevant widget – just change the number of products to display to whatever number you want.
Hope this helps!
Ed
Hi, Ed! Thank you for quick response, but I still can’t find where to change the product number to display more products per page on the shop, and Is it possible to change the “More Info Button” to actual “Add to Cart Button” (this is very important for me, not the just the text change )
Thanks again!
Zhong
Hey Zhong,
I’ll follow up with you on these points via your email as I can provide you with more specific details there.
Best,
Ed
Ed,
I was also wondering about how to increase the number of products per page (not widget, but on the shop pages). Default is 12, but would like to have at least 20. How can I do that?
K
Hi there K,
Thanks for getting in touch!
In icarostore/woocommerce/woocommerce-layout.php
look for:
// Display 12 products per page add_filter(‘loop_shop_per_page’, create_function(’$cols’, ‘return 12;’));
change this from 12 to 20.
Hope this helps,
Ed
Awesome! Thanks so much!
Ii want to put an image in the background of the header instead of just a color. How would I do that so it will stretch with the website and fit to size?
Hi bagofdesign,
Thanks for getting in touch!
My recommendation would be to create a child theme and edit header.php directly to change the header background.
If you need help with the specifics of what needs to be editied in header.php drop me an email to ed@themesforge.com
Best,
Ed