theme #30 tumblr button fix!
So I’ve gotten a couple of messages about the tumblr buttons (follow, reblog, dashboard etc) suddenly disappearing on theme #30 In Your Heart Shall Burn. I’m not entirely sure what happened there because tumblr adds the buttons automatically and regardless of the theme, but my guess is that they may have changed something in their source code that somehow messed with the way the divs are displayed.
Anyway! I found what’s causing the issue, so if you want your buttons back, fear not and look for this in your theme’s code:
#topbar { width: 100%; height: 60px; padding: 8px; margin: 0px auto 0 auto; position:fixed; z-index: 999; background-color: {color:topbar}; border-bottom: 3px solid {color:accent}; background-image: url('{image:topbarbg}'); background-attachment:fixed; }
and then replace it with this
#topbar { width: 100%; height: 60px; padding: 8px; margin: 0px auto 0 auto; position:fixed; z-index: 99; background-color: {color:topbar}; border-bottom: 3px solid {color:accent}; background-image: url('{image:topbarbg}'); background-attachment:fixed; }
simple but super effective :D I’m terribly sorry for all the inconvenience this may have caused, and please let me know if you encounter any other issues!










