• I seem to be having an issue with a rogue field at the bottom of my registration form that shouldn’t be there:

    https://atyzi.com/register/

    It’s right under Confirm Password. There’s nothing under Ultimate Member > Forms for the registration link that should give any reason for an empty field to be there, but I can’t seem to get rid of it. Any ideas?

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Support Aswin Giri

    (@aswingiri)

    Hello @mesden

    The field at the bottom of the registration form is not added from Ultimate member plugin, looks like it was added by the cleantalk-spam-protect plugin installed on your site.

    I suggest you deactivate cleantalk-spam-protect plugin for a while to confirm if it is responsible for the issue.

    Thread Starter mesden

    (@mesden)

    Yup, but now I’m going to need to fiddle with the advanced settings in the CleanTalk plugin and figure out why it’s adding a text box on my registration forms.

    Thread Starter mesden

    (@mesden)

    Needing assistance modifying a few more things, then I think it will be set:

    I’m using the “Remember Me” button on the Login page, but it’s offsetting the “Keep me signed in” text to the left. How would I modify the location of this, since it doesn’t appear to be in the form.
    http://www.atyzi.com/login

    2) Where would I go to modify the “Forgot your password?” text at the bottom of the login page?

    3) “You are already registered” appears if I am already logged in. Can I change this to say something else?

    Thanks.

    Plugin Support Aswin Giri

    (@aswingiri)

    Hello @mesden

    Please try following CSS codes for the issue related to ‘Keep me signed in’ checkbox.

    .um-field-checkbox-state {
    	text-indent: 0 !important;
    }

    To change the text, “Forgot your password?” and “You are already registered” you can try a plugin called Say what.

    Thread Starter mesden

    (@mesden)

    What about modifying the PHP Files for changing the text? I took a look but couldn’t find which file these were associated with

    @mesden

    Modifying UM PHP files will be lost during next update of UM.

    Use the “Say What” Plugin with “Text domain” set to ultimate-member

    https://wordpress.org/plugins/say-what/

    Thread Starter mesden

    (@mesden)

    Good point. One more question. Is there anything I could use in terms of a QR Code each user could have pointing to their own front end profile?

    @mesden

    You can look at a QR Code Generator Plugin to use for additional profile links.

    Thread Starter mesden

    (@mesden)

    I created a form that uses photo uploading for the Profile page, but it seems like the labels are aligned to the left, while the upload button is aligned to the center. What would I input for CSS to center the the label and put a bit of space between the label and the upload button? It doesn’t look like I can just use a <center> tag when building the form.

    Thread Starter mesden

    (@mesden)

    I found some workarounds to my previous issue, but I’m noticing a problem with visibility:

    https://atyzi.com/user/mesden/

    When logged in, the menu looks correct. It shows three tabs based on what I’d like to see based on my User Role. When I’m logged out, it still shows the grey bar with a Profile/Profile and Device/Device link and the name hides off behind the profile picture. It doesn’t look anything like that when I’m logged in so I’m not sure what I’m doing incorrectly here.

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @mesden

    Sorry for the late response. Could you please provide a screenshot of the grey bar you’re referring to? You can upload the screens via imgur.com

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Registration Form Issue’ is closed to new replies.