Forum Replies Created
-
AuthorPosts
-
Dua Zehra
KeymasterHello
Does this problem still exist for you.?
Thanks
Dua Zehra
KeymasterHello
Does this problem still exist for you.?
Thanks
Dua Zehra
KeymasterHello
You can exclude any pages by providing their IDs in your widget.
Thanks
Dua Zehra
KeymasterHello
Thank you for contacting us regarding Pie-Register. Pie-Register does not use template system at the moment. You can make layout changes using CSS something like this:
ul#pie_register .fields { display: inline-block; float: none; width: 49%; }
Thanks
Pie-Register TeamDua Zehra
KeymasterHello
please upgrade to the latest version 2.0.11 Pie-Register
Thanks
Dua Zehra
KeymasterHello
Here’s the patch for the problem.
If you are not convenient modifying Code please download the patch file using This Link.For all others Please follow the follow the instructions below:
1.) open up pie-register.php in a html editor.
2.) Find the function pie_main() go to line where it reads:if((is_user_logged_in() && $pagenow == 'wp-login.php') && ($option['redirect_user']==1 && $theaction != 'logout')) { if(!isset($_REQUEST['interim-login'])){ $this->afterLoginPage(); } }
Please replace the above code with the following code snippet:
if($theaction != 'logout' && $theaction != 'postpass' ) { if((is_user_logged_in() && $pagenow == 'wp-login.php') && ($option['redirect_user']==1 && $theaction != 'logout')) { if(!isset($_REQUEST['interim-login'])){ $this->afterLoginPage(); } } }
Save the file, and you’re done!
I hope it helps, please let us know if you have further questions or queries.
Thanks
Pie-Register TeamDua Zehra
KeymasterDear User,
This is the known issue on PieRegister v 2.0, We have been working to get it fixed and soon we will release the revision with the fix, Please check the following URL for the revision updates:
https://pieregister.com/forums/topic/version-2-0-beta-revisions/Thanks
BaqarDua Zehra
KeymasterDear User,
This is the known issue on PieRegister v 2.0, We have been working to get it fixed and soon we will release the revision with the fix, Please check the following URL for the revision updates:
https://pieregister.com/forums/topic/version-2-0-beta-revisions/Thanks
BaqarDua Zehra
KeymasterDear User,
We are in the middle of moving all of our support on this forum, we just started here, for the issues you have mentioned here, can you please send us the URL of your wordpress along with the login details? I would recommend you using Contact form for sending these information directly to us.
Thanks
Baqar Hassan -
AuthorPosts