Can you tell me where I can download the same exact theme to reproduce the issue?
I have sent you the template via your gmail!
just send again to your gmail email- as specified in the plugin – have you checked your junk folder? – or else how can it be sent to you
Hi
can you not tell where the html breakage is from looking at the source code? from the link above – maybe your plugin has a line break or space in its code which is causing the html breakage?
Yes, it was under the spam folder sorry.
I know already what it is happening, the theme is escaping some characters and then a comment of 2 lines, becomes a comment of all the code after that point.
I have a fix in mind, but to test it I need the theme to reproduce the problem.
It is not that easy to fix stuff you cannot reproduce. Hope is clearer.
Follow up:
I found the real issue:
Your theme applies wptexturize() function to the_content() of every page.
Since registration form is in a page, makes the ‘–>’ of a code comment become a:
β>
http://codex.wordpress.org/Function_Reference/wptexturize
Then everything else is commented out due to that.
/emporium/functions.php line 416
Now how to fix it in my code, fun fun π
I have applied a workaround that will be in v2.5.4, but you can try it earlier from here:
http://downloads.wordpress.org/plugin/cimy-user-extra-fields.zip
Thank you
Marco