Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter WINEYES

    (@wineyes)

    That would be great an update to fix the problem!
    I have about 50 sites using this plugin!

    We expect updates about

    Thanks

    Thread Starter WINEYES

    (@wineyes)

    Hello everyone,

    I am doing various tests I managed to solve the problem of the tab, toogle, etc slider, replacing the main.js files of my theme. It states that the authors of my theme have released an update on the day of release version 4.5 of wordpress, so if for you is the same thing happened this might solve the problem.

    P.S: In my case I had to replace the file in the parent theme and not in the child theme.

    I hope this helps

    Alessandro

    I solved this problem with jquery auto-update at functions.php https://ayudawp.com/usa-la-ultima-version-de-jquery-automaticamente/

    luismazu’s suggestion worked for me also.
    Thanks.

    yeah this work for me as well Thanks luismazu..this saved lot of time…

    Worked fine here as well !

    THANK YOU luismazu !

    I understand from luismazu that the problem is fixed. As a poor novice can you expand on the solution Because a)your link is to a foreign website and I do not understand b) I have very little technical knowledge so again do not understand c) Surely as so many people have got this same problem shouldn’t the author of this Brilliant plugin fix the problem with a patch or equivalent, so that we don’t have to compromise our websites. I have been very happy with this plugin for a long times and its used almost in every page of my site. I now have a site that cannot expand on the spoilers and the slider does not work but puts the pictures below one another and this makes a large page

    My english is not too good. Sorry. ??

    1. remove shortcode ultimate plugin
    2. update or reinstall wordpress 4.5
    3. install shortcode plugin.

    Work! ??

    Hello,

    Thanks to luismazu, it works.

    Just put this code in the functions.php of your child theme (never change theme).

    if( !is_admin()){
       wp_deregister_script('jquery');
       wp_register_script('jquery', ("https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"), false, '');
       wp_enqueue_script('jquery');
    }

    Sorry Ricsibohoc your solution to the problem did not work in my case BUT I am happy to report that 100son.net solution via luismazu post worked.

    Can someone tell me in layman’s terms what the code actually does

    Thanks all

    Thanks for the info but none of it worked for me. Any other suggestions?

    Hello,

    FYI

    I just remove the patch and everything works fine.

    I had this problem due to JS Minification.
    It’s working without any code more in functions.php

    Hello guys, someone helps me to solve that problem pls, i use tabs with slides but only the first tab works, i try to use the code that you share in functions.php. but nothing happen, pls help me to solve that problem what i have to do?

    thanks

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Problem with tabs, toogle slider and others’ is closed to new replies.