Hello,
You are welcome.
I added below custom code for the mobile devices to Mobile custom CSS to change the alignment
.products-list .product .product-details {
text-align: center !important;
}
Check now.
Regards
Hello,
You are welcome.
I added below custom code for the mobile devices to Mobile custom CSS to change the alignment
.products-list .product .product-details {
text-align: center !important;
}
Check now.
Regards
Hello,
We have made changes in the child theme file. Check your cart now.
Regards
Hello,
1) In the Shop sidebar widget area keep Show numbers of products option disabled for the Product Status filter widget because it uses a lot of server resources and if your server is not very fast it causes the issue.
2) Don’t set -1 to show all the products on the shop page because you have 2000+ products. It requires a lot of server resources to show them all on the shop page. Use pagination or infinite scroll https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/
3) Optimize images that you use on your site Your home page is 7.3Mb – it’s huge, 5.2 of them are images https://prnt.sc/1tydptk
For example, you use 2048x2048px banner New-category-banner-03-scaled.jpg for the block with size 360x360px. Why? Change the image size to 360×360 and don’t use larger images for the banners than block size is.
Besides, if you optimize images you can save a lot, for example from 4.1Mb you can make 42Kb https://prnt.sc/1tyf140
Larger page size – slower loading.
4) Disable all the third-party plugins that you don’t really need because every additional plugin calls the CSS and JS. And your home page loads 1.2Mb of scripts.
Regards
Hello,
Could you, please, provide us with the purchase code that gives you the mentioned error?
Regards
Hello,
You are welcome.
Regards
Hello,
Provide us with WP Dashboard and FTP access to your site, please, to check the issue in more detail. Did you overwrite any woocommerce files in the child theme?
Regards
Hello,
I’m sorry, could you, please, explain your issue in more detail and provide a screenshot of the problem? Because I don’t see Sticky Add to Cart Bar on the product that you provided. Besides, I don’t see a Sticky image there.
Regards
Hello,
Could you, please, explain your question in more detail? I see that you use “Exo-Black” font for the product titles https://gyazo.com/08f2c0ef817a07235bc237e60293b88c It should be custom font uploaded from XStore > Custom fonts. If you want to change font go to Theme Options > Typography > change the font for body and for the headings according to your needs.
Regards
Hello,
Unfortunately, there is no such option in our theme to choose what type of SKU to show there. It displays the variation SKU because WooCommerce adds the variation SKU by default for the product you bought.
Regards
Hello,
Download XStore core plugin files here https://dropmefiles.com/wwuvC and place them to wp-content/languages/plugins/ folder.
Download XStore theme translation files here https://dropmefiles.com/wwuvC wp-content/languages/theme/ folder.
After that sync translations using Loco translate https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/ and finish the translation of missing strings if you need.
Regards
Hello,
1) After migration just deactivate the theme and activate it again. Then go to WP Dashboard > Update and click Check again button. It’s important to update activation tocken. That’s all.
2) There is no need to use additional plugin (Elementor footer builder) to create footer using Elementor. Just enable Elementor for the Static blocks https://www.8theme.com/documentation/xstore/support/static-blocks/ and use Static block to create footer layout. After that go to Appearance > Widgets > add Static block widget to footer widget area.
Regards
Hello,
The issue was caused by the out of date archive-products.php in your child theme.
I renamed file and the filters button works ok. What changes did you do in that file?
Regards
Hello,
Check now, please.
Regards
Hello,
Ok, glad to hear that you sorted it out.
Regards
Hello,
Could you, please, provide us with WP Dashboard and FTP access to check your site in more detail?
Regards
Hello,
We don’t have option to change the cart icon to the one you provided. So, you’ll be able to do this by additional customization only. Copy etheme_cart_label function from woopress/framework/woo.php file to your child theme functions.php and edit the icon svg code according to your needs.
Regards
Hello,
Try to disable Object caching in cache settings and check your site after that.
Regards
Hello,
I’m sorry but we can’t fix the issue by screenshot only. We need to check the site settings and your translation at least to find the reason of the issue. So, could you, please, provide us with WP Dashboard access to start? You can limit user permissions and allow us access to theme options, plugins and Loco translate settings.
Regards
Hello,
This time it works. I checked your product tabs and don’t see any problem with them. So, could you, please, clearly explain what exactly is wrong with the custom tabs for your products? Because if you add the custom tabs titles and content they appear.
Regards
Hello,
Provide us with WP Dashboard and FTP access to your site to check the issue with the translation in more detail.
Regards
Hello,
Thank you for your patience.
Regards
Hello,
As I can see you use third-party plugin to display Instagram feed in footer – Smash Balloon Instagram Feed plugin. So, contact plugin author if you have issues with their element. We are able to help you only with Royal theme settings.
Regards
Hello,
Thank you for using our theme!
1) Could you, please, provide us with the screenshots of elements that did not change for the better understanding?
2) Provide us with WP Dashboard access to your site to check the setting you edit.
Regards
Hello,
We have a lot of requests these days. So, we need more time. Thank you for your patience.
Regards
Hello,
We can’t connect to your FTP https://prnt.sc/1tugb85
Please, make sure that you provided the correct FTP host and FTP user.
Regards
Hello,
You can use WooCommerce hooks to add titles by additional customization. For example, add the below code to child theme functions.php
add_action('woocommerce_archive_description', 'category_title_custom');
function category_title_custom() {
//show category title
$term_object = get_queried_object();
?>
<div class="woocommerce-category-description">
<div class="title"><?php echo $term_object->name; ?></div>
</div>
<?php
}
Regards
Hello,
1) Check the buttons now. I have added some custom CSS to align them this way https://prnt.sc/1tueg2n
2) Check the Lazy loading on the category page now.
Regards