Kind regards,
]]>I’m currently trying to disable the skip link. It is currently displaying on every page. https://snipboard.io/uYSTn2.jpg
I tried to disable it with multiple actions / filters but none of them work:
add_filter( 'hello_elementor_enable_skip_link', '__return_false' );
remove_action( 'wp_footer', 'the_block_template_skip_link' );
remove_action( 'wp_body_open', 'gutenberg_the_skip_link' );
remove_action( 'init', 'gutenberg_the_skip_link' );
remove_action( 'wp_body_open', 'the_block_template_skip_link' );
remove_action( 'init', 'the_block_template_skip_link' );
Is there another way I can get rid of this?
Cheers!
]]>Double authentication via the mobile application does not work on my site. The “SKIP” is still present when it shouldn’t be. When the application is “ENABLED” it’s the continue button that doesn’t allow you to continue.
I’ve seen that there can be translation problems.
Thanks
]]>I’ve been clear?
Thank you so much
]]>src
attribute, containing a base64-encoded raster image is missing in the uploaded SVG.
]]>Please does this plugin support jump logic, allowing respondents to skip or redirect to certain questions based on their previous responses?
Thanks!
]]>We just noticed … your plugin is translating the names created within WordPress’ User field.
Unless we missed something, it would be great if you can update your code to skip these fields from translation. Proper names should not be translated.
Some user name translations are quite funny. For example, “Shoemaker” is being translated into “Zapatero” (Spanish). Hilarious!
We searched this forum for a solution, but found none.
Thank you!
]]>Is there any method to skip cancelled orders (because of failed transaction)?
I just want only succesfully paid orders to count and get sequential number.
How the subsection “Order Numbers” on the left tab of wordpress panel works? I see that it accepts conditions, but there is no explanation or a guide.
Thank you.
data-jetpack-boost="ignore"
to the script tag doesn’t work, jetpack boost still delays it. Is there another way to exclude / skip a particular script from being delayed? Thanks!
SOLVED: the script relied on another one, and I had to add data-jetpack-boost="ignore"
to both for it to work properly.