Hi @Abdulaziz,
Please take a look at this document: https://www.8theme.com/documentation/xstore/xstore-features/xstore-built-in-woocommerce-email-builder/.
Hope it helps!
Best regards,
8Theme’s Team
Hi @Abdulaziz,
Please take a look at this document: https://www.8theme.com/documentation/xstore/xstore-features/xstore-built-in-woocommerce-email-builder/.
Hope it helps!
Best regards,
8Theme’s Team
Dear @whym,
We hope you are doing well.
We would like to inform you that we have successfully activated the **W3 Total Cache** plugin and configured the necessary settings. The website is now fully cached.
We also suggest you to take a look at the documents for more information: https://www.boldgrid.com/support/w3-total-cache/.
Could you kindly review it at your convenience?
Thank you for your time and assistance.
Best regards,
8Theme Team
Dear Mick,
We hope you are doing well.
To edit your slider, please navigate to the WordPress dashboard and go to **Slides > All Slides**. You can find a reference screenshot here: [Screenshot](https://prnt.sc/Egeb34LDGtWm).
For further details, please refer to the following documentation:
– https://www.8theme.com/documentation/xstore/video-tutotials/xstore-advanced-slider-with-elementor/
– https://www.8theme.com/documentation/xstore/slider-set-up/xstore-slider-with-elementor-plugin/
Should you need any additional assistance, please feel free to reach out.
Best regards,
8Theme Team
Dear @MAHDAR,
We hope you are doing well.
We would like to review your settings; however, we were unable to log in: (https://prnt.sc/5vNbfJaAZqyN).
Could you kindly verify the login details and check the access permissions?
Thank you for your time and assistance.
Best regards,
8Theme Team
Dear @Nirmalya,
We hope you are doing well.
To make the necessary changes, please edit the header using Elementor and then modify the menu navigation element accordingly. You can refer to the following documentation for detailed guidance:
(https://www.8theme.com/documentation/xstore/xstore-builders/new-xstore-header-builder-with-elementor/)
Should you require any further assistance, please feel free to reach out.
Best regards,
The 8Theme Team
Hi @R.Cristofor,
You can also use this plugin to add the custom codes: https://wordpress.org/plugins/code-snippets/.
Hope it helps!
Dear @anli75,
We hope you are doing well.
Could you kindly provide us with detailed steps to reproduce this issue? We attempted to edit the header using Elementor and saved it; however, the issue is NOT persists. Header’s still showing up on the website.
Your assistance would be greatly appreciated.
Thank you in advance for your support.
Best regards,
8Theme Team
Hi @R.Cristofor,
Please add the following code under functions.php file locates in your child theme:
add_filter('theme_mod_search_placeholder_et-desktop', 'n2t_search_placeholder_et_desktop');
function n2t_search_placeholder_et_desktop(){
return 'Your Custom Text';
}
Hope it helps!
Dear @R.Cristofor,
Sorry for the confusion!
We’ve switched back to the Checkout Multistep for you.
Everything should be working correctly now: https://www.awesomescreenshot.com/image/53598879?key=7499bf9864450e4e4981c2715a75db73.
Best regards,
8Theme’s Team
Hi @R.Cristofor,
Could you please check again?
Best Regards,
8Theme’s Team
Hi @Manlaibayar,
Could you please provide temporary wp-admin access? We need to check your settings.
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.
Best Regards,
8Theme’s Team
Dear @Organic Ecommerce Store,
We hope you are doing well.
We kindly suggest reviewing the following article to enhance your website’s speed:
(https://www.8theme.com/documentation/xstore/troubleshooting/how-to-speed-up-my-website/).
If you prefer to use a third-party plugin for speed optimization, we recommend WP-Rocket. You can find detailed guidance on its configuration with XStore here:
(https://www.8theme.com/documentation/xstore/troubleshooting/how-to-improve-wp-rocket-settings-with-xstore/).
Please note that website speed optimization falls outside the scope of our standard support services. However, if you require further assistance, we invite you to submit a request through our (https://www.8theme.com/account/#etheme_customization_panel). Kindly be advised that customization services may incur additional charges.
Should you have any further questions or require assistance, please do not hesitate to contact us.
Best regards,
8Theme Team
Hi @Kingsley,
Can you test the plugin conflicts first?
You can disable all third-party plugins that are not included with XStore (https://www.8theme.com/documentation/xstore/plugins/included-plugins/). After doing so, please clear your browser’s cache and check again. It is possible that one of these additional plugins is causing the issue.
Let us know how it goes!
Best Regards,
8Theme’s Team
Dear @redfirm,
We have re-added the codes as requested. The red button is now hidden, and the Vendor Dashboard button is visible only for vendor accounts. You can review the changes here: (https://www.awesomescreenshot.com/image/53594700?key=3e7d7ce431379587b719592cc0bc0629).
Please let us know if you need any further adjustments.
Best regards,
The 8Theme Team
Dear @Terpsauce,
In your initial response, you mentioned the breadcrumb on the shop page. Based on that, we considered the differences between the shop page and other pages and implemented custom CSS accordingly.
In your latest video, you referred to the breadcrumb on the single product page. We have now updated the breadcrumb styles based on your product pages. Could you please review the changes and let us know if everything appears as expected?
Regarding the blog page issues, our custom CSS should not affect other elements. Below are the custom CSS codes we applied, which are located under XStore > Theme Options > Theme Custom CSS > Global CSS:
div#breadcrumb a {
color: #b5b5b5;
}
div#breadcrumb a:hover {
color: #fff;
opacity: 1;
}
div#breadcrumb span.delimeter {
color: #fff;
}
We kindly suggest that you double-check the blog settings under XStore > Theme Options > Blog to ensure everything is configured correctly.
Please let us know if you need any further assistance.
Best regards,
8Theme Team
Hi @redfirm,
Please add the following code under functions.php file locates in your child theme:
add_filter( 'body_class', 'custom_class' );
function custom_class( $classes ) {
if ( function_exists('dokan_is_user_seller') && dokan_is_user_seller(get_current_user_id()) ) {
$classes[] = 'user-is-seller';
}
return $classes;
}
After that add this custom CSS codes under XStore > Theme Options > Theme Custom CSS > Global CSS:
.woocommerce-MyAccount-content .dokan-btn-theme.vendor-dashboard,
body:not(.user-is-seller) li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--et_nav_custom_0122fd9 {
display: none !important;
}
Hope it helps!
Hi @Manhal,
Can you please update the previous CSS code to this?
body .content-product .product-excerpt,
body .content-product .products-page-cats {
min-height: 50px;
}
Let us know how it goes!
If you need anything else, please let us know.
Best regards,
8Theme’s Team
Dear @R.Cristofor,
We have reviewed the WooCommerce error logs and identified the following issue: (https://prnt.sc/6IuUJM5f6bI9).
It appears that the error is related to the Fluid Checkout plugin. Could you kindly deactivate this plugin and check if the issue persists?
Thank you for your time and assistance.
Best regards,
8Theme Team
Dear @Terpsauce,
We sincerely apologize for any confusion.
We have applied the custom CSS codes to your staging site and have now implemented them on your live site as well.
Could you kindly review the breadcrumb once again?
– Other pages: (https://prnt.sc/c0P1n8K5u5DP)
– Shop page: (https://prnt.sc/lWyHwor0h6Jl)
Please let us know if anything else requires our attention.
Thank you for your time and cooperation.
Best regards,
8Theme Team
Dear @Terpsauce,
We hope you are doing well.
It appears that you have moved to the LIVE site. Could you kindly create an admin account for us as well?
We would greatly appreciate your assistance.
Thank you in advance!
Best regards,
8Theme Team
Hi @Manhal,
Can you please also add this custom CSS codes?
.content-product.et-product-height-calculated .product-excerpt,
.content-product.et-product-height-calculated .products-page-cats {
min-height: 50px;
}
Hope it helps!
Dear @Terpsauce,
Before proceeding with the update of the custom CSS codes, could you kindly confirm whether the breadcrumb on other pages should be exactly the same as the breadcrumb on the shop page?
Here is a reference for your review: (https://prnt.sc/6kWu60mkPLz8).
We appreciate your confirmation.
Best regards,
8Theme Team
Hi @Mauro,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.single-product .product-type-variable .elementor-widget-woocommerce-product-etheme_price {
display: none !important;
}
Kind regards,
The 8Theme Team
Hello @Nirmalya,
Thank you for reaching out to us.
To optimize your site and improve its speed without using third-party plugins, we recommend the following steps:
– Optimize Images – Compress and resize images before uploading them to your site to reduce loading times.
– Enable Browser Caching – Configure your server to store static resources in the user’s browser for faster subsequent visits.
– Minimize CSS and JavaScript – Remove unnecessary spaces, comments, and characters from your CSS and JavaScript files to reduce their size.
– Optimize Database – Regularly clean up your database by removing unnecessary data, such as post revisions and spam comments.
– Enable GZIP Compression – Compress your website files to reduce their size and improve loading speed.
– Reduce HTTP Requests – Minimize the number of requests by combining CSS and JavaScript files where possible.
– Use a Content Delivery Network (CDN) – If possible, serve static files from a CDN to reduce server load and improve speed.
– Optimize Web Hosting – Ensure that your hosting provider offers fast and reliable performance, as server response time plays a crucial role in site speed.
By implementing these optimizations, you can enhance your website’s performance without relying on third-party plugins.
For more information, you can take a look at this article: https://www.8theme.com/documentation/xstore/troubleshooting/how-to-speed-up-my-website/.
If you would like to use WP-Rocket plugin, please also check this: https://www.8theme.com/documentation/xstore/troubleshooting/how-to-improve-wp-rocket-settings-with-xstore/.
Best Regards,
8Theme’s Team
Hi @Aya Mohamed,
Hello,
This made a partial change in color (when hovering over the button) but did not change the button’s static background or the icon colors. It also did not affect all buttons in all locations.
Please update the custom CSS codes to this:
.product-view-mask3 .content-product .footer-product>*:hover,
.etheme-product-hover-mask3 .footer-inner>*:hover,
.etheme-product-grid-item .footer-inner .button:hover {
background-color: #FF8C42 !important;
}
.product-view-mask3 .content-product .footer-product>*:hover svg,
.etheme-product-hover-mask3 .footer-inner>*:hover svg,
.etheme-product-grid-item .footer-inner .button:hover svg,
.product-view-mask3 .content-product .footer-product>*:hover svg path,
.etheme-product-hover-mask3 .footer-inner>*:hover svg path,
.etheme-product-grid-item .footer-inner .button:hover svg path {
fill: #fff !important;
}
Another issue: There is extra white space on the right side when browsing from a mobile device. Please check the attachment.
This section is causing the issue on mobile: https://prnt.sc/Jm0PdoCGEQwo. We’ve already fixed it. Can you please check again?
Best regards,
8Theme’s Team
Dear @nebcreative,
We want to assure you that we are always here to support you.
Please feel free to update us on how everything is going. We would be happy to assist you further if needed.
Best regards,
The 8Theme Team
Dear @Kingsley,
For any additional customizations beyond the default functionalities, we kindly invite you to submit a request through our Customization Panel at https://www.8theme.com/account/#etheme_customization_panel. Please note that customization services are subject to additional charges.
Should you have any further questions or require assistance, please do not hesitate to contact us.
Best regards,
8Theme’s Team
Dear @nebcreative,
We would like to inform you that we have removed our custom code from the functions.php file located in your child theme. However, the footer is still not displaying in full width. This confirms that the issue is not related to our custom code.
Could you kindly review the matter again?
If you would like to make the single product full-width, please add this custom CSS codes:
.single-product .content-page.container {
max-width: 100%;
padding: 0;
width: 100%;
}
.single-product .et-footers-wrapper footer.footer.text-color-light {
padding-left: 0;
padding-right: 0;
}
.single-product .col-md-12.product-content.sidebar-position-without {
max-width: 1170px;
margin: 0 auto;
display: block;
float: none;
}
Best regards,
8Theme Team
Hi @Terpsauce,
Please try with this custom CSS codes instead:
body .etheme-search-form .autocomplete-suggestions {
background-color: #f0f0f0;
}
body .etheme-search-form-more {
padding-left: 0;
padding-right: 0;
width: 100%;
}
body .etheme-search-form-more button {
text-align: center;
}
body .etheme-search-form-more button span {
border: none;
}
Hope it helps!