Max Bond
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Watermark] transparent part of PNG appearing blackAlso have this issue.
Strange thing: the plugin working fine on localhost in windows inviroment, but failing on production linux server…
Tried to switch Image libary (Imagick to GD) – no change (Hello!
Good to see the plugin is still in use!
During carantine I’ve found time to update it.I have plans to rewrite plugin (same parts are very outdated). Your feature requests i’ll take in concern!
I wonder if it is possible to up the amount of accepted code an include can hold.
In fact there is no restrictions on include size. So it maight be a bug or server limitations (security restricts). Need more info.
Forum: Plugins
In reply to: [Autoptimize] Exclude images from lazy loadThank you very much! I completely missed this option in settings!
That was my mistake:
.widget { position: static !important; }
That command override
position: relative;
andposition: fixed;
both! Please remove it and try to commentposition: relative;
in layout.css:.widget { padding-bottom: 30px; margin-bottom: 30px; /*position: relative;*/ }
Yes! I see the site now.
position: relative
is present in layout.css line 1122:.widget { padding-bottom: 30px; margin-bottom: 30px; position: relative; }
You can disable or change it to
position: static
or override with custom CSS (best way):.widget { position: static !important; }
You can send me an email from this page: https://www.q2w3.ru/contacts/
- This reply was modified 5 years, 9 months ago by Max Bond.
Hi!
This behavior may be caused by css-propertyposition: relative
applied to widget container. To be sure I need to check your site.Hi!
I get the following message ‘q2w3_sidebar_options not found!’
It’s not an error if you don’t have widgets marked as “fixed”. Looks like it’s your case…
For any new ideas I need to see your site!
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Plugin stopped workingHi!
As I can see, you have broken html structure!
The problem is in widget “Planning a funeral? We highly recommend:” – iframe is not closed properly! So the rest of the code is not loaded (where is page footer??) and footer javascripts are not loaded too!Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Not Working on Some PagesHi!
Looked at this page https://excelchamps.com/blog/power-query-tips/
The widget is working! May be it was a caching problem?
A little jumping detected – you should removeposition: relative;
css property from widget container to fix this.Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Q2W3 Fixed WidgetI 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!
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Q2W3 Fixed WidgetI still see the widget in non fixed mode. May be you didn’t clear site cache?
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] JS errorsHi! Can you provide a link to a problem page?
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Q2W3 Fixed WidgetCannot find sticky widget… Maybe a screenshot could help