abound
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: tiny mce strips paragraph tagsI also have encountered an occasional error where the editor and the function the_content() will strip paragraph tags. Sometimes they’re stripped, sometimes not.
I checked and re-checked my code. No errors.
I finally settled on a hack of adding a class attribute to my paragraph elements. WordPress sees these and preserves the paragraph. It doesn’t matter what class name you use.
My guess is that this is likely a problem with the the_content() function, not the visual editor. That’s based on my guess that the visual editor is saving changes using AJAX and that function is doing the stripping. I’m at a loss to know why it sometimes strips paragraphs and preserves others.
Forum: Fixing WordPress
In reply to: Automatic Backup without Cron?Check out this plugin:
http://ww.wp.xz.cn/extend/plugins/wp-db-backup/Forum: Fixing WordPress
In reply to: Insert image issues WP 2.7.1 from gallery or url hangsEureka! For some reason, after running an automatic upgrade on the site, the wp-includes/js/wp-lists.js file wasn’t present. This meant that a JS error prevented the editor from opening the media window as a popup, and this broke the image insert function.
I uploaded the script that was missing.
Solved!
Forum: Fixing WordPress
In reply to: Insert image issues WP 2.7.1 from gallery or url hangsGrabbed the wp-admin folder from ww.wp.xz.cn and uploaded. No change. Disabled all plugins at once. Changed to default Kubrick theme. Cleared cache. No change.
Sorry for all the posts, but this is really troubling me. I’ll let it go for now and hope someone else has seen/solved the issue.
Thanks in advance for any clarity on this!
Forum: Fixing WordPress
In reply to: Insert image issues WP 2.7.1 from gallery or url hangsI found what appears to be the cause. A javascript problem I’ve not been able to diagnose:
jQuery(“#categorychecklist”).wpList is not a function
Forum: Fixing WordPress
In reply to: Insert image issues WP 2.7.1 from gallery or url hangsIt looks like Javascript just doesn’t latch onto the media insert buttons and so they open normally. I checked for javascript errors with the Firefox error console. Absolutely none.
Tried switching themes, disabling plugins. No dice.
Forum: Fixing WordPress
In reply to: Insert image issues WP 2.7.1 from gallery or url hangsI have the same issue. When I click any of the media insert buttons, instead of opening a popup window like it used to, a whole new page opens. Then, there’s no way for the post insert to work because the associated window is gone!
Forum: Themes and Templates
In reply to: Linking to javascript filesI’ve created a small plugin called Add JQuery that includes jQuery … cleaner than hacking the template and hard-linking to a script file.
Download the zip file here.