hi @gxblary,
there is some problem with order of JS external scrips.
can you please edit `frontend/shortcode.php’ file.
move this code
https://plugins.trac.ww.wp.xz.cn/browser/wd-instagram-feed/tags/1.1.13/frontend/shortcode.php#L142
wp_enqueue_script('underscore');
right before this line:
https://plugins.trac.ww.wp.xz.cn/browser/wd-instagram-feed/tags/1.1.13/frontend/shortcode.php#L128
wp_enqueue_script('wdi_frontend',plugins_url('../js/wdi_frontend.js', __FILE__),array("jquery",'wdi_instagram'), WDI_VERSION, true);
It should help.
If it does not, replace the latter one with
wp_enqueue_script('wdi_frontend',plugins_url('../js/wdi_frontend.js', __FILE__),array("jquery",'wdi_instagram', 'underscore'), WDI_VERSION, true);
Please make me know if this helped.
Hi,
Unfortunately this does solve the problem.
The error is still here.
Best regards,
GX
can you please give URL of the page with error?
Here is the URL: https://colemon.huma-num.fr/#section-iconotheque
Please let me know when you check so I can put the site back in coming soon mode.
Thanks
Strange error: underscore object (_) is not defined, although its script is attached in correct place.
Please try to deactivate other plugins and switch to standard theme to check if some of them are causing a conflict.
If it does not provide the solution , please contact webdorado using this contact form
this issue should have been solved in v 1.1.15 update