You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested locally with bundle exec jekyll build.
This seems to be a Chrome problem specifically. For some blog posts, the sidebar appears for a split second but then disappears, but it works perfectly fine for others.
I'm using the latest version of Chrome (Version 56.0.2924.87) and I've tried turning off all extensions, including adblockers, as suggested in issue #816. The problem exists when I build locally.
The text was updated successfully, but these errors were encountered:
Maybe it's a bug with an older version of Chrome. I'm on Version 57.0.2987.54 beta (64-bit) and the sidebar on all of those links works just fine for me.
The posts where it disappears for you... are they ones with the MathJax script? Entirely possible that's causing some sort of delay or conflict with the script that initializes the sticky sidebar.
I'd suggest updating the theme (current version is 4.2.1) because I removed that a few versions ago and seems like you're using an older version (modified 4.0.10?) that doesn't have a lot of these fixes.
Yes they are the ones with MathJax; I hadn't noticed that at first.
I tried updating the theme without updating Chrome and that didn't help. After that I updated Chrome and that worked. So I guess it was some interaction of MathJax and a Chrome bug that was causing the problem.
bundle update
.bundle exec jekyll build
.This seems to be a Chrome problem specifically. For some blog posts, the sidebar appears for a split second but then disappears, but it works perfectly fine for others.
Unfortunately I can't show the sidebar disappearing but this is an example after it disappears with screenshot below:
Another post with the same problem.
Example of a post where the sidebar works with screenshot below:
I'm using the latest version of Chrome (Version 56.0.2924.87) and I've tried turning off all extensions, including adblockers, as suggested in issue #816. The problem exists when I build locally.
The text was updated successfully, but these errors were encountered: