Hello @vutruso,
We are investigating the case and will come back with a solution soon.
Hello @vutruso,
Unfortunately we cannot reproduce the same issue because you are using the Flickity plugin. However you can try to add a filter for all the gettext (__, _e, _x, etc.) requests to be process through the ‘do_shortcode’ function and possibly achieve the shortcode processing and the correct result. Just place this code in your child theme’s functions.php:
add_filter('gettext', 'do_shortcode', 10, 2);
If the Flickity plugin does not use any of the WordPress text display functions to display the texts this will not work and then you may need to ask them how to proceed so the alt tag text can have applied shortcodes on it.
Please keep us posted how it goes. Thanks!
Code add_filter(‘gettext’, ‘do_shortcode’, 10, 2); I added it before creating the topic
This error seems to be between the WP Date and Time Shortcode plugin and the Rank math plugin, they automatically add the ALT but cannot compile the shortcode.
Hello @vutruso,
Since there is no reply from you for more than 10 days this support thread will be closed. Please contact us again if you still need help or to inform us how you have solved your issue which may help other users too.