• Resolved ragots

    (@ragots)


    I upgraded to Elementor v2.1.1 and the background of the sticky remained transparent after schroll.

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter ragots

    (@ragots)

    Apparently I’m not the only who experiences this.

    Plugin Contributor Robert Wattner

    (@rwattner)

    Yes we are working on compatibility with EP 2.1 now. The changes in Elementor Pro 2.1 have affected the way our plugin and works. This will be fixed in the next update.

    The new update shows Sticky options but does not make any effects on preview…
    also, after Update and save Page does not load with the new update… disabling plugin loads fine

    Plugin Contributor Robert Wattner

    (@rwattner)

    @koswebsite Hi, sorry for the delay.
    The options you select won’t take effect until the page scrolls. When building a header there isn’t enough content on the page to scroll. I recommend using a page that displays the header to preview your changes.

    Could you elaborate on the save page doesn’t load?
    Thanks

    Now it breaks my site.. Enable Steaky, enable Effect. Background for other sections disappeared… disable plugin – all back normal…
    will try on the clean install and see how it goes….
    just in the matter of curiosity – does it makes difference if I have Header as Global header done with Elementor, or this would only work if I just assign the header for the stand-alone page?

    Can someone please update if the updated version is ready yet or not? I just removed it and redownloaded it again and it is still not working. If it actually been updated, please update there, thanks!

    .

    Plugin Contributor Robert Wattner

    (@rwattner)

    @koswebsite Sorry for the delay. Do you have link to the site that is breaking. That sounds like something is seriously wrong. I’m not sure how this plugin could even affect other sections like that. I’d really like to help you fix these issues. You can email me personally at [email protected] if you would like to collaborate further direct email or other messaging might be easier.

    Plugin Contributor Robert Wattner

    (@rwattner)

    @tanya2018 Sorry for the delay. I’m not sure what you mean by the update being ready. Are you having a problem with something?

    @rwattner I don’t have the website to give you a link, as I had to move forward. I will check again with a fresh install.

    Thanks. I meant if the updates have been released to make it compatible with the latest version of Elementor Pro? @rwattner

    Plugin Contributor Robert Wattner

    (@rwattner)

    @koswebsite Ok, let me know how it goes.

    @tanya2018 Yes, the current version is compatible with EP 2.1

    Changelog
    1.2.0
    Removed: Sticky Header feature(Elementor fixed theirs)
    Added: Transparent header feature
    Added: Compatibility with the new Elementor 2.1 version
    Added: Change javascript to external file
    Fixed: Bugs

    Hi, this is because of a javascript error. replace in she-header.js at line 32 this:

    
    var responsive_settings = data_settings["transparent_on"],
    width = $j(window).width();
    

    with this

        if ( typeof data_settings != 'undefined' ) {
            var responsive_settings = data_settings["transparent_on"];
            var width = $j(window).width();
    }
    Plugin Contributor Robert Wattner

    (@rwattner)

    @allaerd Thanks for letting us know. We’ll get this fixed as soon as we can.

    Plugin Contributor Robert Wattner

    (@rwattner)

    @allaerd I’ve implemented your fix and updated the plugin. Thanks for your help!

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Stopped working after upgrade to Elementor v2.1.1’ is closed to new replies.