Suggested Fix to Prevent Conflict with Beaver Themer Header
-
Hi,
I discovered an issue with your plugin and Beaver Themer which can be fixed by adding the code below to the socialWarfare.initPlugin() function.
socialWarfare.paddingTop = parseInt($(‘body’).css(‘padding-top’));
socialWarfare.paddingBottom = parseInt($(‘body’).css(‘padding-bottom’));I think it makes sense to add that code since other plugins may change the BODY’s top and/or bottom padding at some point.
The screenshot link below shows how I did it on my local site.
I hope to see this change in the future versions SocialWarfare.
Thanks in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Suggested Fix to Prevent Conflict with Beaver Themer Header’ is closed to new replies.