Hi Dennis,
thanks for reaching out.
Fixed Widget does indeed set the CSS options dynamically.
It can get things wrong since every theme is different.
On which site do you have Fixed Widget installed? I would like to check if it conflicts with anything we haven’t seen before.
Thanks,
Thomas
Hi Thomas,
thanks for looking into things. The staging site is not publicly accessible. The production site is: https://www.idworx-bikes.de, and an example for the widget would be: https://www.idworx-bikes.de/product/opinion
However, due to this error with fixed widget, we have turned it off temporarily. Please look at the css from the first message – from staging site – and this page to stich things together.
Thanks
Dennis.
Hi Dennis,
I just released version 6.2.1 with various fixes. Please update to the latest version and let me know if it resolves your issue.
Thanks,
Thomas
Hi Dennis,
have you been able to test version 6.2.1?
I also just uploaded a version with a fix related to the top margin. Please check the development version and let me know if it resolves your issue.
Thanks,
Thomas
Super. Thanks. I’ll test it over the next couple of days.
Dennis
Hi Dennis,
As it turned out, I didn’t upload the previous dev update correctly. 6.2.2 is now officially released and fixes a scrolling bug. Please let me know if it helps.
Thanks,
Thomas
Hi Thomas,
I re-activated it and you can see it at:
https://www.idworx-bikes.de/product/grandone-travel-2
The sidebar is completely blank upon loading, after some weird re-draws.
It randomly appears when scrolling and/or when making the viewport (window) wider.
Hopefully, you can fix it.
Dennis
Hi Dennis,
Thanks for the link. That is new after the 6.2.2. update, right?
Thomas
Hi Thomas,
Version 6.2.2 | By Thomas Maier, Max Bond | View details
Thanks for looking into things. Yep, that is the newest version. Tried with and without ‘Improved version’. Always same error. Caches cleared…
I’ll leave it there for you to debug.
Thanks
Dennis
Hi Dennis,
thanks for your feedback.
My colleague looked at your site and noticed that the sidebar widget is already fixed with some other CSS. This causes a conflict together with Fixed Widget.
Do you know how that other CSS was added and could remove it?
Thanks,
Thomas
Hey Thomas,
Thanks looking after us. The explanation of “some other CSS” was partially helpful in that adding some CSS helped us to fix it. We could not find any CSS to remove or change.
First, we thought, your latest update automagically fixed it – without any CSS changes. However, after scrolling to the bottom and then back up, the widget would temporarily disappear…sometimes, it would come back after scrolling to the bottom…but even after a while, the whole widget would completely disappear, and not come back at all.
What fixed it:
[1] Set “Minimum Screen Height” to 150
[2] Add CSS:
#20221208 TO HELP FIXED WIDGET PLUGIN ERROR */
< .widget_composite_summary { width: 240px !important;top:150px !important; }
and the widget would stay. 🙂
Hey Dennis, I am happy to read that you found a solution. Thanks for sharing it!
Thomas