Patrik
Forum Replies Created
-
AuthorPosts
-
November 6, 2019 at 6:22 am in reply to: How Can We Disable Automatic Login For New Registrations? #516108
Hi,
As you are using the GDV1 which is an older version of our Geodirectory plugin, it is having its own login and registration forms which uses default WordPress functionality to register a user. You can try other plugins like https://wordpress.org/plugins/new-user-approve/ which allow manual approval of users on registration and check if it resolves your issue or not or you can go for Recaptcha add on.
Regards,
PatrikHi,
Still I can’t regenerate the issue. It might be the cache issue on your side or something else. I have replaced the previous CSS with the following CSS. Please check and let me know if it helps:
.uwp-profile-header img.rounded-circle, .uwp-login-class img.rounded-circle { max-width: 100px; }
Regards,
PatrikHi,
It seems the resized image is not returned by the gravatar. We are passing size of 96px in the URL of gravatar but it returns full image and that is the reason for displaying bigger image.
Also, I don’t see the issue on the profile and user listing page. The issue is only on the sidebar login widget.
Try following CSS and let me know if it resolves your issue or not:
.uwp-login-class img.rounded-circle { max-width: 100px; }
Regards,
PatrikHi,
Kindly follow the following tickets and let us know if it resolves your issue or not:
https://wpinvoicing.com/support/topic/checkout-error/#post-2732
https://wpinvoicing.com/support/topic/pay-invoice-button-returns-your-cart-is-empty/#post-2587Check by deactivating the cache plugin and also check with your hosting provider for session path write permission.
Regards,
PatrikHi,
Thanks for your information. We have just checked with the latest version yesterday and works well. Once again thank you!
Regards,
PatrikLet us know if you found any issues here.
Regards,
PatrikHi,
For 1. I am not sure for which that webhook was set as our Invoicing Stripe add on has webhook URL like http://yourdomain.com/index.php?wpi-listener=IPN&wpi-gateway=stripe which you can find in the Invoicing->Settings->Payment Gateways->Stripe->Stripe Webhook URL. You have to copy and paste that URL to your stripe webhook. You can delete other webhooks if they are not required for your site.
2. I suggest you use version 2019-09-09 as we have not tested with the latest version 2019-10-17 yet which we will do very soon or you can use latest and then if you find any issues then use our recommended version 2019-09-09.
Regards,
PatrikHi,
You can use the following CSS to hide both the actions as it is not possible via shortcode:
.uwp_page .uwp-item-actions .geodir-authorlink a { display: none; }
Let me know if this works for you or not.
Regards,
PatrikHi,
You don’t need to do anything with that file. Just do the changes in includes/class-wpinv-invoice.php file and let me know if it helps.
Regards,
PatrikHi,
You can find the changes here: https://github.com/AyeCode/invoicing/pull/217/commits/ada536183b5c0f29d9fc3aa05767af88047537c9
Regards,
PatrikHi,
This was the issue from our plugin side and I have fixed it. It will be available in the next release. If you want to apply the fix then let me know and I will apply via FTP for your site.
Regards,
PatrikYou should check with the settings and there must be some setting for solving this issue.
Regards,
PatrikHi,
It looks like your site is preventing use of URL in the redirect_to parameter. This can be due to using security plugins or hosting. Can you please disable the security plugin and check if it resolves your issue or not?
Regards,
PatrikHi,
The issue posted there was not related to PayPal and it was a PHP error. But still, we are trying to regenerate this issue to fix this.
Regards,
PatrikThere must be some conflicts or issue with your site as it works for our site well. If you can clone the live site and provide details would help to find and resolve the issue. If someone else had the same problem then they might have created a ticket for the same.
Regards,
Patrik -
AuthorPosts