Posts: 5
Threads: 1
Joined: Mar 2012
The button Page Options+ isn't working. It links to the page being edited with '#' attached (eg /getsimplecms/admin/edit.php?id=home#). Nothing happens when I click the button.
It same problem appears in Google Chrome, IE, Opera, Safari so it isn't browser specified.
Is there a way to solve this problem?
I've tried to upload the java scripts again as suggested in
http://get-simple.info/forum/topic/1039/...s-nowhere/ but this makes no difference.
Posts: 3,491
Threads: 106
Joined: Mar 2010
2012-05-03, 02:48:35
(This post was last modified: 2012-05-03, 02:50:25 by fotothink.)
Using NoScript or some other script-blocking thing in your browser?
GS 3.1 loads scripts from googleapis.com (unless you disable this with a GSNOCDN setting in your gsconfig).
...
Edit: sorry I read too fast, I see you tested with several browsers. Anyway I suggest you try GSNOCDN just in case.
Posts: 5
Threads: 1
Joined: Mar 2012
2012-05-03, 07:45:47
(This post was last modified: 2012-05-03, 07:46:54 by BSellheim.)
Carlos Wrote:Using NoScript or some other script-blocking thing in your browser?
GS 3.1 loads scripts from googleapis.com (unless you disable this with a GSNOCDN setting in your gsconfig).
...
Edit: sorry I read too fast, I see you tested with several browsers. Anyway I suggest you try GSNOCDN just in case.
GSNOCDN isn't defined in the gsconfig.php (neither true or false).
Posts: 6,266
Threads: 181
Joined: Sep 2011
Theres probably a javascript error, causing something not to execute.
If you can turn js alerts on in your browser or use firebug or chrome console.
See if there are any errors
Install any plugins recentlty
If its an emergency you can try the page options auto open plugin.
Posts: 3,491
Threads: 106
Joined: Mar 2010
Johan,
Just in case, try adding this to your gsconfig.php:
Code:
# Disable loading of external CDN versions of scripts (jQuery/jQueryUI)
define("GSNOCDN",TRUE);
Posts: 5
Threads: 1
Joined: Mar 2012
Carlos Wrote:Johan,
Just in case, try adding this to your gsconfig.php:
Code:
# Disable loading of external CDN versions of scripts (jQuery/jQueryUI)
define("GSNOCDN",TRUE);
Carlos, I did so, but this makes no difference as espected.
Posts: 5
Threads: 1
Joined: Mar 2012
shawn_a Wrote:Theres probably a javascript error, causing something not to execute.
If you can turn js alerts on in your browser or use firebug or chrome console.
See if there are any errors
Install any plugins recentlty
If its an emergency you can try the page options auto open plugin.
Shawn_a, I used the chrome console to check for errors and found several, see at printscreen attached.
Most errors are 'Uncaught ReferenceError: jQuery is not defined' of 'Uncaught ReferenceError: $ is not defined'. One error is 'GET ...plugins/link_manager/template/js/jquery-ui.sort.min.js 403 (Forbidden)'.
All folders and files have 755 attributes so I don't understand why the existing files are undefined of forbidden.
Posts: 6,266
Threads: 181
Joined: Sep 2011
You definitely have failing js assets.
Check the resources tab for all failed files.
You'll have to figure out why these files are failing.
If I had to guess you are missing an htaccess file in a plugin folder.
Namely link manager.