Hi XStore Support,
I’m experiencing several issues on my WordPress site using the XStore theme. Here’s a summary of the problems:
1. Missing JS File:
The following script is referenced but does not exist:
https://regencycigar.com/wp-content/themes/xstore/script.js?ver=2.0
I’ve checked the directory /wp-content/themes/xstore/js/ and only found etheme-scripts.min.js and woocommerce-all-scripts.min.js. There’s no script.js, and this is causing browser console errors.
2. Fatal Inline JS Error (base64-encoded):
An inline base64 JavaScript string is throwing this error:
Uncaught TypeError: Cannot read properties of undefined (reading ‘use’)
at data:text/javascript;base64,…
This script seems to be referencing wp.data.plugins.persistence, which is not defined in this context.
3. Another Error in jQuery:
Uncaught TypeError: Cannot create property ‘guid’ on string ‘https://regencycigar.com/’
at Object.add (jquery.min.js:2:37833)
This seems to stem from code improperly trying to assign properties on a string.
These issues are affecting both front-end functionality and performance scores, and might also be hurting SEO. Could you please:
1. Let me know if script.js is deprecated or if it should exist.
2. Identify the source of the base64 script and how to remove or fix it.
3. Advise if any of these are fixed in the latest version or if we’re missing an update.
Thank you so much for your help!