How can you think I can help you without knowing “your theme” and in a website that is totally in Greek language?
Thread Starter
Paul
(@eartboard)
I use this theme http://themes.mysitemyway.com/modular/ but is a premium theme.
Is it possible to send you the theme?
Thank you…
Send to my personal email address.
Thread Starter
Paul
(@eartboard)
I send it in your personal email address.
Thank you…
Seems the problem was that the encoding of the end of the Cimy User Extra Fields comment and then all consequent code was commented out.
<!--
Start code from Cimy User Extra Fields 2.5.2
Copyright (c) 2006-2013 Marco Cimmino
http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/
-->
Modified to:
<!--<br />
Start code from Cimy User Extra Fields 2.5.2<br />
Copyright (c) 2006-2013 Marco Cimmino<br />
http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/<br />
–><br />
Another person contacted me with a different theme and same exact issue.
Why it happens I do not know.
Fix was to use short codes:
[raw][theme-my-login][/raw]
Follow up:
I found the real issue:
Modular theme applies wptexturize() function to the_content() of every page.
This theme together with Theme My Login that puts registration form 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.
/modular/lib/functions/core.php line 133
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