cristnn
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Table Builder – Drag & Drop Table Builder] How to add a column?sorry, I managed to solve the issue. My page was stuck.
- This reply was modified 2 years, 7 months ago by cristnn.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Add link change the formatHello,
I am not using any plugin for the link.
Thank you for your response. I have updated the link for the policy conditions from the T & C wizard. However, I noticed that it is not linked to the adding/editing link action. Additionally, when I press enter after text, the formatting is broken. I have attached a video where I added a link in another block outside the Compliantz section, and it is working correctly. However, when I press enter in the Compliantz block, the formatting is lost.
https://www.dropbox.com/s/zee08q1rpp79dnx/Screen%20Recording%202023-08-03%20at%2011.26.25.mov?dl=0Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Add link change the formatHello,
Thank you for your reply.The document loses its format if I don’t sync it.
Is there a solution to this?
thank you!Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] cookie bannerHello,
You are right. I had to clear the cache. Now it’s working.
Thank you very much for your time!Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] cookie bannerHello,
If I do this setting:
https://snipboard.io/v81lub.jpg
The cookie banner is hidden:
https://snipboard.io/5x3s7W.jpg
But also my manage consent cookie is hidden. I want to keep this when the client enters for the 1st time to the website:
https://snipboard.io/GDXaCn.jpg
I just want to hide the banner from the bottom of all of the pages of my website.
How can I keep this https://snipboard.io/GDXaCn.jpg
without the banner?Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] cookie bannerHello,
I want to have the Manage consent like below:
https://snipboard.io/EFY0bj.jpg
And after I accept the terms, I don’t want to have this manage consent banner:
https://snipboard.io/5x3s7W.jpg
After granting the consent, I want the user to have the option to modify their consent only from the cookie policy:https://snipboard.io/YpZTBi.jpg
How can I get rid of this: https://snipboard.io/5x3s7W.jpg?Hello,
Thank you for your response.
I did not add my custom URL for the cookies page.
Thank you, you can close the ticket.I have deactivated WP 2FA plugin and I am still able to login using the admin role.
The code I used:add_action( 'um_submit_form_errors_hook_login', 'custom_submit_form_errors_hook_login', 10, 1 ); function custom_submit_form_errors_hook_login( $args ) { if ( UM()->user()->get_role() == 'administrator' ) { exit( wp_redirect( "https://google.com" ) ); } }I did, it still doesn't work. :( function um_custom_validate_email_exists( $args ) { $email = if ( empty( $user->login )) { ? $args['user_login'] : ''; // Check if email exists in the database $user = get_user_by( 'email', $email ); if ( empty( $user->login )) { // If email does not exist, add an error message UM()->form()->add_error( 'user_login', 'The email you entered does not exist.' ); } } add_action( 'um_submit_form_errors_hook_login', 'um_custom_validate_email_exists', 999, 1 );- This reply was modified 2 years, 11 months ago by cristnn.
No, same behaviour using google.com. It redirects me to 2FA page.
Hello, @missveronicatv
I noticed now that if the username exists and is correct, I still receive the message “‘The email you entered does not exist.'”. I tried multiple times and blocked me for 60 minutes.
https://snipboard.io/G8Wu2g.jpg
function um_custom_validate_email_exists( $args ) { $email = isset( $args[‘user_login’] ) ? $args[‘user_login’] : ”; // Check if email exists in the database $user = get_user_by( ’email’, $email ); if ( ! isset( $user->login )) { // If email does not exist, add an error message UM()->form()->add_error( ‘user_login’, ‘The email you entered does not exist.’ ); } } add_action( ‘um_submit_form_errors_hook_login’, ‘um_custom_validate_email_exists’, 999, 1 );Hello,
Thank you for you quick response.
The Role ID is administrator. I changed the code but there is no difference.Hello,
Sorry for the late reply.
The code for duplicate worked. Thank you very much.- This reply was modified 2 years, 11 months ago by cristnn.
Hello,
@missveronicatv, thank you for your reply.
Unfortunately, the code is not working. I checked the Users section and the name of the admin role is Administrator. I do not know why the code is not functional.
add_action( ‘um_submit_form_errors_hook_login’, ‘custom_submit_form_errors_hook_login’, 10, 1 ); function custom_submit_form_errors_hook_login( $args ) { if ( UM()->user()->get_role() == ‘Administrator’ ) { exit( wp_redirect( “mywebsiteURL” ) ); } }
@jdembowski, news flash for me. I was not aware, ty for informing me.Thank you!
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Document status disabledHello,
Thank you very much.
You successfully helped me save a lot of time. I looked for two days.
Thank you very much, you can close the ticket.