• Resolved Akash Yadav

    (@geekviewed)


    The Jquery and Javascript are not working on the desktop version of my website, everything is fine on the mobile version. The sliders, new tickers, back to top etc are not working.
    I am getting the following output in Google Chrome Developer Tools
    You can check the same on https://www.geekviewed.com

    Uncaught https://www.geekviewed.com/wp-content/themes/Newspaper/js/tagdiv_theme.js?ver=5d7cd4ef762db4294f7e82c7da4a6c8c
    TypeError: Cannot read property ‘init’ of undefined
    jQuery_ready @ tagdiv_theme.js?ver=5d7cd4ef762db4294f7e82c7da4a6c8c:1269
    j @ jquery.js?ver=5d7cd4ef762db4294f7e82c7da4a6c8c:2
    k.add @ jquery.js?ver=5d7cd4ef762db4294f7e82c7da4a6c8c:2
    m.fn.ready @ jquery.js?ver=5d7cd4ef762db4294f7e82c7da4a6c8c:2
    (anonymous function) @ tagdiv_theme.js
    ver=5d7cd4ef762db4294f7e82c7da4a6c8c:1248

Viewing 1 replies (of 1 total)
  • Seems like the problem is not in the jQuery code but in your theme’s JS. In firebug I got the following error:

    TypeError: td_more_articles_box is undefined
      td_more_articles_box.init();

    This error occurred inside tagdiv_theme.js. You should talk to the theme author about this issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Uncaught TypeError Shown in Developer Tools – Please Help!’ is closed to new replies.