Marco Cimmino
Forum Replies Created
-
Forum: Plugins
In reply to: [Cimy User Extra Fields] registration page broken layoutI 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.zipThank you
MarcoForum: Plugins
In reply to: [Cimy User Extra Fields] Theme issue in version 2.5.2I 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.zipThank you
MarcoForum: Plugins
In reply to: [Cimy User Extra Fields] Theme issue in version 2.5.2Also related to:
http://core.trac.wordpress.org/ticket/8912🙂
Forum: Plugins
In reply to: [Cimy User Extra Fields] registration page broken layoutAlso related to:
http://core.trac.wordpress.org/ticket/8912🙂
Forum: Plugins
In reply to: [Cimy User Extra Fields] registration page broken layoutFollow 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/wptexturizeThen everything else is commented out due to that.
/emporium/functions.php line 416Now how to fix it in my code, fun fun 🙂
Forum: Plugins
In reply to: [Cimy User Extra Fields] Theme issue in version 2.5.2Follow 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/wptexturizeThen everything else is commented out due to that.
/modular/lib/functions/core.php line 133Now how to fix it in my code, fun fun 🙂
Forum: Plugins
In reply to: [Cimy User Extra Fields] registration page broken layoutYes, 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.Forum: Plugins
In reply to: [Cimy User Extra Fields] registration page broken layoutI did not receive it.
You are right, probably is too much. What is the default in WP?
Forum: Plugins
In reply to: [Cimy User Extra Fields] registration page broken layoutCan you tell me where I can download the same exact theme to reproduce the issue?
Forum: Plugins
In reply to: [Cimy User Extra Fields] registration page broken layoutSame issue as this guy:
http://wordpress.org/support/topic/theme-issue-in-version-252Forum: Plugins
In reply to: [Cimy Header Image Rotator] Now Images showingDo not see anything on the website. Is the plugin active? Did you copy the relevant code?
Forum: Plugins
In reply to: [Cimy Header Image Rotator] Cimy Header Image Rotator not workingI see it working now on your website, can you share what was the problem?
Forum: Plugins
In reply to: [Cimy User Extra Fields] css conflict with other pluginsOk thank you, will try it and in case it works will apply the patch.
Forum: Plugins
In reply to: [Cimy User Extra Fields] css conflict with other pluginsUnluckily yes it is by design.
If you unchecked the “Show username” checkbox to have email only registration that is the best way to remove it.
I understand that may break something else if other plugin added some stuff before the username, but the problem is WordPress didn’t add any id to that paragraph, do you have a better way to do it?Share it 🙂