Hi Kael,
Thank you for using our plugin! We’re happy to hear that you like it and have been using it for a month. We really appreciate your feedback—it helps us continuously improve the plugin.
Regarding the autoplay issue in Safari, you are correct that Safari’s Low Power Mode can interfere with the autoplay function. However, this issue does not always occur across all devices and settings. We tested the plugin on Safari’s mobile browser and did not notice this problem.
To assist you better, could you provide us with the following details?
- A link to your website where the issue occurs.
- The WordPress theme you are using.
- Whether the issue only happens in Safari’s Incognito (Private Browsing) mode.
Also, if you find the plugin useful and are happy with it, we’d really appreciate it if you could leave a rating. Your support helps us reach more users and continue improving the product.
Looking forward to your reply!
Best regards,
Hi Kael,
Thank you for your five-star review – we really appreciate it!
Regarding the issue, it occurs because your WordPress theme (Woodmart) does not use the default WooCommerce gallery with a slider. This causes compatibility issues in certain browsers.
If you’re interested in discussing a possible solution, feel free to contact us at [email protected].
Best regards,
I see, thank you Martin. Can I ask the best way to get ids of video gallery items? I decide to rewrite a gallery my own.
-
This reply was modified 1 month, 1 week ago by
kaelxst.
If you need to target video gallery items, you can use the class .vwg_video_js
. Each video also has an ID, but it is dynamically generated by the VideoJS library and follows a pattern like:
vwg_video_js_1_html5_api
Since the IDs are generated dynamically, the best approach would be to select elements using the class .vwg_video_js
and manipulate them accordingly in your custom gallery implementation.
I hope this helps! Let me know if you need further clarification.