Hi!
The plugin is working in FF, but in Chrome there is css problem.
You need to check your css files for these instructions:
-webkit-backface-visibility:hidden;
-webkit-transform: translate3d(0,0,0);
Remove them if found (don’t forget to make backup of changed files)
Hi Max,
When I make a widget sticky, it shifts to the left and gets off-centered once I start scrolling down. Do you know how I can fix this?
Image: http://cl.ly/image/1P23241O0n0X
Site: http://www.travelgrom.com/travel-blog/coachella-2014-lineup
thanks!
Evan
is anyone else experiencing this problem?
Hi!
Sounds like css problem.
But I need to see it in action
style.css line 2537:
.widget_ti_code_banner, .widget_ti_image_banner {
margin: 0 -5%;
text-align: center;
}
Margin left and right are relative. Change to fixed values:
.widget_ti_code_banner, .widget_ti_image_banner {
margin: 0 -14px;
text-align: center;
}
Hi again,
Thanks for helping me fix the alignment problem, but now I noticed my fixed widget is scrolling all the way into the footer of my site. How can I fix this?
see bottom of the page here: http://www.travelgrom.com/travel-blog/coachella-2014-lineup
Set Margin Bottom option = your footer height
I don’t see any plugin settings for fixed widget. Where do I do that? In the child theme stylesheet?
Appearance -> Fixed Widget Options
awesome, thank you for your quick support! Love this plug-in