• Resolved sacha88

    (@sacha88)


    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/

    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

    (@progmastery)

    hi @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.
    Thread Starter sacha88

    (@sacha88)

    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.