Hi @RT2012,
We couldn’t see any custom CSS codes. Did you already add them?
Please provide WP Admin account so we can take a closer look.
Thank you!
Hi @RT2012,
We couldn’t see any custom CSS codes. Did you already add them?
Please provide WP Admin account so we can take a closer look.
Thank you!
Hi @RT2012,
There are some characters in your product title so it won’t break: https://prnt.sc/m556CufGlwaB
To fix this issue, please try adding this custom CSS codes under Theme Options > Theme Custom CSS > Global CSS:
table.cart a.product-title {
word-break: break-all;
}
Hope it helps!
Dear Lucas,
We are pleased to inform you that we have successfully completed the translation of the text under the XStore Core plugin. We kindly ask you to review the translated content, which is available via the link in the Private Content Area.
Thank you for your attention to this matter.
Best regards,
The 8Theme Team
Dear Jet,
We hope this message finds you well. We would like to inform you that your main categories currently do not contain any products. As a result, they will not be displayed in the Product Categories Filter.
To address this, please assign products to these main categories. Once this has been done, kindly proceed to edit the plugin file accordingly.
Should you require any further assistance, please do not hesitate to contact us.
Best Regards,
The 8Theme Team
Dear Goostaf,
We hope this message finds you well. Upon investigation, we have identified that the WP Fastest Cache Options plugin was causing the issue you reported. To address this, we have excluded your home page from the cache, which has successfully resolved the problem.
Please be advised that issues related to third-party plugins fall outside the standard scope of our support services. For further assistance with the WP Fastest Cache Options plugin, we recommend contacting the plugin’s author directly.
Thank you for your understanding.
Best regards,
The 8Theme Team
Dear Themewaves Team,
We suspect that the issue may be related to caching problems.
Could you kindly disable the CloudFlare cache service completely and then perform a check once again?
To assist you in improving the performance of your website, we recommend implementing the following strategies:
1. Reduce the size of your media files, including videos and images.
2. Disable any unnecessary plugins that may be affecting your site’s speed.
3. Utilize a CDN service, such as Rocket CDN, which can be found here: [https://rocketcdn.me/](https://rocketcdn.me/)
4. Implement a caching solution, like WP-Rocket, available at: [https://wp-rocket.me/](https://wp-rocket.me/)
5. Consider upgrading your hosting plan to better accommodate your website’s needs.
Additionally, we suggest reviewing the following articles for more detailed guidance on optimizing your settings:
– [How to Improve WP Rocket Settings with XStore](https://www.8theme.com/documentation/xstore/troubleshooting/how-to-improve-wp-rocket-settings-with-xstore/)
– [How to Speed Up a Slow Site with Elementor](https://elementor.com/help/speed-up-a-slow-site/)
Should you require further assistance or have any questions, please do not hesitate to contact us.
Best regards,
The 8Theme Team
Hi @Mark,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
Hi @Safe Desires,
It’s the AMP version of your website. You can edit the header & footer of AMP version under XStore > AMP XStore: https://prnt.sc/GBoiDy6V27jW
Best Regards,
8Theme’s Team
Dear Lucas,
We hope this message finds you well.
We would like to inform you that the Product Price element is designed to display the static price of a simple product and the price range of a variable product. Please note that it will not update when a variation is changed.
Additionally, to translate the heading of the Wishlist page, you may edit the title at the following link: [https://prnt.sc/fygVhbWhVifk](https://prnt.sc/fygVhbWhVifk).
Thank you for your attention to these details.
Best regards,
The 8Theme Team
Dear Safe Desires Team,
We hope this message finds you well. We would like to recommend a cache plugin that could help in reducing HTTP requests for your website. You may find the W3 Total Cache plugin beneficial. It is available for download at: https://wordpress.org/plugins/w3-total-cache/
Best regards,
The 8Theme Team
Hi @austinchen,
Thank you for reaching out to us with your query.
Could you please provide temporary wp-admin and FTP access?
To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.
For FTP access, we require the following details: FTP host, FTP username, FTP password, FTP port, and FTP encryption type. If you need assistance in creating these credentials, please reach out to your hosting provider who will guide you through the process.
Best Regards,
8Theme’s Team
Hi @Jet,
Are you using SiteGround? Please take a look at this article: https://www.siteground.com/kb/manage-files-file-manager/.
Hope it helps!
Hi @Theodoros,
We tried to login with this account but it didn’t work.
Could you please check again?
Thank you!
Hi @Theodoros,
Please try adding the following code under functions.php file locates in your child theme:
function wpa_filter_list_comments($args){
$args['reverse_top_level'] = true;
return $args;
}
add_filter( 'woocommerce_product_review_list_args', 'wpa_filter_list_comments' );
Fore more information, please take a look at this: https://wordpress.stackexchange.com/questions/139197/sort-reviews-ratings-by-date-on-woocommerce
Hope it helps!
Dear Jet,
We hope this message finds you well. Unfortunately, there are no hooks available to customize the category filter widget directly through settings or options.
To achieve the desired customization, you will need to modify a specific file within the plugin directory. Please follow the instructions below:
1. Navigate to the file located at:
/wp-content/plugins/et-core-plugin/app/models/widgets/categories-filter.php
2. Locate the code between lines 124 and 129, which currently reads:
$categories = get_terms(array(
'taxonomy' => 'product_cat',
'hide_empty' => $hide_empty,
'operator' => 'IN',
'include_children' => false,
));
3. Replace the above code with the following:
$categories = get_terms(array(
'taxonomy' => 'product_cat',
'hide_empty' => $hide_empty,
'operator' => 'IN',
'include_children' => false,
'parent' => 0
));
We hope these instructions are helpful to you. Should you require any further assistance, please do not hesitate to contact us.
Best regards,
The 8Theme Team
Dear Martin,
We hope this message finds you well. To assist you in improving the performance of your website, we recommend implementing the following strategies:
1. Reduce the size of your media files, including videos and images.
2. Disable any unnecessary plugins that may be affecting your site’s speed.
3. Utilize a CDN service, such as Rocket CDN, which can be found here: [https://rocketcdn.me/](https://rocketcdn.me/)
4. Implement a caching solution, like WP-Rocket, available at: [https://wp-rocket.me/](https://wp-rocket.me/)
5. Consider upgrading your hosting plan to better accommodate your website’s needs.
Additionally, we suggest reviewing the following articles for more detailed guidance on optimizing your settings:
– [How to Improve WP Rocket Settings with XStore](https://www.8theme.com/documentation/xstore/troubleshooting/how-to-improve-wp-rocket-settings-with-xstore/)
– [How to Speed Up a Slow Site with Elementor](https://elementor.com/help/speed-up-a-slow-site/)
Should you require further assistance or have any questions, please do not hesitate to contact us.
Best regards,
The 8Theme Team
Hi @Chandru,
On that product category page, we can see only the products:
Please make sure this setting XStore > Theme Options > WooCommerce(Shop) > Product Catalog > Category Display > Show products is selected:
Best Regards,
8Theme’s Team
Hi @tdsportsx,
We’ve disabled the Essential Addons for Elementor plugin and then everything is working fine again.
Could you check?
Thank you!
Hi @Lucas,
I disabled “Ajax add to cart” for variable products in the theme options in order to use a third party plugin and it is working very well.
In this case, please enable this option again.
After that, update the code to this:
add_action( 'wp_enqueue_scripts', 'n2t_theme_enqueue_styles', 1001 );
function n2t_theme_enqueue_styles() {
if( !has_term( array( 'collection-voyage' ), 'product_cat' ) ) {
wp_dequeue_script('etheme_spv_ajax_add_to_cart');
}
}
Please note that the codes above will disable the AJAX add to cart on single product page only.
Hope it helps!
Hi @Goostaf,
Can you confirm that is how you want right now?
Thank you!
Hi @Qilah,
Please try adding the following CSS under Theme Options > Theme Custom CSS > Global CSS:
.etheme-product-status-filter ul li:last-child {
display: none;
}
.etheme-product-status-filter ul li:last-child a {
pointer-events: none;
}
Hope it helps!
Hi @tdsportsx,
To assist us in identifying any potential conflicts, we kindly request that you conduct a systematic test. This can be done by deactivating each plugin one at a time, with the exception of those that are explicitly included in the list provided by our team.
For your convenience, you can find the list of included plugins at the following link: https://www.8theme.com/documentation/xstore/plugins/included-plugins/.
If it doesn’t helps, please resend us with your WP Admin and FTP accounts.
To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.
For FTP access, we require the following details: FTP host, FTP username, FTP password, FTP port, and FTP encryption type. If you need assistance in creating these credentials, please reach out to your hosting provider who will guide you through the process.
Best Regards,
8Theme’s Team
Hi @Lucas,
To remove the AJAX ADD TO CART scripts, please add the following code under functions.php file locates in your child theme:
add_action( 'wp_enqueue_scripts', 'n2t_theme_enqueue_styles', 1001 );
function n2t_theme_enqueue_styles() {
if( has_term( array( 'vases' ), 'product_cat' ) ) {
wp_dequeue_script('etheme_spv_ajax_add_to_cart');
}
}
Replace the vases slug, with your Collection voyage category slug, we guess it might be: collection-voyage.
Hope it helps!
You’re most welcome.
If you need anything else, please let us know.
Best regards,
The 8Theme Team
Glad you’ve sorted it out.
Best Regards,
The 8Theme Team
Hi @Goostaf,
So please follow the guide on my reply: https://www.8theme.com/topic/is-it-possible-to-remove-images-from-subcategories-but-not-everywhere/#post-392932
But change the code to this:
if(!is_product_category('multgeroi')) {
remove_action('woocommerce_before_subcategory_title', 'woocommerce_subcategory_thumbnail', 10);
}
Hope it helps!
Dear @Goostaf,
We hope this message finds you well. Could you please specify the issue you are currently experiencing?
It appears that you need to install the Bitrix24 CRM plugin to ensure the functionality of the aforementioned code.
Kindly note that customization codes fall outside the scope of our standard support services. For any issues related to these customizations, we recommend contacting the plugin’s author directly.
Best regards,
The 8Theme Team
Dear Goostaf,
We hope this message finds you well. The performance of a website can be influenced by several factors. To assist you in enhancing your site’s speed, we would like to offer the following recommendations:
1. Disable any unnecessary plugins.
2. Optimize your product images for faster loading.
3. Utilize a Content Delivery Network (CDN) for your images, scripts, and other static content.
4. Consider upgrading to a higher-tier hosting plan.
5. Implement caching by using a cache plugin.
For information, please take a look at this article: https://www.8theme.com/documentation/xstore/troubleshooting/how-to-speed-up-my-website/.
Should you need further assistance or have any questions, please do not hesitate to contact us.
Best regards,
The 8Theme Team
Hi @RT2012,
Could you please tell us which browsers are you using?
The cart & checkout pages look good on our end:
– Cart: https://prnt.sc/kAFEvSYiNm9e
– Checkout: https://prnt.sc/o0DkRLvUZS2Z
Best Regards,
8Theme’s Team
Hi @Goostaf,
Can you confirm that you want to remove all the photos of categories on your website, but keep the photos of sub-categories under multgeroi category?
Thank you!