Feel free to ask if you have any other questions.
Regards
Feel free to ask if you have any other questions.
Regards
Hello,
Please read our documentation https://www.8theme.com/documentation/xstore/woocommerce/product-images/
Regards
Hello,
I can see that you have not disabled Smart menu in Theme Options. Please do this or provide temporary wp-admin access so we can edit your Theme Options settings.
Regards
You’re welcome.
Regards
Hello,
You can change these text using translation files or contact woocommerce support.
To change the font size on mobile you may use css code. Provide us with your site URL and let us know what country should we select on cart page to be able to see tax information, we will provide you the custom css.
Regards
If you want to use the latest version of WC plugin, you need to use the latest version of the theme.
Please provide us with temporary wp-admin access so we can take a closer look at your problem with custom css.
Regards
Hello @queenb123,
Try to disable all the third-party plugins that do not come bundled with our theme and check if you still have the problem.
Regards
Hello,
It was a cache problem. Please check now.
Regards
Hello,
Main Navigation color you can change via Theme Options > Typography > Page. If the color needs to be changed only on the separate page, you need to add custom css code in Custom css for page area http://prntscr.com/k7thu3
Provide us with your site URL and we will be able to give the custom code.
Regards
Hello,
You’re welcome!
We’ve uploaded theme via FTP without problems.
Feel free to ask if you have any other questions.
Regards
Hello,
Theme Options > Products Page Layout > Layout > select layout with sidebar + make sure that sidebar is not disabled on Shop page http://prntscr.com/k7teae
or provide us with temporary wp-admin access.
Regards
Hello,
Please provide us with temporary wp-admin and FTP access so we can take a closer look.
Regards
Hello,
Please use this code:
.woocommerce-Price-amount.amount {font-family: Montserrat; }
Do not forget to clear cache before cheking.
Regards
You’re welcome!
Have a nice day too.
Regards
Please provide temporary wp-admin access.
Regards
Make sure that Brands are enabled in Theme Options > General > Layout.
Also, try to disable all 3rd-party plugins to check if one of them causes the problem.
Regards
You’re welcome!
Please read this article – https://docs.woocommerce.com/document/shop-currency/
Currency Settings relate to woocommerce, so it would be better to contact WC plugin support.
Regards
Please read this article https://codex.wordpress.org/Debugging_in_WordPress
Regards
Hello @msjackiemack,
Great.
Have a nice day.
Regards
Theme Options > E-commerce > Product page Layout > Product content elements
Regards
Hello,
“Close first tab by default” you can find in Theme Options > E-commerce > Single product page.
The position of Size guide can be changed only via additional customization. Copy description.php file (xstore/woocommerce/single-product/tabs) into same folder in your child theme and add etheme_size_guide(); http://prntscr.com/k7i59e
then add this code in child-theme/functions.php
add_action('wp', 'customize_template_hooks', 65);
function customize_template_hooks () {
remove_action( 'woocommerce_single_product_summary', 'etheme_size_guide', 21 );
}
Regards
Hello,
Theme Options > E-commerce > Single product page > Show product categories
Regards
You’re welcome!
Feel free to ask if you have any other questions.
Regards
Hello,
You’re welcome! Feel free to ask if you have any other questions.
Regards
Hello @msjackiemack,
You’re welcome!
Would you mind to rate our product: https://themeforest.net/downloads
That would be much appreciated 🙂
Regards
Hello,
Please provide screenshot for better understanding.
Thanks in advance.
Regards
Hello,
You may use the 1 license for the 1 dev domain and 1 live domain. But keep in mind that you can use our theme license for 1 end product only. Read more – https://themeforest.net/licenses/standard
To activate the theme on new site, you need to deactivate it on old site (via Theme Options).
Regards
You’re welcome.
Regards
These settings work for desktop and mobile http://prntscr.com/k7ez3y so likely them cause your problem. Please try to change px to vh, vw or % https://www.w3schools.com/cssref/css_units.asp
Regards