2013-06-21, 05:19:27 (This post was last modified: 2013-06-21, 05:56:47 by jsingleton71.)
Hi
I hope this is an easy one.
For some reason whenever I create a New Page...the Page Options screen does not show when clicked. So I am unable to add new pages to my navigation at the top.
(2014-07-29, 23:02:31)cjrajeev Wrote: Hi
I am facing same problem in my hosted web server. I enabled : define("GSNOCDN",true); also tried with auto show page option plugin.
Same problem not happening with my local wampserver. Is there any solutions? Please think over it.
I could found out the problem when I tried with disabling each plug-in. A plugin named "Scroll to Top" created the issue. That plugin need to be updated.
Uncaught ReferenceError: jQuery is not defined
jquery.fancybox.pack.js:32 Uncaught ReferenceError: jQuery is not defined
jquery.validate.min.js:4 Uncaught ReferenceError: jQuery is not defined
jquery.getsimple.js:4 Uncaught ReferenceError: jQuery is not defined
edit.php:26 Uncaught ReferenceError: jQuery is not defined
edit.php:234 Uncaught ReferenceError: $ is not defined
/admin/template/js/ckeditor/config.js?t=D03G5XL:80 Uncaught ReferenceError: $ is not defined
hmm kind of hard to id, these all seems to be cascade error from jquery not existing.
Which could be caused by a syntax error somewhere.
see if any of those error have an expanding arrow, preferably the first one, and see if there is more detail or a backtrace or stack trace with files and line #s
you enabled GSNOCDN ?
disable scroll to top or fancybox plugins?
nanoslider?
there are some known plugins that meddle with jquery.
i would disable them all and see
ideally you want to see more info on the first error you get in console.
what file line number, expand it get backtrace etc.
I guess it is possible the original error is hiding or cannot be seen, but usually you get hints.