Thanks for the prompt reply Juan. I added the code to my child theme’s functions.php file and it has no effect. The shortcode still does not get ‘rendered’ and is just blank in the code.
Here’s an example of adding the YITH shortcode into a custom content element:
https://i.imgur.com/SqQqcd4.png
On the front end here is where the YITH shortcode is supposed to render:
https://i.imgur.com/cD6bwlp.png
I wrapped it in a <div> to make it easier to see in the code.
From looking at your provided code it appears maybe it is enqueueing just the visual assets?
It seems like maybe the core code from the shortcode itself is being excluded from being enqueued perhaps?
Thanks again I appreciate any help or guidance you can provide.