spacepilaf
Forum Replies Created
-
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] MyISAM Override check doesn't workThat fixed it.
After I cleared out all the ‘yarpp’ named entries in the options table, the titles and bodies select lists were available. It seems to have recognized the MyISAM change now, since I no longer get the message that prompts the override.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] MyISAM Override check doesn't workThe latest version 4.0.6. This is on a clean install of the latest WordPress (we are developing a new site), hosted on Rackspace Cloud Sites.
As a stopgap measure I’ve had to manually comment out
//$fulltext = $yarpp->diagnostic_fulltext_disabled() ? ' readonly="readonly" disabled="disabled"' : '';Forum: Plugins
In reply to: paragraphs and line breaks are being stripped inside html tables?Same issue here. After updating a second time, it strips the paragraphs out. Does any bug report exist for this?
Fixed.
It was opening a page where the video was embedded, in an iframe. It works again when I added wp_head() to the “blank” template it was using. I’d delete this post but the forum doesn’t let you..
How to reproduce in Firefox:
I have 5 tabs. The first Main Content tab is empty.
Test 1 – I click on any other tab (Visual Mode), then press F5 to refresh. Content from the tab that was opened is copied into the first Main Content tab, while it should remain empty.
Test 2 – Click on 2nd tab that has content in it (Visual View). Now click HTML view. Now press F5 to refresh the page. Click on 2nd tab, click on 3rd tab, then click Visual. The second tab content will be gone.
Test 3 – (like test 2, except clicking on more tabs in successiion). Click on 2nd tab that has content in it (Visual View). Now click HTML view. Now press F5 to refresh the page. Click on 2nd tab, click on 3rd tab, click on 4th tab, click on 5th tab, then click Visual. The 2nd, 3rd, and 4th tabs will lose their content entirely. If you successively click on more tabs, those tabs will lose their content, except for the last one you click on.
Forum: Plugins
In reply to: Tiny MCE Advanced Anchor icon not showing in editor windowI have the same issue. Anyone? It makes it easy for someone to accidentally delete the anchor when it shows up in the editor as a blank space.
I’m also not sure why WordPress doesn’t include the anchor in the editor by default anyway.