This topic has 15 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow
I’m trying to use othe variation galleries which provides API support. But after deactivating your and installing new one it doesn’t work because your theme code is still generating images.
two simple questions,
1) Is it possible to use your variation gallery via API? if yes send me the code I’ll paste it.
2) If not, tell me how to get rid of your theme code and deactivate your variation gallery fully, so that I can use other plugins that supports this feature.
Thank you.
Hello,
1) We are working on API. It’s in processing.
2) To disable our variation gallery go to Theme Options > WooCommerce > Single product > Variation gallery > off.
Regards
Dear Olga,
Thank you for your reply.
for the option two, it’s not so easy. I followed these steps on the forum but without success. I have used this coed :
add_action(‘after_setup_theme’, ‘etheme_wc_image_slider_support’, 2);
function etheme_wc_image_slider_support () {
add_theme_support( ‘wc-product-gallery-slider’ );
}
This customer had the same problem which I’m facing while using other plugins .
https://www.8theme.com/topic/issue-with-woo-additional-variation-images-plugin/
Can you provide more accurate code for disabling aditinal variations from function.php ?
*P.S. Do you know aprox time when you’re planning to launch API for it ?
Thanks.
I’m planning to use WooCommerce Additional Variation Images
for more info you can check here : https://docs.woocommerce.com/document/woocommerce-additional-variation-images/
It would be great if you could send me code for function.php (I’m using child theme)
Dear Olga, I tried this solution which is on your website but it didn’t work. Seems I need to disable JS for this particular pictures.
Hello,
Did you add the code mentioned in instructions to child theme functions.php? Did you copy the files mentioned in the documentation to child theme? Do you use default layout or single product builder?
Regards
Hi Olga,
Yes, I did and followed instructions as mentioned, and I’m not using the single product builder. I almost crashed everything so I copied everything locally to do tests but without success.. (( it’s very urgent for me, as my site should be live by the end of tomorrow(((((( Can you please help me with it cuz I must use automatization that’s why I need everything via API (
Hello,
Provide us with WP Dashboard and FTP access to your site. But our developers are offline now. They will be available tomorrow only to check the problem with your plugin.
Regards
I’ve tried now with a single product builder and find out that Images are showing until I’ll add Price, after Price – the main Image is disappearing, but pictures on sliders thumbs are showed.
Done, please check the private content area. Do you know the time when you’re planning to release a new version with API for Variations?
Thank you very much, Olga.
Hello,
Check now. I have disabled images Lazy load option in theme speed settings because it caused the issue after all the instructions from the docs.
Regards
Hi Olga, thank you very much. I’ve few questions more.
1) With this solution, the slider is not working and pictures sizes are cropped and in slider I can see all variation pictures and I set up 4 before. Is it possible to return as it was but keep Variation images via woocommerce variations ? or it’s Woocomerce plugin is making these differences for the slider.
2) Can you please send me a manual in case if I would like to return back as it was, what should I change back?
Thanks a lot once again for such a fast support.
Hello,
1) Gallery slider is our theme custom slider and third-party plugin does not work with it. That’s why you need to replace the woocommerce files in theme to overwrite our changes and allow plugin work with the default woocommerce gallery. In case you want to get slider there you need to contact plugin developers and ask for additional customization.
2) To disable everything you need to remove custom code mentioned in documentation from the child theme functions.php, child theme style.css and remove xstore-child/woocommerce/single-product folder. To enable Lazy load for images again go to Theme Options > Speed Optimization > Images loading type.
Don’t have information about an estimated time of the API release. It’s in the process but can’t tell you when it will be ready.
Regards
Thanks a lot Olga 🙂 Finger crossed that it will be soon.
Hello,
Hope so 🙂
Regards
You must be logged in to reply to this topic.Log in/Sign up