Title: &#8216;Something is wrong&#8217;
Last modified: April 3, 2017

---

# ‘Something is wrong’

 *  Resolved [sacha88](https://wordpress.org/support/users/sacha88/)
 * (@sacha88)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/something-is-wrong-10/)
 * Hi,
 * I’m getting the error “Something is wrong. Response takes too long or there is
   JS error. Press Ctrl+Shift+J or Cmd+Shift+J on a Mac.”
 * [http://devwindows2.niagararesearch.ca/](http://devwindows2.niagararesearch.ca/)
 * I only have this line inserted in my html code <?php echo wdi_feed(array(‘id’
   =>’1’)); ?>
 * What am I missing? Why aren’t the images being loaded?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Tigran Nazaryan](https://wordpress.org/support/users/progmastery/)
 * (@progmastery)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/something-is-wrong-10/#post-8989516)
 * hi [@sacha88](https://wordpress.org/support/users/sacha88/),
 * there is a problem in theme. It seems the theme does not output instagram’s JS
   files.
    Is the theme coded according to WP theme standards?
 * Please check for the following issues.
    -  Does the theme call `wp_footer()` immediately before closing `body` tag?
    -  There are two `jquery.js` external scripts. One is WP standard, from wp-includes,
      but the other one is loaded in footer. It is from theme folder.
       There is 
      no need to use two jQuery scripts. Do not `wp_deregister_script( 'jquery')`.
      Just add the dependency of other scripts on `jquery`
    - There may be other problems as well. Please check if the theme meets [these points](https://make.wordpress.org/themes/handbook/review/required/).
 *  -  This reply was modified 9 years, 2 months ago by [Tigran Nazaryan](https://wordpress.org/support/users/progmastery/).
    -  This reply was modified 9 years, 2 months ago by [Tigran Nazaryan](https://wordpress.org/support/users/progmastery/).
 *  Thread Starter [sacha88](https://wordpress.org/support/users/sacha88/)
 * (@sacha88)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/something-is-wrong-10/#post-8990985)
 * Thanks a lot Tigran! very helpful.
    You’re right there was a mistake in my footer.
   php

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘‘Something is wrong’’ is closed to new replies.

 * ![](https://ps.w.org/wd-instagram-feed/assets/icon-256x256.png?rev=2140072)
 * [10WebSocial](https://wordpress.org/plugins/wd-instagram-feed/)
 * [Support Threads](https://wordpress.org/support/plugin/wd-instagram-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/wd-instagram-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wd-instagram-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wd-instagram-feed/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [sacha88](https://wordpress.org/support/users/sacha88/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/something-is-wrong-10/#post-8990985)
 * Status: resolved