Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Benjamin Denis

    (@rainbowgeek)

    Can you provide a link to your website?
    Thank you!

    Thread Starter Eryk Lewandowski

    (@erykosky)

    Plugin Author Benjamin Denis

    (@rainbowgeek)

    Each widget of your sidebar is positioned in absolute with dynamic top value. I don’t know why you need this, but your script loads before WP Cloudy, so it can’t attribute the proper height.

    2 solutions:
    – disable your script, and use CSS only
    – or put an arbitrary height on #wpc-weather like 250px

    Thread Starter Eryk Lewandowski

    (@erykosky)

    Thank you,

    Setting a height works only before Ajax reload again after overlapses. I don’t know how i can disable scripts it’s just template thing.

    But before update from previous version was fine. This loader changes something…

    Thread Starter Eryk Lewandowski

    (@erykosky)

    I just figure that when loaders appear height are automatically change to small and stays that causes overlapping.

    Thread Starter Eryk Lewandowski

    (@erykosky)

    I’ve changed line in content-wpcloudy to:

    <div class=”wpc-loading-spinner” style=”display:none; height: 230px”>

    Now this is not happen, solved. You should change behavior of ajax spinner to avoid height change.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Overlapping on sidebar’ is closed to new replies.