• Resolved le2005

    (@le2005)


    Hello everyone, ??

    I have a question, the plugin works almost right. When we scroll down the page it goes under other containers, it remains sticky fixed, but is hidden throughout the page.

    Would someone know why ?

    Anyway If I put all the content in the same container it doens’t happen, but I need several containers.

    Thank you very much for you precious time and help

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter le2005

    (@le2005)

    Would anyone know if runs well over sliders ?

    Plugin Contributor Max Bond

    (@max-bond)

    Hi!

    Visited your site, but didn’t find sticky widget there… Do you still need help?

    Thread Starter le2005

    (@le2005)

    Hello Max, ??

    Thank you for your reply. I had taken it off as I didn’t think I would received any reply. I added it back again.

    Thank you in advance

    Plugin Contributor Max Bond

    (@max-bond)

    Cannot find sticky widget… Maybe a screenshot could help

    Thread Starter le2005

    (@le2005)

    sure print

    Thread Starter le2005

    (@le2005)

    I am using Avada theme by the way

    Plugin Contributor Max Bond

    (@max-bond)

    I still see the widget in non fixed mode. May be you didn’t clear site cache?

    Plugin Contributor Max Bond

    (@max-bond)

    I think I’ve found a workaround.

    These theme styles responsible for text overflow:

    .fusion-fullwidth .fusion-row {
        position: relative;
        z-index: 10;
    }

    You can try to override position: relative; property in custom CSS:

    .fusion-fullwidth .fusion-row {
        position: static !important;
    }

    That should solve your initial problem, but may cause some unexpected CSS behavior… Use it on your risk!

    Thread Starter le2005

    (@le2005)

    Thank you, I’ll try

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Q2W3 Fixed Widget’ is closed to new replies.