adispiac
Forum Replies Created
-
Hi,
Are you using the Custom Redirects module or Multiple Registration Forms from Pro? If so, please address our premium support here and they’ll make sure to reply soon.WP.org forum rules require us to keep the discussions only related to the Free version of our plugin.
Hi,
Thanks for pointing this out, we missed it somehow.
I’ve updated our documentation and you can find details regarding the logout shortcode here.
Also thank you for your kind words, it means a lot! You can always support our work by leaving a review.
Hi Marius,
Thanks for reporting this. Just wanted to let you know it’s fixed in the new version released yesterday.Is this issue still persisting? Can you provide more details, maybe screenshots?
Hi,
This makes total sense. As you well observed right now, there’s only the option to login with Email OR Username. But I can see why you would want the flexibility to allow your users to login with both.I’ve added this request to our features/enhancements list and we’ll make sure to implement it. I can’t give you an estimate, but it will probably be out by the end of January.
Thanks again for your suggestion and I’ll keep you posted once it’s out.
Hi,
Modifying the plugin core will make you loose the changes in case of an update.
The simplest way would be to remove the send credentials checkbox via CSS. You can add the following to your theme/child theme’s style.css :/* Hide Send Credentials via Email checkbox*/ .wppb-form-field.wppb-send-credentials-checkbox { display:none; }We’ve also released the Profile Builder – WooCommerce Sync Add-on which lets you manage WooCommerce Customer Fields with Profile Builder.
This way you can offer your users the possibility to view/edit all the profile information (including WooCommerce Billing and Shipping Address fields) in one place.Hi,
I’m not sure I get what you’re trying to achieve. Can you be a little bit more specific, maybe provide a screenshot that highlights your issue?Hi,
Thanks for looking into this.
Right now the Display Name functionality works exactly like in WordPress. All we do is pick up the exact name combinations generated by WordPress and display them in the drop-down in front-end.Display Name looks and works exactly like it does in the backend -> Your Profile tab.
Hope this makes sense.We’ve just released a new version where this bug is fixed. Can you test and confirm?
Thanks,I heard only good things about Charity Water. Highly appreciated!
Glad it works! 🙂
As for donations, you’re too kind, but it’s not necessary.
They would probably be much more needed and of use to a charity/nonprofit organization.I think I see where the problem is coming from. You’re using double quotes on both the shortcode and lost password url.
It should be something like this:
<?php echo do_shortcode('[wppb-login lostpassword_url="www.example.com"]'); ?>Make sure to change http://www.example.com with a page on your site, and let me know how it works.
Thank you for your kind words and really glad you like it! 🙂
One more thing, this code is redundant if you simply place the lostpassword_url parameter in the login shortcode like this:
[wppb-login lostpassword_url=”www.example.com”]P.S. You can always support our work by leaving a review.