Incompatible with T(-) Countdown Plugin
-
I ran into a compatibility issues with using Responsive Image Slider and T(-) Countdown simultaneously. I have resolved the issue by replacing the
jquery-unslider.js
file with the latest available from https://unslider.com/@author Have you modified the
jquery-unslider.js
file in any way in order for it to work properly with your plugin? The patch seems to have fixed my issue, and it seems that both plugins are working properly now, but becausejquery-unslider.js
was obfuscated, I was unable to compare any code that may have been modified.Also, would you please consider changing your code slightly so that it will work with
jQuery.noConflict()
mode? It seems I have a plugin installed that sends jQuery into noConflict mode. The simplest way is to change$('.unslider').unslider({
tojQuery('.unslider').unslider({
(line 32 in version 1.3 oftp-unslider.php
)Thank you for taking the time to read this post, and thank you even more for your wonderful plugin!
https://www.ads-software.com/plugins/responsive-image-slider/
- The topic ‘Incompatible with T(-) Countdown Plugin’ is closed to new replies.