GetSimple Support Forum

Full Version: Page Options Not Showing [SOLVED]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.

Anyone seen this before?

Thanks,
Jeff
Do you use NoScript or something that blocks loading external scripts? Have you checked with different browsers?
(2013-06-21, 05:37:19)Carlos Wrote: [ -> ]Do you use NoScript or something that blocks loading external scripts? Have you checked with different browsers?

Nope..I do not use plugins or anything that blocks scripting. I tested it in Firefox v18 and Chrome v27. Everything else using scripting works.

Basically, when I click on the Page Options button, all I see is the URL change adding a # to the end. No popup warnings.

I don't even see anything in the error logs.

Jeff
Don't know... Just in case, you can try disabling external loading of CDN scripts. Edit your gsconfig.php and change:
Code:
#define("GSNOCDN",true);
by:
Code:
define("GSNOCDN",true);
Thank you Carlos...that did the trick.

Immediately I saw the icons show up and now the Page Options button works.

Woot!
What version of GS ?
(2013-06-21, 06:06:48)shawn_a Wrote: [ -> ]What version of GS ?

Latest -- 3.2.1
Thanks, I probably need to bring this into 3.2.2
https://github.com/GetSimpleCMS/GetSimpleCMS/issues/493
Could you try opening this page:
http://ajax.googleapis.com/
You should get a nice 404 error.
That would be
http://ajax.googleapis.com/ajax/libs/jqu...js?v=1.7.1

carlos, That url doesn't work ever.
I meant a way to check if the domain was blocked, if he/she can see the 404 then it's not.

But yours is better :-)
Ahhhh gotcha, yeah i have seen some proxies block Cdns or anti virus.
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.
(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.

Thanks
in the future just check your js console for js errors.
I am having the same issue with one of my GS sites, have tried the GS config trick to no avail. Am not blocking Js.

I tried a different browser, same issue.

I tried 3 other GS sites that I'm running and I'm not having the issue.

Have done nothing to this site to make it start malfunctioning. Could use some help resolving this.

Thanks!
Did you even read the post above yours?
Yes I did.
It is almost certainly is a js error.
http://webmasters.stackexchange.com/ques...t-browsers
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?
Yes, I enabled GSNOCDN

didn't do anything with nanoslider or fancy box.

I thought perhaps having Tampermoney on my browser might be the issue, but I'm having the same issue in Firefox.
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.
I'm such a dummy. The plugin Font Resizer was the culprit.
Thank you Shawn. You saved me Smile