Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hi!

    This is CSS incompatibility (
    If you can, try to use plugin with right sidebar.
    Left sidebar layout uses negative positioning (that’s the problem), but right doesn’t!

    Thread Starter princessfiona6

    (@princessfiona6)

    Hi Max,

    What if I really hope I could use left sidebar, is there anything I can do?

    Plugin Contributor Max Bond

    (@max-bond)

    I don’t see solution for your theme with left sidebar. Sorry…
    Sometimes it is possible to resolve css issues by adding a few lines of code, but not with your theme. As I can see it’s multi-column/multi-layout. If we make css changes, theme functionality will be broken.

    Thread Starter princessfiona6

    (@princessfiona6)

    Alright, thank you for the quick response! Great support ??

    i seem to have a similar but somewhat different issue. The site in question has two sidebar widgets set to be sticky and the second of the two seems to blink until you scroll further down the page.

    looking at the console in Chrome i can see that the cloned version of the widget appears and disappears and this seems to be the behavior i’m seeing. here is the site: wallstreetinsanity.com/ you can see the behavior in the first couple of scrolls once the widgets start to follow the page. after the first couple of scrolls the widgets behave as they should.

    could you possibly point me in a direction to solve this?

    thanks in advance!

    Plugin Contributor Max Bond

    (@max-bond)

    stalyun38!

    First, try to clean position: relative; styles from .widget class.
    Second, set Refresh Interval = 0

    Thanks Max that did the trick! Much appreciated.

    i do have some ajax action happening on the homepage and once that happens i lose the sticky position. can i call a function to reposition it when i make those ajax calls?

    Plugin Contributor Max Bond

    (@max-bond)

    can i call a function to reposition it when i make those ajax calls?

    Yes, you can!

    Look at html-source code. There you’ll find plugin init function:

    var q2w3_sidebar_1_options = { "sidebar" : "home", "margin_top" : 50, "margin_bottom" : 270, "screen_max_width" : 960, "width_inherit" : false, "widgets" : ['widget_better_posts-11','text-9'] };
    q2w3_sidebar(q2w3_sidebar_1_options);

    You can call it again after ajax call.

    perfect thanks again for your support

    having an issue with the sidebar widgets jumping over my other sidebar widgets to quickly – i have a script loading a contest and if you scroll down the page you’ll see the last two widgets jump over the ones above it before you get to the correct position.

    https://wallstreetinsanity.com/

    Can you point me in the right direction as how to avoid this behavior?

    thanks in advance!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Widget position jumps from left to right when scrolling’ is closed to new replies.