Okay
  Public Ticket #2391784
Revolution Slider doesn't work after update
Closed

Comments

  •  26
    Sira started the conversation

    Hi:

    I have update Kalium to v. 3 (and also its premium plugins), and the slider that I've got in my home page does not work.

    Do you know what should I do?

    Thanks!

    Sira

  • [deleted] replied

    Hi Sira,

    Tomorrow Slider Revolution will release a new plugin (6.2.6) update and once they publish the update we will include that plugin in our server so clients can update it easily.

    When you perform the update I think that your problem will be solved.

    Thanks!

  •  26
    Sira replied

    OK, otherwise I'll let you know

    Thanks Ylli, as always

    Sira

  • [deleted] replied

    Sure,

    Thanks!

  •  26
    Sira replied

    Hi, Illy:

    Still there is no Revolution slider new update, do yoy know when it will be?

    Thanks

    Sira

  • [deleted] replied

    Hi Sira,

    Please delete Slider Revolution plugin and install this one https://d.pr/f/UyzeZb+ until they release a fix.

    Thanks!

  •  26
    Sira replied

    Done, thank you, I won't update the plugin till  6.2.6 version :)

    Have a nice day

    Sira

  • [deleted] replied

    Hi Sira, they just released the update.

    Read changelog: https://www.themepunch.com/slider-revolution/changelog/#6.2.6

    • Conflicts between themes and the Slider Revolution Plugin based on the GSAP library has been resolved

    I will test that update and then update the files in our server so you can update the plugin too.

    Have a nice day!

  •  26
    Sira replied

    OK, I'll be checking if you have uploaded the update tomorrow :)

  • [deleted] replied

    Hi Sira,

    We just updated the plugin in our server. Please just go to Laborator > Plugins area to update the pluginsmile.png

    Thanks!

  •  26
    Sira replied

    Hi, Yllli:

    Thanks; I have updated the plugins and happens the same thing: the slider shows just the first slide, and the arrow that should lead to the second slide does not work eather...

    Kind regards

    Sira

  • [deleted] replied

    Hi Sira,

    Strange, it must be a problem with the slider maybe? Have you tried to activate a default Wordpress theme to check if that problem happens in a default theme too or only with Kalium? That info would help us.

    Please share your Wordpress credentials because I need to login to your site and test this. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar (see how)

    Thanks!

  •  26
    Sira replied

    Hi, Illy:

    Good morning :)

    The slide of your theme does not work either.

    This are the crendentials:

    KaliumSupport

    G4lxxejheXJYmg4%NN@l&sak

    Thanks!

  • [deleted] replied

    Hi Sira,

    Sorry but your provided Wordpress credentials are not working for me. Can you check them and send me new ones?

    Thanks!

  •  26
    Sira replied

    Sorry, try with this password:

    Ylli@&2020

  • [deleted] replied

    Hi Sira,

    Problem solved smile.png

    It was a this code in the Slider JS codes that was causing the problem.

    jQuery(window).on('scroll',function() {
    var wh = jQuery(this).height();
    jQuery('.tp-parallax-container').each(function() {
    var layer = jQuery(this);
    var po = Math.abs(layer.data('parallaxoffset'));
    po = po - 10;
    if (po<0) po = 0;
    po = 1 - (po / 90);
    // Set the value -> po / 90) higher to make a slower Fade Out,
    //and set it lower to make a quicker fade out.
    punchgs.TweenLite.to(layer,0.2,{opacity:po});
    });
    });


    if( typeof revapi4 == 'object' ) {
    revapi4.bind("revolution.slide.onchange",function (e,data) {

    if(data.slideIndex == 1 || data.slideIndex == 2 || data.slideIndex == 3)
    {
    setHeaderLogo('http://demo.kaliumtheme.com/main/wp-content/uploads/2015/03/[email protected]', 50, 50);

    var classToAdd = 'menu-skin-light',
    classToRemove = 'menu-skin-dark';

    jQuery(".menu-bar").removeClass(classToRemove).addClass(classToAdd);
    jQuery(".standard-menu-container").removeClass(classToRemove).addClass(classToAdd);
    }
    else
    {
    revertHeaderLogo();

    var classToAdd = 'menu-skin-dark',
    classToRemove = 'menu-skin-light';

    jQuery(".menu-bar").removeClass(classToRemove).addClass(classToAdd);
    jQuery(".standard-menu-container").removeClass(classToRemove).addClass(classToAdd);
    }

    //data.slideIndex is the index of the li container in this Slider
    //data.slide is the current slide jQuery object (the li element)
    });
    }

    jQuery(document).ready(function(){
    jQuery(window).resize();
    });


    /*

    console.log("Is Mobile:"+is_mobile());
    if (is_mobile())
    revapi4.bind("revolution.slide.onloaded",function (e) {
    setTimeout(function() {
    revapi4.revpause();
    },4000);
    });

    function is_mobile() {
    var agents = ['android', 'webos', 'iphone', 'ipad', 'blackberry','Android', 'webos', ,'iPod', 'iPhone', 'iPad', 'Blackberry', 'BlackBerry'];
    var ismobile=false;
    for(i in agents) {

    if (navigator.userAgent.split(agents[i]).length>1) {
    ismobile = true;

    }
    }
    return ismobile;
    }*/

    Thanks!

  •  26
    Sira replied

    Thanks, I promise I did not put it there, I took your slider as base... maybe it come from there ;)

    Now my Raleway tipography is gone... Do you know why?

    Thanks again, Ylli :)


    Sira

  •  26
    Sira replied

    Seen, It was substituded by another one, don't know why, it is a tricky world...

  • [deleted] replied

    Hi Sira,

    Do you still have any problem now please?

    Thanks!

  •  26
    Sira replied

    No, I have set the typographies correctly, so you can close the ticket :)

    Thanks ans have a nice day

    Sira

  • [deleted] replied

    Happy to hear that Sirasmile.png

    Have a great week and be safe!