Rahul Gandhi
Forum Replies Created
-
Hi,
You can override template files in your theme and add classes if you want to add or you can directly apply CSS to design them. Let me know if you want to do any specific things and need help.
Regards,
PatrikHi,
To add a class you need to look for the filter and you can override the files from the templates folder if you want to modify them but can’t modify the class-account.php file without doing changes again after updating the plugin. If you can explain what exactly you want to change then I can check for a filter if available.
Regards,
PatrikYou are welcome!
Regards,
PatrikHi,
I see the CSS is still there in file /themes/lineza/style.css at line no. 587. To remove the white background you can try the following CSS:
.uwp_widget_register .card { background: none; }Regards,
PatrikHi,
You want to hide the login link below the form right? If so then please add the following CSS and remove the common CSS you have added for “btn” class:
.uwp-footer-links { display: none; }Let me know if it helps or not.
Regards,
PatrikHi,
I can see that there is the following CSS written in the wp-content/themes/lineza/style.css file which is causing this issue. The “btn” is the common class used in bootstrap so there should be no such CSS applied to the common class as it will affect everywhere on your site. You can remove it or add parent class to it so that it will apply only where needed.
.btn { display: none !important; }Regards,
PatrikHi,
We have fixed it and will release an update soon!
Regards,
PatrikHi,
Can you please let us know what email type is set in the setting UsersWP->Emails->Email Options->Show Advanced->Email type? It should be HTML to send email in HTML format.
Regards,
PatrikHi,
This error will be generated when we don’t get an email address from the social profile, which can be because either user has no email in the social profile or user has not allowed permission to fetch email or your app doesn’t have added scope for fetching email.
Regards,
PatrikHi,
Can you please create a support ticket on our site http://userswp.io/support where the developer will take a look into this issue?
Regards,
PatrikHi,
You can check out our addon https://userswp.io/downloads/bbpress-custom-user-profiles/
Regards,
PatrikForum: Plugins
In reply to: [UsersWP - Social Login] Linkedin Login Error – Unauthorized Scope ErrorHi,
You need to enable this scope while creating an app on LinkedIn for generating API keys. Sometimes it’s not available while creating an app but you can have it by enabling “Sign in with LinkedIn”. You can get more info from https://stackoverflow.com/questions/54119288/getting-an-unauthorized-scope-error-on-an-existing-application-with-r-liteprofil
Regards,
PatrikHi,
We provided a multiple registration forms functionality in the last plugin update so we have to provide the same settings per form so we have moved it to the form builder. We will add this to our documentation very soon.
Regards,
PatrikHi,
Can you go to UsersWP->Form Builder->Account Form and select the form from the dropdown if you have multiple forms created then click on the “Form Options” button to see the form options of the form selected and make sure “Require Email Activation” is selected in “Registration Action:”. Let me know if it helps or not.
Regards,
Patrik