Skip Navigation

[Resolved] Image slider block not changing images

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 4 replies, has 2 voices.

Last updated by sunilM-2 1 year, 9 months ago.

Assisted by: Christopher Amirian.

Author
Posts
#2409755

Tell us what you are trying to do?

I can't use Toolset's product image block because it does not have a slider option (I can't have the images stacked up on mobile).
So as a workaround, I created an image field in my product page fields, set to multiple images.
Then I inserted a Toolset image slider block into the product template.
Everthing is ok except that when you click the arrows on the slider, the image does not change.

Is there a similar example that we can see?
Yes, here is a demo product page: hidden link

#2410359

Christopher Amirian
Supporter

Languages: English (English )

code.png
image.png

Hi there,

I checked the page HTML code and I see that there is an additional tag added to the default image that causes another image to be added in WEBP format. (Check code.png screenshot)

The URL of that image seems to be once generated and it shows only the first image. For example:

WEBP image: hidden link
JPG image: hidden link

As the source of other images are loaded via Ajax in Toolset it might be the fact that you use a third-party plugin that swaps the images but it does not support Ajax calls and swaps only the first image.

So whatever plugin that you use for the image optimization is not compatible with Toolset.

I removed that WEBP image from my browser console and it indeed showed the original image correctly. (image.png)

Please deactivate the image optimization plugin to see that the Toolset slider works ok.

Thank you.

#2410379

Hi Christopher thank you for the reply. I am using Imagify. Which image optimization plugin is compatible with Toolset? It is important for me to have them converted into webp files.

Thanks in advance,
Sunil

#2410789

Christopher Amirian
Supporter

Languages: English (English )

Hi Sunil,

This seems to be more of a lack of functionality to detect Ajax-loaded images rather than the compatibility with Toolset.

We do not have a recommended plugin for that. I do suggest that you contact Imagify support and ask if they support ajax loaded images, and if yes, how to set the plugin correctly to support that.

If you want to use another plugin, do ask about the Ajax-loaded images support.

Thanks.

#2410909

Hi Christopher thanks for the info, I have made a note regarding the detection of Ajax loaded images.

For now, I will use the Kadence gallery slider. It is already working in a widget on that same page, so I am presuming/hoping it will do the job for the product image gallery.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.