Template Settings Missing

Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
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 May 10, 2017 2:01 pm
Reply with quote
Report this post
Hi,

I've just installed simplicity template and updated to the latest Joomla 3.7.0 with php 7.0.18. When I edit the template tthrough template manager, all the feature menus, associated with the template, are missing.
They were there before I upgraded to Joomla 3.7.0 :blink:
missing.png

Jamie
User avatar
Fresh Boarder

Joshua M
Thu May 11, 2017 8:49 am
Reply with quote
Report this post
Hi,
Try to change the following line from gk_simplicity/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
Wed May 24, 2017 1:41 pm
Reply with quote
Report this post
Thanks, work perfect!!
User avatar
Fresh Boarder

GK User
Sat Jul 01, 2017 12:53 pm
Reply with quote
Report this post
Thank you! I had the exact same problem and this solved it!
User avatar
Fresh Boarder

GK User
Sat Jul 01, 2017 1:10 pm
Reply with quote
Report this post
This solution solved the problem and now the tabs are showing. However there are seems to be missing information on some of the tabs - see the attached screenshots of some of the tabs - the red arrows point to what I am describing
2017-07-01_Template_Simplicity_01.png

2017-07-01_Template_Simplicity_02.png

2017-07-01_Template_Simplicity_03.png
User avatar
Fresh Boarder

GK User
Sat Jul 01, 2017 1:17 pm
Reply with quote
Report this post
Below is another example of the problem
2017-07-01_Template_Simplicity_04.png
User avatar
Fresh Boarder


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