• Hi!

    I’m not quite sure what caused this problem since I updated multiple plugins. But I think it happen when updating jQuery using the jQuery updater plugin.

    I get this error:
    TypeError: $(…).iosSlider is not a function
    onSliderResize: doubleSlider2Load

    The script is properly implemented in the function.php likso:
    wp_register_script(‘iosslider’, get_template_directory_uri() . ‘/js/jquery.iosslider.min.js’, ‘jquery’, ‘1.1.56’, TRUE);

    Having a look at the source every page clearly have the iosslider.min.js included except the productpage which actually uses the plugin instead it throws the error above since the iosslider.min.js by some reason no longer is included in the header?

    Does anyone where to start troubleshooting? ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter Bondra

    (@bondra)

    Thanks alot! I find the problem in the update of WooCommerce Multilingual. Guess I’ll head over to their support then.

    Edit: Well, there’s more than one plugin causing the problem with the ios slider…

    Thread Starter Bondra

    (@bondra)

    I may notice though that I installed same plugins locally and no errors occured. Only on the live site which is kind of frustrating! Locally WooCommerce Multilingual doesn’t seem to cause any trouble ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ios slider no longer appear in on pages where it's used?’ is closed to new replies.