Loading...

Dua Zehra

Forum Replies Created

Viewing 9 posts - 61 through 69 (of 69 total)
  • Author
    Posts
  • in reply to: Avatar not showing #10002421
    Dua Zehra
    Keymaster

    Hello

    Does this problem still exist for you.?

    Thanks

    in reply to: Error: Invitation Code has expired. #10002420
    Dua Zehra
    Keymaster

    Hello

    Does this problem still exist for you.?

    Thanks

    in reply to: Installation Issues #10002419
    Dua Zehra
    Keymaster

    Hello

    You can exclude any pages by providing their IDs in your widget.

    Thanks

    in reply to: Edit the form generate #10002306
    Dua Zehra
    Keymaster

    Hello

    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 Team

    in reply to: Password Protection Bug is back in latest version #10002302
    Dua Zehra
    Keymaster

    Hello

    please upgrade to the latest version 2.0.11 Pie-Register

    Thanks

    in reply to: Password Protection Bug is back in latest version #10002301
    Dua Zehra
    Keymaster

    Hello

    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 Team

    in reply to: no warning msg when wrong re-type password #10002147
    Dua Zehra
    Keymaster

    Dear 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
    Baqar

    in reply to: No redirection or goto page after submit form #10002146
    Dua Zehra
    Keymaster

    Dear 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
    Baqar

    in reply to: can't login with user just created #10002145
    Dua Zehra
    Keymaster

    Dear 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

Viewing 9 posts - 61 through 69 (of 69 total)