Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Contributor Robert Wattner

    (@rwattner)

    Hi, sorry you are having problems. Can you please turn the transparent setting to off and let me know if that helps.

    Thread Starter joao1234

    (@joao1234)

    Hi, the transparent setting was already off

    Plugin Contributor Robert Wattner

    (@rwattner)

    Can you try this code

    .she-header, she-header-transpaeent-yes {
    position: relative !important;
    top: 0 !important;
    }
    Thread Starter joao1234

    (@joao1234)

    hi
    it didn’t work, made the stick header stop working and a little glitch appear when scrolling down

    Hi, I’m testing your plugin right now and I have the same problem.
    Is this a general error or should it actually work without any glitches?

    Plugin Contributor Robert Wattner

    (@rwattner)

    I have been getting this issue a lot from people lately. I think elementor has made some changes that are overwriting my plugin settings. On another site I added some custom css to the header section with !important tags and it seemed to work. This is the code I used on that site.

    .she-header-transparent-yes {
    position: absolute !important;
    }

    .she-header {
    top: 0 !important;
    }

    I hope this can help others as well. Sorry for the recent troubles with the plugin. I’m looking into a fix for the next update.

    Sorry, doesn’t help. ??

    Plugin Contributor Robert Wattner

    (@rwattner)

    @meisterleise do you have a link to the page you are having problems with?

    You’re welcome: LINK
    This site is just for testing. So you can have a login if you want to.

    Plugin Contributor Robert Wattner

    (@rwattner)

    Please try this code. It’s working on my end

    .header {
        position: absolute !important;
    }
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘page jumps when scrolling down’ is closed to new replies.