Latest version Joomla

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
Wed Aug 16, 2017 4:48 pm
Reply with quote
Report this post
I updated joomla to the latest version and the layout menu was gone.
Solutions?
User avatar
Fresh Boarder

teitbite
Tue Aug 22, 2017 12:41 pm
Reply with quote
Report this post
Hi

Please update template as well or if You've done some modifications to it, change the following line from /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


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.