• Resolved dale3h

    (@dale3h)


    I was having the same static issue as some others, but my console only reported one error: “Uncaught TypeError: undefined is not a function” in reference to the line:

    jQuery('#countdowntimer-2-dashboard').countDown({

    I am sharing this information in hopes that no one else has to pull their hair out trying to figure out the issue.

    So I copied the HTML from my page to a static .html page for debugging. I removed different javascript references until I got the countdown working. Turns out the problem resides in the file “/wp-content/plugins/responsive-image-slider/assets/jquery-unslider.js”

    I am still digging around to see if I can fix the issue in the current version of the plugin. I will report back when I have more information and in hopes an easy fix.

    https://wordpress.org/plugins/jquery-t-countdown-widget/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dale3h

    (@dale3h)

    Ok, I was able to modify the plugin to get it to work. The modification I made was very simple:

    1. Download the latest unslider.min.js
    2. Navigate to the /wp-content/plugins/responsive-image-slider/assets directory and rename jquery-unslider.js to jquery-unslider.orig.js
    3. Upload the new unslider.min.js to this same directory and rename it to jquery-unslider.js

    At this time, it appears to be working fine with this fix. If I run into anymore issues regarding the compatibility of these two plugins, I will report back.

    Plugin Author Baden

    (@baden03)

    can you include a link to the page this issue can be seen?

    Thread Starter dale3h

    (@dale3h)

    Hi, as stated, I have resolved the issue by patching the other plugin in question. However, when I get a chance, I would be more than happy to setup a dummy environment where the issue can be seen.

    I should have this available to you in the next few days.

    Thank you for your prompt reply!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Incompatible with Responsive Image Slider Plugin’ is closed to new replies.