Loading...

Dua Zehra

Forum Replies Created

Viewing 10 posts - 41 through 50 (of 69 total)
  • Author
    Posts
  • in reply to: Profile photo not uploaded #10006175
    Dua Zehra
    Keymaster

    Hi 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 Team

    in reply to: Registration Date / Author Post #10006168
    Dua Zehra
    Keymaster

    Hi 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/77878

    2. Please use WP filter author_link to change url with PR profile page.
    https://codex.wordpress.org/Plugin_API/Filter_Reference/author_link

    Hope it helps,

    Thanks,

    Regards,
    Team Pie Register

    Dua Zehra
    Keymaster

    Hi 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 Team

    Dua Zehra
    Keymaster

    Hi Andreas,

    Thank you for reporting the issue. We will fix this Issue in our next version update.

    Regards,
    Pie Register Team

    in reply to: Activation Fails #10005594
    Dua Zehra
    Keymaster

    Hi 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 Team

    Dua Zehra
    Keymaster

    Hi 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 Team

    in reply to: PIE INSTALLATION BLOWS OUT ANOTHER PLUGIN #10005592
    Dua Zehra
    Keymaster

    Hello,

    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
    );

    in reply to: Add-on #10005591
    Dua Zehra
    Keymaster

    Hi,

    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 Team

    in reply to: Change forgot password email #10005590
    Dua Zehra
    Keymaster

    Hi,

    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 Team

    in reply to: Install error #10005589
    Dua Zehra
    Keymaster

    Hi 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

Viewing 10 posts - 41 through 50 (of 69 total)