Same Problem with my template “Game day”
you can see an example on my test site:
https://test.visualsports.com.mx/mexico-y-honduras-una-rivalidad-explosiva
I tried to add the shortcode on the page content and the theme with the
echo do_shortcode( '[zoom]' );
The following code
if (function_exists('cc_zoom_featured_image')) {
cc_zoom_featured_image();
}
gives me the following error Missing argument 1 for cc_zoom_featured_image(), called in /path/
have you find a workaround to get this great plugin on problematic themes??
Thank you.