bencahill
Forum Replies Created
-
Sounds awesome. Thanks for the fast response. ??
Can you remove this ‘functionality’ in the next version? I love your plugin, but this is just ridiculous.
I figured out the problem on my own, but was very dismayed to see that this is completely hardcoded—the action is added as part of the object construct, and there are no conditionals within the added function.
If you do not fix this ‘functionality’ (or at least provide a checkbox to enable/disable), I will have to find another plugin to do this job. Hacking plugin code every upgrade is not cool.
Thank you.
P.S. For hiding the admin bar, this is a messy way to do it. You could also override the html margin-top as sean.norton noted, but that would ignore any html margin-top added by the user/theme. What you want to do is this:
add_filter( ‘show_admin_bar’, ‘__return_false’ );
Forum: Fixing WordPress
In reply to: IO Error using Flash UploaderHmm, I can’t get online with Chrome or Internet Explorer. Just Firefox.
Sounds like Chrome and IE may have proxy settings that Firefox doesn’t (Chrome uses IE/system proxy settings). Might want to check that.
Forum: Plugins
In reply to: [Event Calendar] Direct link from calendar?Okay, thank you for the prompt response. ??
Forum: Alpha/Beta/RC
In reply to: Syntax Highlighter in Chrome — 2.8 b2Same here – XP with latest Chrome. I had posted about it here.
I’ve switched back to Firefox.Forum: Fixing WordPress
In reply to: Syntax highlighting in 2.8 doesn’t workOkay, I figured out the problem – It’s with Google Chrome. I’ve switched back to Firefox.
Go here for more info.