Hello,
We’ll fix this issue in the next theme update. Thank you for the report!
Regards
Hello,
We’ll fix this issue in the next theme update. Thank you for the report!
Regards
Hello,
Yes, for example, http://prntscr.com/dje53y Just copy SoundCloud shortcode and use text widget to add it into right topbar.
Regards
Hello,
Try now.
Keep in mind that according to Envato policy, you can use 1 license for the 1 end product. That’s why if you plan to use our theme for the few projects you should have the license for the every end product you plan to create.
Regards
Hello,
Thank you for such warm thoughts! We are very happy that you like our themes and our work.
Regards
Hello,
I have created test product as draft and used images with good resolution. Don’t see any issue with thumbnails. I checked your products and see that you use images with 360x360px or 600x600px. That’s why you don’t have any zoom effect. If you enable default theme you’ll see the same.
Only XStore Quick View option has the compatibility problem with this plugin and unfortunately we can’t fix it. So, either you should disable Quick View option or plugin.
Regards
Hello,
You are using the old version of our theme that’s why you have this issue. Add the following code in custom CSS to fix it
.banner img{max-width:100%};
Regards
Hello,
Use the code from our documentation https://www.8theme.com/documentation/xstore/plugins/mail-chimp-form-custom-styles/
Regards
You are welcome!
Regards
Hello,
Unfortunately, not all the users of XStore theme use Revolution Slider, that’s why we can’t remove fontawesome from our theme.
Regards
Hello,
1) If you update theme you should update translation files too. Because now there are 2 Quantity translation in the latest version of translation files http://prntscr.com/dj9ue1
If you prefer poEdit to translate theme then use Catalog > update from POT file method. If you would not mind to use Locotranslate plugin then use Sync button.
2) If you want to translate theme you should pace translation files in 1 place
either wp-content/themes/xstore/languages
or wp-content/languages/themes/
But you copied translation files in both folders and it makes the problem.
I have moved your translation to wp-content/languages/themes/ folder.
These strings http://prntscr.com/di8g8c are related to WordPress translation http://prntscr.com/dja4vy WP translation files also was out of date and I used synchronization to update them.
Regards
Hello,
We are sorry but this is WooCommerce default option and it’s not related to our theme.
Truly saying it looks like a bug but you need to contact WooCommerce support to tell them your recommendations.
Regards
Hello,
Great. I’m glad that solution works for you.
Regards
We’ll do our best.
Regards
Hello,
In your case I would recommend to use the following settings for the product images http://prntscr.com/dj8xy6
If you want to make all the products images one size use hard crop option and regenerate thumbnails after that (Tools > Regenerate thumbnails).
But better to upload product images with the same proportion for all the products you have, then you will get nice grid.
Regards
You are welcome!
Regards
Hello,
I’m glad that you sorted out. Feel free to contact us if you need any other help.
Regards
Hello,
Add the following code in custom CSS
.pagination-cubic {display: none;}
Regards
Hello,
Yes, sure we understand you. We use placeholders to avoid problems with import because real images have a big size and it takes more time to import them during demo content import. Sometimes server of our clients have the time limit and then users don’t get any images. Placeholder is very light and is imported in a second.
Anyway, let me know if you need any other help.
Regards
Hello,
No, unfortunately. But you may create the necessary content using wysiwyg in description tab and then just copy code from the text tab of wysiwyg to the Custom Tab content.
Regards
Hello,
This is how WooCommerce plugin works. There is no option to hide it in WooCommerce settings.
But you can try to do using with custom CSS (Theme Options > Styling > Custom CSS)
.single-product .product-type-variable .product-information-inner .price {
display: none;
}
.single-product .product-type-variable .product-information-inner .variations_form .price {
display: block;
}
Regards
Hello,
Done.
Regards
You are welcome!
Regards
Hello,
No, you should copy the etheme_loader function only and paste in functions.php of child theme. Then you can edit this function to shaw what you want. We use svg to show that loader. You may find the svg you like and replace our svg code by the new one http://prntscr.com/dj8du0
Regards
You are welcome.
Regards
Hello,
Ok. We are glad that you like our theme!Thanks for using.
Regards
Hello,
What version of Safari do you use?
Regards
You are welcome!
Regards
Hello,
If you plan to use strong tag only for such combination then you can try the following code
.single-product .short-description strong {
color: #dd3333;
}
Go to Theme Options > Styling > Custom CSS and paste that code.
Regards
One more suggestion for you:
If you want to use image for the header I would recommend you to enable breadcrumbs in Theme Options, choose font-size 0 for the breadcrumbs title to hide it and use featured image to upload breadcrumbs image http://prntscr.com/dj81ce. Then you’ll get the following result on the frontend http://prntscr.com/dj826m
Because if you use header overlap and disable breadcrumbs then the header will overlap content of all the pages, on some pages which don’t have content and use templates such as Portfolio, Cart, Checkout will look bad without breadcrumbs.
Also keep in mind that you may change header text color in Theme option and also choose the different color scheme for every single page if you need it different than global settings.
Regards
You are welcome!
Regards