[Plugin: Page.ly MultiEdit] Minor Errors
-
I am having some minor errors with this plugin for WP 3.0.3.
I was getting an echoed array at the end of my pages. I fixed this by adding the following to the multiedit.css file:
#multiEditHidden { display: none; }I am also getting 3-4 php errors at the bottom of pages that aren’t using the MultiEdit template.
I noticed that the HTML output for certain elements in a multiedit region are not correct. For instance, when using a list it seems that on some of the li elements there is a br tag (it’s random and weird). This is specific to the multiedit region because I tried hard-coding it into my template and it displayed the HTML properly.
The br markup is as follows:
<br mce_bogus="1">or just<br>It also seems to be putting in p tags for no reason.
I love the plugin but these issues need to be addressed.
The topic ‘[Plugin: Page.ly MultiEdit] Minor Errors’ is closed to new replies.