Patrik
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi,
The problem is because we have removed the login form from the GeoDirectory V2 but it is still there in the theme. We will either remove it from the theme or handle it via our UsersWP plugin. We have added this issue into our task list and will be fixed soon. For now, you can hide the form and let users log in via UsersWP login form.
Regards,
PatrikThis reply has been marked as private.Ok. Let us know their reply and if you find any issues.
Regards,
PatrikThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi,
For author link, can you try putting the following code in your currently active theme’s functions.php file?
if(class_exists('UsersWP')){ add_filter( 'author_link', array('UsersWP_Profile', 'get_profile_link'), 10, 2 ); }
Regards,
PatrikHi,
Can you check the configuration on your google console account? Also, I would suggest you create a new project there and strictly follow the instruction given below the settings in social login add on.
Regards,
PatrikHi,
Kindly post admin and FTP credentials in private reply to troubleshoot the issue on your site.
Regards,
PatrikFor the sandbox, you have to create a new account on sandbox.paypal.com using your original account at paypal.com. You can get more idea from here: https://developer.paypal.com/docs/classic/lifecycle/sb_create-accounts/
Regards,
PatrikThis reply has been marked as private.Hi,
I have fixed this issue. What I did is uninstalled the UsersWP plugin with all data and installed again. So now the fields are showing in the registration form.
Regards,
PatrikHi,
I have fixed the issue on your site. Please review it and let me know if it works for you or not.
The issue was due to the srcset added by WP for responsiveness of image. I have added the following code to functions.php file of current active theme to fix the issue:
add_filter( 'wp_calculate_image_srcset', '__return_false' );
Regards,
Patrik -
AuthorPosts