zbyneksmetana
Forum Replies Created
-
I have a problem on the ‘my-account’ page where I have a registration form. I wanted to use the
woocommerce_registration_errors
filter to change the ’email already exists’ message, but I noticed something strange. Specifically, the filter in the code below is not being triggered (the ‘test’ message does not appear in the debug.log) when entering an existing email in the registration form. Does anyone understand this? Debugging works fine because I tested with a non-existent email and then the ‘test’ message appears in the logs.
add_filter(‘woocommerce_registration_errors’, ‘custom_registration_error_message’, 10, 3);
function custom_registration_error_message($errors, $username, $email) {
error_log(“test”);
return $errors;
}- This reply was modified 4 months ago by zbyneksmetana.
Thanks for the info, it calmed me down. I thought there were some plugin conflicts.
Thank you for the information.
Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] Disable plugin on specific pagesTry free “plugin organizer” (by jeff sterup) go to specific page and on bottom disable specific plugin (for exampel smooth scroll)
Thank you for the information.
Thanks
Thank you very much, now it works!!!
Forum: Themes and Templates
In reply to: [OceanWP] Issue on Left arrowThanks for advise
Forum: Themes and Templates
In reply to: [OceanWP] Issue on Left arrowLeft Arrow has a different size
- This reply was modified 3 years, 9 months ago by zbyneksmetana.
Forum: Themes and Templates
In reply to: [OceanWP] Issue on Left arrowThe same problem. Left Arrow (previous product dissapear). This problem appear on OceanWp theme 2.1 but not on 2.09 version.
imageForum: Plugins
In reply to: [Relevanssi - A Better Search] I cannot add custom fieldsThanks!!! … works well
Forum: Plugins
In reply to: [Relevanssi - A Better Search] I cannot add custom fieldsThanks, I try to add this code to “code snippets” (“Code Snippets” plugin) but not working. In oxygen functions.php dont exist (no theme in oxygen :))
Forum: Plugins
In reply to: [WP Import Export Lite] Html Placement inside Wysiwyg ACF fieldThanks
Forum: Plugins
In reply to: [WP Import Export Lite] Html Placement inside Wysiwyg ACF fieldSorry i mean
< p > instead <p>
Does anyone fix this scrolling problem ?.