Template Settings Missing
Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
Rate this topic:
- 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
Jamie
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
missing.png
Jamie
-
- 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:
into:
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’;
-
- Moderator
- GK User
- Wed May 24, 2017 1:41 pm
- Reply with quote
- Report this post
Thanks, work perfect!!
-
- 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!
-
- 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
-
- 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
-
- Fresh Boarder
6 posts
• Page 1 of 1