This topic has 19 replies, 5 voices, and was last updated 2 weeks, 5 days ago ago by Andrew Mitchell
Hello,
Since updating the theme, it appears that the variation images and the descriptions for new products that we create are no longer loading on the page.
We have successfully uploaded images and descriptions in the past, but when we create
Video in the private area
Hello, Carliczyk,
Thank you for reaching out to us.
To assist you further, could you please provide the URL of the product where the issue is visible, along with temporary wp-admin and FTP access? This will help us investigate and resolve the matter efficiently.
We appreciate your cooperation and look forward to your response.
Best regards,
The 8Theme Team
Thanks, logins in private area
Hello, Carliczyk,
Could you please provide the URL of the product where the issue is visible?
Best regards,
The 8Theme Team
Sorry! In private area.
Thanks
Hello, Carliczyk,
We kindly request that you temporarily disable two-factor authentication https://prnt.sc/A1EL9IIJXlfE
Best regards,
The 8Theme Team
Thank you. Its disabled now
Hello, just wondering if you have an up date with this request or of you need anything else from me
Thank you for your help
Hello, with our theme support running out in less than a week, we are afraid that this issue will not be resolved by then.
Are you able to provide an update on the status of this ticket?
We have a number of products that we need to add variation images too but are not updating.
Thanks for your help
Hello @carliczyk
We have checked your product and it works correctly -> https://gyazo.com/d08f388d2f05bc8d3f6d88c5f2fbfce1. Did you manage to fix it or there is some configuration applied for that product ?
Kind regards, Jack Richardson
Hello, the product that you are looking at was the example I sent of one that worked correctly previously. Now when we try to update products to add more images, they do not work.
The one that is not working correctly I sent previously in the private area, and there are a number of ones that have the same issue. I have re-sent again.
Thanks
Hello, just following up on this.
Thank you
Hi @carliczyk,
We could see that the JS file is not loading correctly: https://prnt.sc/WKv98nNTSdsa.
Could you please fix this issue or contact to your hosting provider about this? We guess it could be related to server side issues.
We also recommend testing for potential conflicts between the WP-Rocket plugin and third-party plugins. To do so, please temporarily disable any non-essential third-party plugins that are not part of the XStore theme package. For your convenience, you can find the list of included plugins here: [Included Plugins](https://www.8theme.com/documentation/xstore/plugins/included-plugins/).
Once you have deactivated the unnecessary plugins, kindly clear your browser’s cache and verify whether the performance issue persists. This step is crucial, as conflicts with third-party plugins can sometimes cause unexpected issues.
Should you require any further assistance, please do not hesitate to reach out.
Best regards,
The 8Theme Team
Hello,
I have deactivated all plugins except for xstore core, elementor and woocommerce, but its still showing that the xstore/js/scripts.js file is missing. photo attached
Dear @carliczyk,
We hope this message finds you well.
Upon reviewing the issue, we identified that the missing JavaScript file originates from the child theme’s code. To address this, we temporarily commented out the following code, and everything is now functioning as expected:
function my_theme_scripts() {
wp_enqueue_script( 'scripts', get_template_directory_uri() . '/js/scripts.js', array( 'jquery' ), '1.0.0', true );
}
//add_action( 'wp_enqueue_scripts', 'my_theme_scripts' );
Additionally, we have verified that the variation gallery is now working correctly. You can view the demonstration here: [Video Link](https://www.awesomescreenshot.com/video/34247765?key=69358fc6cb7380a62aa8e8489defe048).
Please note that if the image gallery for the main product is not configured, the gallery will not display when visiting the product page. To ensure the gallery appears, you will need to select both the color and size options.
Should you have any further questions or require additional assistance, please do not hesitate to reach out.
Best regards,
The 8Theme Team
Thank you for addressing the issue.
Although, we had opened a thread previously “Change product image by selecting only one attribute in woocommerce variable products” that allowed the variation galley to switch and be displayed when only 1 attribute was selected.
How come this is no longer the case?
Thank you
Hello, carliczyk,
Thank you for reaching out to us.
We would like to inform you that the changes we made to the file:
/wp-content/plugins/et-core-plugin/packages/st-woo-swatches/public/js/frontend.min.js
as referenced in the following link:
https://www.8theme.com/topic/change-product-image-by-selecting-only-one-attribute-in-woocommerce-variable-products-3/#post-420503
have already been included in the update. As a result, after resolving the bug related to the connection of the file:
wp-content/themes/xstore/js/scripts.js
the variations began functioning correctly again.
We would like to emphasize that our theme does not include the file:
wp-content/themes/xstore/js/scripts.js
However, such a file exists in your child theme. We suspect there may have been an error in how this file was connected within the child theme. Specifically, instead of using the function get_stylesheet_directory_uri()
the function get_template_directory_uri()
was used. This caused an attempt to load a non-existent file from the parent theme instead of the child theme.
Please note that we did not create this customization for you. It appears to be related to the title attribute for images.
Should you have any further questions or require assistance, please do not hesitate to contact us.
Best regards,
8Theme’s Team
Thank you. I have removed this now.
Is there any way to show the variation galley without having both attributes selected? It works fine with the main image, but we would also like the variation galley to be visible without having to select a size.
Thank you for your help
Hello, carliczyk,
Could you please provide a link to a product with a variable gallery and multiple attributes for selection?
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up