wpdesignuser
Forum Replies Created
-
Hi @sanjuacharya77, thank you for your answer
In the User Registration’s My Account page on the Account page setting, the My Account page is selected (the one with the Shortcode [user_registration_my_account])
In fact, the only thing that changes to make it work or not is the version of the plugin (with 3.0.2.1 it works perfectly, with 3.0.3 it doesn’t, same configuration).
Any other suggestions?
Thank you!
Hi @sanjuacharya77, thank you for your answer. I don’t have the latest version installed, which is what gives me the error, but:
With te previos version, the lost password link in the login is like:
site.com/wordpress/my-account/lost-password/ (works ok)
With the new version (3.03), the los password link in the login is like:
site.com/wordpress/lost-password/ (dont work)
I hope this data helps
Thank you!
Mismo problema acá. Utilizando el Checkout transparente, pagan en Mercado Pago y WooCommerce nunca se entera.
Hay que estar atentos a los mails de Mercado Pago porque si no, no podes saber que hubo una venta (lamentablemente los mails de Mercado Pago también fallan muchas veces)
Hi @shresthauzwal,
I found this code on google and it seems to fix it, do you think it’s ok to use it?
add_action('init','custom_login'); function custom_login(){ global $pagenow; if( 'wp-login.php' == $pagenow && !is_user_logged_in()) { wp_redirect('http://yoursite.com/'); exit(); } }Thank you!
Hi Amrit, no changes deactivating all plugins.
Thank you!Hi @shresthauzwal, thank you for your answer.
Do you have an email address where can i send the screenshot? Over here it does not allow me to attach.
Anyway it would not seem to be a configuration issue, if I rollback from version 2.0.2 to 2.0.1 it works correctly, without touching any of the configuration.
Regards!
Hi Amrit, thank you for your answer.
I deactivate all plugins (except User Registration), but anyway it shows me the wp-login.php screen.
Any other suggestions? It happens to me in different places, with different plugins and themes.
Thank you!
Forum: Plugins
In reply to: [BulletProof Security] 403 Forbidden Error on widgetsThank you very much for the help! I think I’ll move on to the Classic Widget for now
Greetings!Forum: Plugins
In reply to: [BulletProof Security] 403 Forbidden Error on widgetsThank you, I’m not very familiar with the new widget either, but it was activated by default
Perhaps the best thing is to go to the previous one with the plugin that mentions
The image went well, but I also have problems with the Custom HTML Widget
For example with this code:
a href=”https://mysite.com/terms-and-conditions/”><font style=”font-size:16px; font-weight:bold; border:1px #000 solid; padding:5px;”>VER TERMINOS Y CONDICIONES</font></a
between <>
- This reply was modified 4 years, 10 months ago by wpdesignuser.
Forum: Plugins
In reply to: [BulletProof Security] 403 Forbidden Error on widgetsHi, thank you for your answer.
Let me know if this is enough for testing or something else is needed:
Are you using the new Block Widgets or Classic Widgets?
New Block Widgets. The new version of WP activated it by default in the sites that I manageWhich specific Widget are you using?
Text WidgetIs it a standard WP Widget or is a Widget that is provided by a Plugin or Theme?
Standard WP WidgetAlso post the exact string/code that you are adding in the Widget.
img src=”https://mysite/wp-content/uploads/2021/06/Logo-footer-white.png” /Between <>
Thank you!
- This reply was modified 4 years, 10 months ago by wpdesignuser.
- This reply was modified 4 years, 10 months ago by wpdesignuser.
Forum: Plugins
In reply to: [BulletProof Security] 403 Forbidden Error on widgetsThanks for the prompt response!
A query, is this a general error, or does it only affect me? I consult because it happens to me on sites on different servers.
If it is a general issue that will be resolved in an update, I prefer to wait (the widgets I do not touch much).
Thanks!Problem solved, i deleted all levels and recreated them and now it works fine
Some data: I have two registration forms, with the User Registration plugin, each one assigns a role, with the first form it works fine, with the second it assigns a level that does not correspond to the user profile
Forum: Plugins
In reply to: [Pinpoint Booking System - Version 2] Registerd usersI know the option of requesting these data through forms, but I mean that they are taken from the data that we already have from the registry (in the registry they enter their name, surname and email).
The reservation is only made by registered users
Thank you!
Forum: Plugins
In reply to: [Frontend File Manager Plugin] Do not allow to delete file to usersThank you for your answer!
Actually, what I want to avoid is that users delete files that they uploaded, replacing the file with the same name would not help me, since the original would be deleted (which is what I do not want).
Maybe the File Revision Add-on works for this?
Regards!