Hi Yigit,
Thank you for the response, but i’m afraid i fail to see how this is an answer to my question. Perhaps if you could provide extra pointers?
My settings are already as per your suggestion. For blog posts where i’m not using shortcodes, the excerpt is displayed normally (auto-generated), whereas for posts where i have shortcodes, it is not.
This, i believe, is a known WordPress issue, and one which i have previously solved by applying the two filters mentioned above. However, it didn’t work with my current setup with the Enfold theme, and i was wondering whether you perhaps had any additional pointers in this regards?
Kind regards,
Tomaž
PS: I added
add_filter( ‘the_excerpt’, ‘shortcode_unautop’);
add_filter( ‘the_excerpt’, ‘do_shortcode’);
to my child theme, but to no avail.
Brilliant, thanks!