I can't edit page type

Permalink
Hi, I'm using concrete 5.6.3.1 and I installed the Neuron Responsive C5 Theme - 1.0.4 as template.

I installed too this other pluggins:
-Metaphor Grid - 1.0.1
-Internationalization - 1.3
-Translations Manager - 1.3.1

The issue it's I can't edit any page type, I'm logged as super admin.

When I'm trying to edit, I try to change the permision of the page but can't, because the permision menu not run great.

I don't kown if it can be related, but I have an error in the javascript template and css.

THE ERROR IN CONSOLE:
---------------------
GEThttp://berrypro.eu/packages/mtphr_blocks/blocks/mtphr_social_links/... 403 (Forbidden) index.php?cID=124&ctask=check-out&ccm_token=1401877866:78e852515c57527955adbb69f71a9e9a:32
GEThttp://berrypro.eu/packages/mtphr_blocks/blocks/mtphr_contact/view.... 403 (Forbidden) index.php?cID=124&ctask=check-out&ccm_token=1401877866:78e852515c57527955adbb69f71a9e9a:33
GEThttp://berrypro.eu/packages/mtphr_blocks/blocks/mtphr_twitter/view.... 403 (Forbidden) index.php?cID=124&ctask=check-out&ccm_token=1401877866:78e852515c57527955adbb69f71a9e9a:34
Uncaught ReferenceError: neuron_vars is not defined

JS CODE WORKING WRONG:
----------------------

if( $mobile_current[0] == undefined ) {
$mobile_current = $('<li><a href="#">'+neuron_vars.page_title+'</a></li>');
$mobile_menu_ul.append($mobile_current);
}

 
enlil replied on at Permalink Reply
enlil
You will most likely need to contact the developer where you got the theme from to get assistance with this. Plain and simple, the theme you have installed is pulling info from another server and you have no access to the pages it's trying to view...
joemc replied on at Permalink Reply
joemc
​The newest version (1.0.5) which should be available soon on ThemeForest fixes the neuron_vars error. You should be notified via email once it's approved. Please update once it's available to fix that issue.

Your other issues seem to be permissions issue on those files. Try using your FTP to set the permissions of those files to 755... Hopefully that will fix those issues.