Forum Replies Created
-
AuthorPosts
-
Dua Zehra
KeymasterHi Zedy,
PR profile picture adds another avatar instead of replacing WP default avatar. It has priority over WP user avatar. When it is selected, PR profile pic will display everywhere on front-end instead of WP default avatar.
Thanks,
Regards,
Pie Register TeamDua Zehra
KeymasterHi henrique,
1. Only PR registration form fields can be shown on PR Profile page. Although you can do customization on your template file to show current user registration date on Profile page.
https://wordpress.stackexchange.com/questions/77876/display-user-registration-date/778782. Please use WP filter author_link to change url with PR profile page.
https://codex.wordpress.org/Plugin_API/Filter_Reference/author_linkHope it helps,
Thanks,
Regards,
Team Pie RegisterJune 15, 2018 at 8:16 pm in reply to: Optimization – do not load reCaptcha script if disabled #10006167Dua Zehra
KeymasterHi Andreas,
If you see release notes of PR version 3.0.10 you can see only 1 urgent change is released in current version. We are well aware that PR users are waiting. Our team are working, other changes will be released next week with our PR 3.0.11 version.
Thanks for your patience.
Regards,
Pie Register TeamMarch 22, 2018 at 1:21 pm in reply to: Optimization – do not load reCaptcha script if disabled #10005600Dua Zehra
KeymasterHi Andreas,
Thank you for reporting the issue. We will fix this Issue in our next version update.
Regards,
Pie Register TeamDua Zehra
KeymasterHi Martin,
If you delete file folder using FTP then settings will remain in database. But if you uninstall and delete plugin from WP admin plugins page. Then all settings will be removed.
Thanks,
Regards,
Pie Register TeamMarch 19, 2018 at 10:23 am in reply to: Conflict with Woocommerce – After Login Page not working #10005593Dua Zehra
KeymasterHi Handoko,
This option works fine with Woocommerce. Please make sure, you have saved settings correctly. Which version of WordPress, Pie Register and Woocommerce you have installed ?
Thanks,
Regards,
Pie Register TeamDua Zehra
KeymasterHello,
This is happening because both PR and WPDevArt Facebook Comments using ID of a same name on add_meta_box. We will fix it on next update. For now, edit your pie-register/pie-register.php file.
Find:
add_meta_box(
‘myplugin_sectionid’,
__( ‘Pie Register – ‘.ucwords($screen).’ Restriction’, ‘piereg’ ),
array($this,’myplugin_meta_box_callback’),
$screen
);and Update with:
add_meta_box(
‘pie_plugin_sectionid’,
__( ‘Pie Register – ‘.ucwords($screen).’ Restriction’, ‘piereg’ ),
array($this,’myplugin_meta_box_callback’),
$screen
);Dua Zehra
KeymasterHi,
You have reached to community forum. If you bought the license then please open ticket on our premium support from your store account.
Thanks,
Regards,
Pie Register TeamDua Zehra
KeymasterHi,
You can change the content of email from PR menu > Notifications > User Notifications then select template “Password Reset Request” to edit.
Thanks,
Regards,
Pie Register TeamDua Zehra
KeymasterHi Issa,
Sometime files got corrupted when you uploaded the plugin. This error may be appears due to this reason. So, we would recommend that you try deactivate and reinstall Pie Register plugin again. And could you tell us what HTTP error your were getting on your pages ?
Thanks,
Regards,
Pie Register Team -
AuthorPosts