Template configuration tab
- GK User
- Wed Jul 26, 2017 12:05 am
Hi,
All the template configuration tab disappeared, and I need to make modifications
All the template configuration tab disappeared, and I need to make modifications
-
- Platinum Boarder
- Joshua M
- Mon Jul 31, 2017 6:57 am
Hi,
Please update your template to latest version, clear your plugins and browser's cache and the problem should be fixed.
Please update your template to latest version, clear your plugins and browser's cache and the problem should be fixed.
-
- Moderator
- GK User
- Tue Aug 01, 2017 12:12 am
Hi,
I downloaded and installed the latest version of the template but nothing happens
I downloaded and installed the latest version of the template but nothing happens
-
- Platinum Boarder
- teitbite
- Tue Aug 01, 2017 9:29 am
Hi,
Try to change the following line from /admin/scripts/js file:
into:
Try to 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';
-
- Moderator
4 posts
• Page 1 of 1