I was wondering if there could be an option to use or not use the sliding meta panel. I know it has that great Snake-Eyes styling and all, but since it only appears when I am already logged in, it seems sorta like hanging the key on the inside of a locked door...
ThemeShaper Forums » Thematic
Theme Option Request: Deactivate Sliding Panel
(10 posts)-
Posted 3 years ago #
-
I've been thinking about just deactivating it altogether. Having a theme option might be a good idea.
Posted 3 years ago # -
In your css, just add
#site-meta {
display: none;
}Posted 3 years ago # -
I'm more worried about conflicts with plugins and whatnot. Plus, that admin bar plugin is pretty cool.
Posted 3 years ago # -
I'm still thinking about this. Would anyone care if I went and removed it totally?
Posted 3 years ago # -
What's wrong with the display: none solution? It's easy to implement, and anyone can do it.
Plus, I had planned to style mine, so that the public release of my theme has a styled version to match my child theme!
Posted 3 years ago # -
I'll leave it in then. No option to remove. If you want to remove it, {display:none;}.
Posted 3 years ago # -
I'm not a php/javascript coder, so I'm not really sure how the gears mesh. Does that solution deal with potential plugin conflicts?
Posted 3 years ago # -
I think so. The jQuery is called in the recommended fashion so … fingers crossed? I still have to figure out what's up with WP-Ajaxed though. We'll see.
Posted 3 years ago # -
Removed it in trunk and future versions of Thematic.
Rest in peace, sliding-meta-panel-thingy.
Posted 3 years ago #
Reply
You must log in to post.