Max Bond
Forum Replies Created
-
I have no idea…
Need to see this bug in actionForum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] content overflowHi!
You just need to specify Margin Bottom value in plugin setting page (Appearance -> Fixed Widget Options). Margin Bottom should equals your footer height + little padding.
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Not working wellHi! Can you provide a link to your test site?
Hi!
Not sure I did understand you correctly. But I always recommend to disable the plugin on mobile devices. You can do it in plugin settings page (Appearance -> Fixed Widget Options – Disable Width option). Set Disable Width = 768, clear site cache and see what will happen. I hope it will be solution for you.
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Plug in not workingHi!
Checked your site. Don’t see any widgets there. I think you are trying to stick some none standard widgets and that’s the problem…
Hi!
looks like you have found solution with
Margin top
by yourself. Good job! )Hi!
Commonly jumping problem is caused by
position: relative
property assigned to widget container. Check your styles. Ifposition: relative
is applied to widgets, remove it or override withposition: static
property.Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Background for fixed widgetYou cannot specifically target only fixed widgets, but you can be more precise:
.sidebar-primary .widget
– that will target only sidebar widgets.I already use-
.sidebar { background: #f8f8f8;} for primary sidebar background.
That is not enought, because sidebar has limited height!
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Hook to set bottom distanceHi!
There is no hook. But in some cases you can use html element id to point widget stop margin. For example you have a page footer with differnet heights on different pages.
Assign id to the footer container. Then go to plugin settings page (Appaearance -> Fixed Widget Option) and input this id intoStop ID
field.
id=”my-stop-id” -> Stop ID = my-stop-idNote. If Stop ID is specified Margin Bottom value is added to auto calculated value of stop id marker.
Hello!
I have found solution.
Your theme has a style (inline in each page):body { -moz-transform: scale(1, 1); zoom: 0.9; zoom: 100%; margin-right: 40px !important; }
-moz-transform: scale(1, 1);
– this is the problem property (it’s Mozilla specific). Dispable or override it. Injection of this style should help:body { -moz-transform: none !important; }
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Widget overlaps footerHi!
Go to pluggin setting page – Appearance -> Fixed Widget Options
And set Margin Bottom option = your footer height + little padding. Value should be in pixels.Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Background for fixed widgetYes, I see it.
First you can assign background to .widget class:
.widget { background: #f8f8f8; }
But sidebar has 15px of left and right padding. It would be better to change sidebar paddings to 0, and add
0 15px
padding to widgetsForum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] not working pluginHello!
Checked your site. I see a lot of javascript errors there (not related to my plugin) – that is the main problem. You should resolve these errors first. Also I see active caching plugin – that may be the root of your javascript erros.
I recommend to disable caching completely, debug you site. Then carefully enable caching and see what happens.Hello!
The solution is to remove
position: relative
property assigned to .widget class!I see two entries which need to change in your style css: on line 8569 and line 8372!
You can remove or override this property with
position: static
!Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Pulsating Header?Hello!
Would like to help, but here https://firearmsfriendly.com/ I see only “Forbidden – Visitors from your country are not permitted to browse this site.”
Affraid of russian hackers, really? )