Hi @no_tricks,
Can you please do a conflict test on the theme first and then plugins and see if it is caused by a conflict. You can click the link for directions on the plugin/theme conflict test:
http://docs.ultimatemember.com/article/96-how-to-do-a-plugin-theme-conflict-test
Thanks.
Hey no_tricks,
do you use a page builder and have the shortcode for the login form in a visual editor or something like that? Then tryhttps://de.ww.wp.xz.cn/plugins/shortcode-widget/. I had a very similar problem and that solved it for me.
At least the problem with “keep me signed in” formating.
Good Luck
-
This reply was modified 9 years, 4 months ago by
biepa.
Thanks biepa… I am not using a visual editor, but maybe similar. I am using connections pro plugin to create a directory. That plugin will not work for me, but thanks for the suggestions.
I will try the conflict test later because i don’t have access to docs here at my office (darn security).
@no_tricks
Add the following to the theme’s custom CSS area. That should fix it up.
div.um-row:after {
clear: both !important;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
@shazahm1hotmailcom
That fixed the first issue! Thank You!
Do you have a similar solutions for this issue:
And then if you enter any username and password, an error will popup for the password and the message is located over the password field, therefore it is difficult to get to the field to re-enter the data.
Thanks again!
Scott
Sure, they this instead of what I gave before.
div.um-field input[type="password"] {
float: none !important;
}
It seems the theme is applying a float to password input fields, globally. bad theme, bad π
@shazahm1hotmailcom
Thank You for your support… everything is working and this plugin is awesome!!!
@no_tricks
glad to help! vtw, I’m the dev for Connections, not UM.
@shazahm1hotmailcom
Thanks for clarifying… and jumping in!
Update:
Connections Pro support = awesome.
Ultimate Member = so so.
Hi @no_tricks,
It looks like a theme conflict issue. We recommend to do a theme/plugin conflict test first so we can determine if this is a UM core issue.
Glad it resolves the issue.
Regards,