kesh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media Uploader broken and menu hover flyout not showingThat fixed it. Thanks!
Forum: Fixing WordPress
In reply to: Media Uploader broken and menu hover flyout not showingYes, it’s blank.
Forum: Fixing WordPress
In reply to: Media Uploader broken and menu hover flyout not showingI used Firebug to find js errors in the console.
On the media upload page I get 5 errors saying “jQuery is not defined” including one on media-new.php and four others on plugin files.
So there’s another clue, any idea? Bueller?
Forum: Fixing WordPress
In reply to: Media Uploader broken and menu hover flyout not showingIt’s almost like some javascripts aren’t working. When I go to Updates and check Select All for all the plugins, it doesn’t actually select any of them. (I updated all the plugins manually so that is not the issue.)
I have uploaded all original files for the install and certain features in the admin just won’t work.
Forum: Fixing WordPress
In reply to: Media Uploader broken and menu hover flyout not showingI knew someone was going to reply with that link. That’s why I had it bolded in the original post.
Forum: Fixing WordPress
In reply to: Media Uploader broken and menu hover flyout not showingAnd another thing I just found. None of the Help or Screen Option pull down menus on the top right work either.
Is this some kind of javascript error? I already overwrote all files with brand new 3.3 install files.
Forum: Plugins
In reply to: Warning: call_user_func_array() [function.call-user-func-array]I’m having this same problem and it’s driving me crazy. Anyone know?
Forum: Plugins
In reply to: [Fotobook] [Plugin: Fotobook] This pluggin is not workingI get the same error.
Forum: Plugins
In reply to: [plugin – WP Post Columns] vertical alignmentI’m having a problem with this plugin adding space if the first line if a heading tag starts it out.
If I have it:
[column width=”26%” padding=”0″]<h2>Ask us about our Remote Diagnostics</h2>it will add a <p> tag around the shortcode. Also if I use a linebreak between them.
If I move it like this:
<h2>[column width=”26%” padding=”0″]Ask us about our Remote Diagnostics</h2>there’s no gap but it doesn’t render the h2 tag style correctly since the tags overlap.
What do I do?
Forum: Fixing WordPress
In reply to: How to password protect certain page(s)?Thanks, I’ll try that. I hope that plugin works with 3.0
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] nggallery.css link not written to headerszzsolt, that worked!! Thank you! Adding <?php wp_head(); ?> to the header.php file solved it.