Upgrade to 3.7.0 - missing template configuration tabs

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon May 01, 2017 4:43 pm
Hi,
I upgraded some sites with diferent templates to the 3.7 version of Joomla and the template configuration tabs are missing in all of them. How can we correct this?
Thanks!
User avatar
Fresh Boarder

Joshua M
Tue May 02, 2017 7:07 am
Hi,
Try to change the following line from your theme gk_theme/admin/scripts/js file:

Code: Select all
var type = items[i].split('=')[0].test(/^\d+$/) ? 'ItemID' : 'Option';



into:
Code: Select all
var type = !isNaN(items[i].split('=')[0]) ? 'ItemID' : 'Option’;
User avatar
Moderator

GK User
Tue May 02, 2017 10:53 am
Hi,
Only did it in one of the sites yet.
I’ve change it and gave a sintax error, but I did it any way and it worked fine.
Thank you.
User avatar
Fresh Boarder

GK User
Tue May 02, 2017 6:28 pm
Hi, I tried the same in MO template and didn't work there.
thanks
User avatar
Fresh Boarder

Joshua M
Thu May 04, 2017 7:32 am
Could you please provide me with your website FTP and back-end access via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Tue May 23, 2017 5:11 pm
I have same problem. Would like to find solution for it.
User avatar
Senior Boarder

Joshua M
Wed May 24, 2017 8:51 am
@hippus what problem exactly? Did you update your template to latest version and clear cache?
User avatar
Moderator

GK User
Wed May 24, 2017 4:46 pm
Idiot...
First thing I say to any client - Ctrl+R
User avatar
Senior Boarder

Joshua M
Thu May 25, 2017 8:56 am
so, is everything fine? If not, you can send me a PM with your website backend access and I'll be able to check thei issue then.
User avatar
Moderator

GK User
Thu May 25, 2017 11:17 am
Everything is perfect. I was just tired. Thank you.

Joshua M wrote:so, is everything fine? If not, you can send me a PM with your website backend access and I'll be able to check thei issue then.
User avatar
Senior Boarder

GK User
Wed May 31, 2017 3:25 am
Hi, I am also having problems with the tabs not showing in the template configuration.
Updated to the latest template, modified the js file and still same issue.

Any help would be appreciated.
User avatar
Fresh Boarder

Joshua M
Wed May 31, 2017 7:39 am
@a3r05 did you disable all your Cache plugins/extensions and clear your browser's cache? If that won't help, you can send me a private message with your website backend and FTP access, then I'll be able to check the issue.
User avatar
Moderator

GK User
Thu Jun 01, 2017 12:13 am
Hi Joshua,

PM sent.....
User avatar
Fresh Boarder

Joshua M
Mon Jun 05, 2017 8:39 am
@a3r05 - I can't login to your website backend:
"You do not have access to the Administrator section of this site."
User avatar
Moderator

GK User
Fri Aug 04, 2017 9:48 am
Hello Joshua,
I have the same Problem with my website, i still mising the Tabs for the configaration of the template.

Best Regards,

Markus
User avatar
Fresh Boarder

Joshua M
Mon Aug 07, 2017 7:18 am
@[email protected] I've just checked your website and template configuration tabs are visible, so i think it's a problem with your browser's cache.
User avatar
Moderator


cron