Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Nextendweb

    (@nextendweb)

    Hi!

    Is it happen on the backend or on the frontend?

    Do you have wp_head(); and wp_footer(); in your theme?

    Thread Starter dorians

    (@dorians)

    Hi !

    Thanks for quick answer !

    It happen on the front-end.
    I have get_header(); and get_footer();

    Plugin Author Nextendweb

    (@nextendweb)

    Okay, that loads header.php and footer.php.

    Please open header.php and check the wp_head(); function call and also footer.php and check for wp_footer();

    If both exists, please contact me on roland[@@@]nextendweb.com and I will figure out what could be the problem.

    I am having the same issue. I just installed smart slider, and had some permissions issues in the /wp-content/cache folder that I resolved, and then I got this.

    Uncaught ReferenceError: njQuery is not defined admin.php?page=nextend-smart-slider2&controller=sliders&view=sliders_slider&action=dashboard&slider…:295
    Uncaught ReferenceError: njQuery is not defined admin.php?page=nextend-smart-slider2&controller=sliders&view=sliders_slider&action=dashboard&slider…:425

    Plugin Author Nextendweb

    (@nextendweb)

    Please contact me on roland[@@@]nextendweb.com and I will figure out what could be the problem.

    Plugin Author Nextendweb

    (@nextendweb)

    Someone contacted with me on this case with the same javascript error. He has a custom page template file in the theme folder and that template file doesn’t contain wp_footer(); function call.

    Maybe you are using custom page/post templates too and those are missing this function call. Please check it!

    Kilianos

    (@kilianos)

    Hello, i have the same issue with JS. njQuery is not defined

    I checked my header and footer, got the wp_head(); and wp_footer(); in them.

    In my page.php I can see get_header(); and get_footer(); so whats wrong?

    Plugin Author Nextendweb

    (@nextendweb)

    Hi!

    Please contact with me on my email directly to check your case: roland[@@@]nextendweb.com

    Hey,

    It seems i have this weird problem too. Can you help me?

    Plugin Author Gabor

    (@nextendweb_gabor)

    Hi! Please send me a link to your website, so I could see what is going on!

    If there are more javascript errors, that could make our code stop, and you could see these error messages because of that.

    The other problem could be, if your website ends before the </body></html>, so you could check your website’s source, if it does, or if it has some html coding errors, like the </head> is missing, or something like that.
    If you check it with firefox, it will mark these parts red, but you could check it in here: https://validator.w3.org/

    Most things won’t be related, but the problem will be there.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘JS : njQuery is not defined’ is closed to new replies.