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:
- 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!
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!
-
- 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:
into:
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’;
-
- 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.
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.
-
- 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
thanks
-
- 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?
-
- Moderator
- GK User
- Tue May 23, 2017 5:11 pm
I have same problem. Would like to find solution for it.
-
- 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?
-
- Moderator
- GK User
- Wed May 24, 2017 4:46 pm
Idiot...
First thing I say to any client - Ctrl+R
First thing I say to any client - Ctrl+R
-
- 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.
-
- 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.
-
- 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.
Updated to the latest template, modified the js file and still same issue.
Any help would be appreciated.
-
- 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.
-
- Moderator
- GK User
- Thu Jun 01, 2017 12:13 am
Hi Joshua,
PM sent.....
PM sent.....
-
- 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."
"You do not have access to the Administrator section of this site."
-
- 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
I have the same Problem with my website, i still mising the Tabs for the configaration of the template.
Best Regards,
Markus
-
- 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.
-
- Moderator
16 posts
• Page 1 of 1