• Resolved innerspacem

    (@innerspacem)


    Hi there, I’ve been using your plugin with great success on my client’s site. However, after I updated to the latest version 5.1.4, my sticky widget sidebars on the blog are no longer sticky.

    I have the latest version of WordPress and Divi theme on this site. I have the auto-fix widget box checked in the settings. I have cleared the cache as well. Thank you in advance!

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

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

    (@max-bond)

    Hi!

    I think it’s not the plugin update responsible, it’s your theme!..
    The plugin is working, styles are set, but widget is not visible!
    Look at this css (https://alannak.com/wp-content/themes/Divi/style.css?ver=4.9.4):

    @media (min-width: 981px)
    .et_pb_column_1_3 .et_pb_widget, .et_pb_column_1_4 .et_pb_widget, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget {
        width: 100%!important;
        margin-right: 0;
    }

    If you disable width: 100%!important; in browser developer tools the widget will become visible and fixed!

    Same problems after the update ?? What can I do? ? https://esgeeks.com/como-usar-facebook-para-buscar-wifi-gratis/

    please help

    Plugin Contributor Max Bond

    (@max-bond)

    alexynior!
    Try to clear all caches, I see more then one caching plugins enabled – it might be a problem.
    If cache cleaning doesn’t help, you need to disable caching plugins.
    Autoptimize – is ok, just clear the cache.
    Cache Enabler by KeyCDN – check it twice. May be some config options are not optimal

    Thanks for your reply, I already deactivated Cache Enabler and W3 Total Cache, and I could not fix it. Any other solution? :/

    I’ve solved it by turning off Autoptimize.

    this is my configuration:
    1- https://www.screencast.com/t/1mmrmxgX1
    2- https://www.screencast.com/t/tDUbNdK76n

    Is there something I need to adjust to keep the plugin and not uninstall it?

    thanks

    Start re-enabling AO with only CSS & HTML optimization, 99,99% chance all will work as the problem is very likely with JS optimization (due to a problem with JS of another plugin, which causes the browser to stop executing the rest of the Autoptimized JS).

    To fix the JavaScript problem first have a look at your browser developer console to see what error is shown which would be a first step in identifying which JS-file needs to be excluded from optimization. There’s more infor in the Autoptimize FAQ on troubleshooting.

    frank (ao dev)

    Plugin Contributor Max Bond

    (@max-bond)

    alexynior!

    Caching problem is gone.
    Now on plugin settings page enable this option – “Disable MutationObserver”

    Thank you very much @futtta & @max-bond. I have solved it with what you have told me. ??

    Thread Starter innerspacem

    (@innerspacem)

    Just a quick update for anyone using Divi theme. If you’re sticky widget is an image with a link, make sure to hardcode the image

    <img src="https://yourimage.png"> and NOT the media import in the widget, where it adds the wordpress class… class=”aligncenter size-full wp-image-27145. That was what was making my widget non-sticky.

    Thanks for this cool plugin, alexynior. You’re super helpful!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Sticky Widgets on longer working after update’ is closed to new replies.