Template settings missing
Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
Rate this topic:
- 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
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
-
- 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
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
-
- 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:
into:
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’;
-
- 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...
-
- 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.
-
- 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.
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.
-
- 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.
-
- Junior Boarder
- Joshua M
- Wed Jun 07, 2017 7:13 am
- Reply with quote
- Report this post
Could you send me also FTP access?
-
- Moderator
8 posts
• Page 1 of 1