-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offset not working and stickem not stopping at the bottom of the container #40
Comments
You may want to try waiting until images are loaded before triggering stickem, as it changes the height of the container. |
I'm having this problem - and even with a fixed height that I manually set, it doesn't stop at the bottom until I resize. |
Do you have a link? |
http://dev.daily-beat.com/listen-zeds-deads-incredible-remix-jack-u-take-u-feat-kiesza-preview/ I’d like to edit the link out once you have it, though, please. Also sometimes on resize, it disappears while scrolling up. On December 3, 2015 at 10:58:40 AM, Trevor Davis ([email protected]) wrote: Do you have a link? — |
Turns out the flickering is actually caused from calling the sticky on page resize. I removed that part of the code so it no longer flickers - but the original issue still stands. Calling .resize(); after calling the stickem method doesn’t fix the problem. Once I resize the page manually, the plugin recognizes the bottom of the container. On December 3, 2015 at 10:58:40 AM, Trevor Davis ([email protected]) wrote: Do you have a link? — |
That link goes to a 404 |
Sorry, it should be good now. Wordpress and silly permalinks that needed to be flushed. |
@davist11 Hi! have you had a chance to look in / if the link is working for you now? No rush, just checking in. |
There is a lot going on there. Any way you could simplify the example or pull it out into a CodePen? |
I simplified the page itself here: but I’m not able to recreate the issue in codepen. I have used the plugin on other pages of this website fine ( aka the homepage ) which makes me wonder. i’m not sure how else you’d like me to simplify. before calling the plugin, I am waiting till all images are loaded and resizing the left column to be the proper height. On December 11, 2015 at 2:17:37 PM, Trevor Davis ([email protected]) wrote: There is a lot going on there. Any way you could simplify the example or pull it out into a CodePen? — |
I'm having a hard time trying to figure out what's going on here. What's the reason you are adding an inline height of |
edit: I'm actually calculating the height of the center container and applying it to the left column. The height of the middle container is constantly changing, and therefore I'm setting a fixed height for the column to ensure that when the sticky sticks to the bottom, it is actually at the bottom of the container. The height is calculated after all images / iframes have loaded, and it's updated when the page is resized. I think it was just for troubleshooting at one point. I thought I had removed it. (which I will do ASAP). if you're willing to go to meeting screen share I would be more than happy to. (and buy you a coffee/beer or a few for your troubles) |
@davist11 sorry to bring this issue back up. I still haven't fixed it, but I was able to figure out something else. http://dev.daily-beat.com/listen-zeds-deads-incredible-remix-jack-u-take-u-feat-kiesza-preview/ If I open firebug so it makes my window smaller, and I scroll 100% past the sticky bar, it works as intended. If i can't scroll completely past it, it will flash and disappear as I scroll up. |
Title says it all really. I'm using it here: http://69.195.124.217/~freedqi4/health/when-in-doubt-reach-out/
The text was updated successfully, but these errors were encountered: