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
Fri May 26, 2017 8:17 am
Reply with quote
Report this post
Hello,

After the joomla has been upgraded the template's settings are missing.
I tried to copy the updated version template files but still not working.

Dimitrios
User avatar
Junior Boarder

Joshua M
Tue May 30, 2017 8:02 am
Reply with quote
Report this post
Hi,
What updated template files exactly do you mean? Unfortunately the simplicity template is not supported anymore, please check similar issue here: https://www.gavick.com/forums/simplicit ... sing-53986
User avatar
Moderator

teitbite
Tue May 30, 2017 10:52 am
Reply with quote
Report this post
Hi,

Please change the following line from templates/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 31, 2017 12:29 pm
Reply with quote
Report this post
I have changed this line but is still not working...
User avatar
Junior Boarder

Joshua M
Thu Jun 01, 2017 10:11 am
Reply with quote
Report this post
Did you disable your cache plugins/extensions and clear your browser's cache? If that wont' help, you can send me a private message with your website backend access - then i'll be able to check the issue.
User avatar
Moderator

Joshua M
Wed Jun 07, 2017 6:37 am
Reply with quote
Report this post
Hi,

I can see js error in the console, please download gk.scripts.js file from this thread: https://www.gavick.com/forums/simplicit ... gone-53885
and copy it into your gk_simplicity/admin directory. Refresh your browser's cache (also joomla cache) and check again.
User avatar
Moderator

GK User
Wed Jun 07, 2017 6:45 am
Reply with quote
Report this post
I have already uploaded the scripts.js file to my server but the issue remains.
User avatar
Junior Boarder

Joshua M
Wed Jun 07, 2017 7:13 am
Reply with quote
Report this post
Could you send me also FTP access?
User avatar
Moderator


cron