Hello.
I noticed that the translatable strings available on?translate.www.ads-software.com?for Stable are from an old version (3.5.7?from about 2 years ago) and not from the latest version released (3.6.0).
Have you seen these pages yet?
https://make.www.ads-software.com/polyglots/2024/04/09/missing-strings-to-translate-opt-out/
It says here that the developer can do this check:
“To get more details about a failed import please join the WordPress Slack workspace and switch to the #meta-language-packs channel. All imports are getting logged here. Search by the slug of your plugin to get the relevant results.”
Thanks.
]]>ooops, this plugin didn’t send emails to registrants. maybe the issue was on my end, not sure.
]]>Hello, Some of your Plugin’s Shortcodes are breaking my website after last update to version 3.4.6.
In Login, my users are directed to a page where they have some shortcodes:
[rp_update_password] and [rp_profile_edit]
After the last update, the page containing the 2 shortcodes is broken.
Going back to the previous version, everything works normally.
I’m using EXTRA Theme (properly updated).
What can I do to help you? Is there a Log that I can send to you?
Thanks for the great Plugin.
Felipe
]]>Hello,
There is no redirect after registration. You can test from this link: Productos Herbalife México
You′ll be sucesfully logged but you are not going to the “thank you page”.
Thank you so much.
]]>Hi,
Can you add a validation to be in compliance with the GDPR?
Regards
]]>Hello, could you please apply my Czech translataion suggestions?
Thank you.
]]>Hi there
I’m trying to create a user profile and I’m using the shortcodes for that. Which has been excelent so far. But I can’t find out how to put the Image profile shortcode.
I’ve tryed:
[rp_user_data field=”profile_image”] which shows nothing.
I also have tryed to create a custom field called “imagem” type:file and uploaded the image there. And then I used the shortcode:
[rp_user_data field=”imagem”]
Which “worked” but showed the link of the image and not the image itself.
What should I do?
I’m trying to inset it inside a widget area.
]]>i have an error like this message.
” Sorry. Registration is not allowed in this site. ”
how can i do?
]]>hey all,
I have installed the plugin and set it up. I am using this shortcode [rp_register_widget title=”User Registration”] on a certain page. unfortunately, I only see the title “User Registration” but not the form. I am using 4.7.5.
do you know why this is happening?
thanks
]]>It appears to be small, how do I make the register submit button bigger?
]]>I’ve currently got the registraigtion all filled in. Workds lovely and really easily to use.
I want to be able to put a tick box to sign them up to a mailchimp list I already have.
I looked at the other plugin but it doesn’t say anything about mailchimp. Is there a way I can get this to work?
They have this code I can add
If you are adding it inside a php code block, pop this in:
mailchimpSF_signup_form();
Or, if you are dropping it in between a bunch of HTML, use this:
<?php mailchimpSF_signup_form(); ?>
Thanks in advance
]]>I created a page name “Profile” and inserted that code in the body of the page.
Then I went to the config to redirect to that page after login, but got a 404 error. It doesn’t work at all.
Am I doing this correctly?
Thank for your help.
]]>A few weeks ago, I got some registrations that are very suspicious.
I got 10 mailcatch.com registrations in five hours, with different people with that address registering. I also got eight new user registrations (different people) in two hours and 19 minutes with “ru” as a doman, which I believe is in Russia. In addition, I got a gsasearchengineranker.site registration, a gsasearchengineranker.space registratin and a user.firstmail.website registration.
All of these seem to be very questionable. What do you think? Also, how do I stop this from occurring if it is bad, and should I delete them?
]]>A few weeks ago, I had a rash of registrations that seem suspicious.
Over five hours, I had 10 new user registrations, all from mailcatch.com. I also had eight new user registrations in two hours and 19 minutes with “ru” as a domain, which I believe is in Russia. In addition I had a registration from gsasearchengineranker.site, gsasearchengineranker.space and user.firstmail.website.
These don’t seem right. If they are spam, how do I stop these from registering? Also I would believe I need to delete them, correct?
]]>style-register.php lines 51-54 are missing the .reg-form-group class tag, and conflict with other plugins
Current code:
/* Makes reg_forms fields.Sets size and field alignment.*/
.reg-form-group > input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel]
{
width:100% !important;
padding: 5px !important;
border:1px solid #CCCCCC !important;
margin-top:5px !important;
}
Probably should be?:
/* Makes reg_forms fields.Sets size and field alignment.*/
.reg-form-group > input[type=text],
.reg-form-group > input[type=email],
.reg-form-group > input[type=password],
.reg-form-group > input[type=url],
.reg-form-group > input[type=tel]
{
width:100% !important;
padding: 5px !important;
border:1px solid #CCCCCC !important;
margin-top:5px !important;
}
It would be really useful to be able to edit the form messages (success etc) in the admin rather than via the plugin language files.
]]>Hi Friends
i have used WP Register Profile With Shortcode plugin but it dosen’t show registeration form in my page after adding shortcode in registeration page?
anyone can help me? ??
https://www.ads-software.com/plugins/wp-register-profile-with-shortcode/
]]>Hi there,
Nice plugin so far but I don’t see a way to have new registrants create their own password and then also have to confirm their registration with an auto generated email to their user email address. This appears to be the default wordpress setup.
Thanks, Wayne
https://www.ads-software.com/plugins/wp-register-profile-with-shortcode/
]]>Hi,
Please could you add something into the form so when you enter the capture incorrect etc it does not reset the whole form. This is not very user friendly!
It happens if the email or username etc is taken.
Regards
https://www.ads-software.com/plugins/wp-register-profile-with-shortcode/
]]>Is it possible to auto login user after registering?
Thanks
https://www.ads-software.com/plugins/wp-register-profile-with-shortcode/
]]>Is there a way to add captcha to this?
https://www.ads-software.com/plugins/wp-register-profile-with-shortcode/
]]>Most times I access my page containg the subscribe tag:
[rp_register_subscription title="Join the Albert Strange Association"]
I see the following message and no subscribeform.
Your session is expired.
I have once or twice seen a form, but mostly the above is what I see, even if I start with a new browser with which I’ve never previously connected.
What could be the problem and how might I fix it please?
https://www.albertstrange.org/membership-join/
Thanks.
Gordon.
https://www.ads-software.com/plugins/wp-register-profile-with-shortcode/
]]>It’s very easy to add support for Buddypress (x-profile fields) and WangGuard (honeypot fields).
The bp_after_account_details_fields
hook adds WangGuard’s honeypot and extra questions fields. There’s several other hooks that would be easy to include after checking if BP is installed. You can see all the register form hooks they include here: https://github.com/buddypress/BuddyPress/blob/master/src/bp-templates/bp-legacy/buddypress/members/register.php
https://www.ads-software.com/plugins/wp-register-profile-with-shortcode/
]]>This plugin has cleaner register form markup than some but it still has a way to go.
Wrapping everything in empty divs doesn’t help. <label for="name">
on every field is improper. The submit button in particular has 2 empty divs around it.
https://www.ads-software.com/plugins/wp-register-profile-with-shortcode/
]]>When using [rp_profile_edit]
, I get also an “Update” button, but I seem not able to modify the styling of that button. What CSS is called here and where is it located?
Thanks in advance for your feedback.
https://www.ads-software.com/plugins/wp-register-profile-with-shortcode/
]]>