Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Page Options Not Showing [SOLVED]
#1
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
Reply
#2
Do you use NoScript or something that blocks loading external scripts? Have you checked with different browsers?
Reply
#3
(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
Reply
#4
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);
Reply
#5
Thank you Carlos...that did the trick.

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

Woot!
Reply
#6
What version of GS ?
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#7
(2013-06-21, 06:06:48)shawn_a Wrote: What version of GS ?

Latest -- 3.2.1
Reply
#8
Thanks, I probably need to bring this into 3.2.2
https://github.com/GetSimpleCMS/GetSimpleCMS/issues/493
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#9
Could you try opening this page:
http://ajax.googleapis.com/
You should get a nice 404 error.
Reply
#10
That would be
http://ajax.googleapis.com/ajax/libs/jqu...js?v=1.7.1

carlos, That url doesn't work ever.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#11
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 :-)
Reply
#12
Ahhhh gotcha, yeah i have seen some proxies block Cdns or anti virus.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#13
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.
Reply
#14
(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
Reply
#15
in the future just check your js console for js errors.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#16
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!


Attached Files Thumbnail(s)
   
Reply
#17
Did you even read the post above yours?
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#18
Yes I did.
Reply
#19
It is almost certainly is a js error.
http://webmasters.stackexchange.com/ques...t-browsers
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#20
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
Reply
#21
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?
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#22
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.
Reply
#23
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.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#24
I'm such a dummy. The plugin Font Resizer was the culprit.
Thank you Shawn. You saved me Smile
Reply




Users browsing this thread: 1 Guest(s)