Marco Cimmino
Forum Replies Created
-
Forum: Plugins
In reply to: [Cimy User Extra Fields] Warning error messagetadious:
this is an unrelated problem, but anyway: that file is needed on WordPress MS – per user installation.
Are you using WordPress MS?Which version you had before it broke?
I see this now, sorry I thought you were referring to the top header.
Have you tried playing with the zoom factor settings? Like instead of using 1.25x use 2.00x?Forum: Plugins
In reply to: [Cimy Swift SMTP] PHP WarningLine 9 is:
extract( apply_filters( 'wp_mail', compact( 'to', 'subject', 'message', 'headers', 'attachments' ) ) );Probably some plug-in is applying ‘wp_mail’ filter in a buggy way, returning null instead of an empty array.
To discover the culprit, you have to search through your plugins directory for ‘wp_mail’, you can do this quickly in many ways, for example with advanced file managers.Forum: Plugins
In reply to: [Cimy User Extra Fields] Avatar Preview on register(wp-login.php)Enable registration confirmation. It is a preview for all fields.
Forum: Plugins
In reply to: [Cimy User Extra Fields] Warning error messageFrom the plugin’s admin section re-upload the registration logo.
Forum: Plugins
In reply to: [Cimy Header Image Rotator] Conflict With Gravity FormsJust a follow up here too, Brian and I discovered that the problem is actually Picatcha that is redefining JQuery instead of re-using the WordPress’ one.
I checked the website and everything seems ok, can you point the url of the images that present the issue?
Forum: Plugins
In reply to: [Cimy User Extra Fields] Emailing Register for Approval?It doesn’t know.
Nope, there is no such option for now.
Forum: Plugins
In reply to: [Cimy User Extra Fields] Emailing Register for Approval?Admin gets an email only when the user has registered completely, not when is pending approval.
Forum: Plugins
In reply to: [Cimy User Extra Fields] Disable login featuresCimy User Extra Fields does not affect login. But you can always uninstall plugins one by one and see the one that is causing your problems.
Forum: Plugins
In reply to: [Cimy User Extra Fields] Fields showing up even though check box emptyNot showing _where_? Left the checkbox blank… which checkbox? Can you please complete the phrases with details?
Forum: Plugins
In reply to: [Cimy User Extra Fields] How to set drop-down at start?You cannot prevent existing users to have saved stuff on an extra fields that wasn’t there when they registered. This has nothing to do with the dropdown itself.
If you add an extra field later then you have to live with the fact that existing users may not be back to change their profile.I could disrupt their navigation or do more, like sending an email, but I think it will be very harassing.
So for now I don’t understand what you want to do more than what you already created.Forum: Plugins
In reply to: [Cimy User Extra Fields] How to set drop-down at start?It can be empty for existing users, but as soon as they have to update their profile, then they are forced to select something.
You can use any words as first choice, like “— not selected —“, but then you have to use a regular expression to forbid users to register with it.