This topic has 19 replies, 3 voices, and was last updated 1 years, 6 months ago ago by Rose Tyler
Dear Rose
Currently the XStore theme does not work with Elementor. It usually does, but something is different now.
We tried switching to the theme Twenty Twenty-Three and that got Elementor up and running again.
Can you help getting XStore up and running with Elementor again?
Hello, @AnimalShop,
We recommend disabling any third-party plugins (including caching plugins) that are not included with XStore (https://www.8theme.com/documentation/xstore/plugins/included-plugins/), clearing the cache of your browser, and then checking again. It is possible that one of the additional plugins is causing the issue.
If the issue persists, please keep all third-party plugins deactivated on your site and grant permission to debug your site, which includes deactivating all third-party plugins and on-site Customization. This will allow us to investigate and assist you accordingly.
Please note that you should take a complete backup of your site before proceeding.
Please also try to read and follow the instructions provided by the Elementor Documentation here: https://elementor.com/help/cant-edit-with-elementor/
Thank you for your cooperation.
Best Regards,
8Theme’s Team
this has been tested the problem is still there we have given you access to our site
Hello @AnimalShop,
Thank you for your response. Upon further review, we have noticed that third-party plugins are still active on your site. We kindly request that you deactivate all third-party plugins and grant us permission to debug your site, which includes deactivating all third-party plugins and any on-site customizations.
We look forward to your cooperation.
Best regards,
8Theme’s Team
what are the third party plugins
Hello @AnimalShop,
Please go to WooCommerce > Status > Logs > today (check screenshot in the Private Content area). It shows that there is error, and it comes from custom code in your child theme. Please check and fix it first. Sorry, but we are not responsible for custom coding.
After that check if the Home page can be edited. Let us know the results.
Best regards,
8Theme’s Team
Please go to WooCommerce > Status > Logs > today (check screenshot in Private Content area). It shows that there are errors and it comes from custom code in your child theme. and what is my child’s name so I guess I can disable it I have otherwise disabled all plugins and it didn’t help
Hello, @AnimalShop,
You can find all themes in Dashboard > Appearance > Themes, and via FTP in wp-content/themes folder.
functions.php file of your child theme contains custom code, if you are not a programmer, then contact a person who customized this file for you.
Best regards,
8Theme’s Team
there are only themes, they are yours
this is the one XStoreVersion: 9.1.4
By 8themeand this the other XStore ChildVersion: 1.0
By 8theme
Hello, @AnimalShop,
XStore child theme is activated on your site. This theme contacts your custom code in functions.php file https://prnt.sc/vOFHFxNFc20T . You can download our child theme https://prnt.sc/cCuOIlxImLzq from this page https://www.8theme.com/downloads and compare 2 files.
You need to contact a person who edited the functions.php file of xstore-child theme for you and ask him for assistance in solving this – https://prnt.sc/vOFHFxNFc20T
We hope it is clear now.
Best regards,
8Theme’s Team
no one has customized anything
Hello, @AnimalShop,
Sorry, but it is not true. Please compare 2 files as we asked you to do – https://text-compare.com/
Provide FTP access, we will check what can be done to help you from our side.
Best regards,
8Theme’s Team
what kind of one am I going to get from you, what is it called??
how do I give you ftp access I have sent a login
ftp should be here
I have give you ftp access
Hello @AnimalShop,
We have added several checks to prevent such errors (caused by custom changes in the child theme on your website).
We replaced your
if ( is_admin() ) {
return $needs_shipping;
}
with
if ( is_admin() || ! function_exists( 'WC' ) || ! property_exists( WC(), 'cart' ) || ! is_object( WC()->cart ) || ! method_exists( WC()->cart, 'get_cart' ) ) {
return $needs_shipping;
}
=> https://prnt.sc/reBXISBMjJmk
We tested and the editor works ok now → https://prnt.sc/b7l3yh-6lL2n
So now you can check if the editor works for you.
Best regards,
8Theme’s Team
Hello Rose
Many thanks again for your help 🙂
Rene
Hello, @AnimalShop,
You’re welcome!
Best regards,
8Theme’s Team
The issue related to '‘The XStore theme does not work with Elementor’' has been successfully resolved, and the topic is now closed for further responses