Instyle update - joomla 3.7
Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
Rate this topic:
- GK User
- Fri Apr 28, 2017 9:37 am
- Reply with quote
- Report this post
Not displayed all the tabs template
Fixed this problem сhange in file .../gk_instyle/admin/scripts.js
line 248 var type = items[i].split('=')[0].test(/^\d+$/) ? 'ItemID' : 'Option';
on var type = items[i].split('=');
All displayed
Will it affect the operation of the site?
Fixed this problem сhange in file .../gk_instyle/admin/scripts.js
line 248 var type = items[i].split('=')[0].test(/^\d+$/) ? 'ItemID' : 'Option';
on var type = items[i].split('=');
All displayed
Will it affect the operation of the site?
-
- Senior Boarder
- Joshua M
- Sat Apr 29, 2017 9:33 pm
- Reply with quote
- Report this post
Hi,
Try to change the following line from gk_instyle/admin/scripts/js file:
into:
Try to change the following line from gk_instyle/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
- Sat Apr 29, 2017 9:49 pm
- Reply with quote
- Report this post
Hi
Thanks for the menu displayed
Will this affect the operation of the site?
Thanks for the menu displayed
Will this affect the operation of the site?
-
- Senior Boarder
- GK User
- Sun Apr 30, 2017 6:40 am
- Reply with quote
- Report this post
I have the same problem , and you solution is not helpt
-
- Fresh Boarder
- Joshua M
- Mon May 01, 2017 8:10 am
- Reply with quote
- Report this post
Could you please provide me with a URL to your website and back-end access via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? This solution works for other users and will not affect to other template elements.
-
- Moderator
- Joshua M
- Tue May 02, 2017 7:06 am
- Reply with quote
- Report this post
It looks like you didn't add mentioned modification to gk_instyle/admin/scripts/js file. Could you send me also PM with FTP access? Then I'll be able to check the issue.
-
- Moderator
- GK User
- Wed May 03, 2017 12:23 am
- Reply with quote
- Report this post
Works fine for me - on several different sites. Thank you.
-
- Fresh Boarder
- Joshua M
- Wed May 03, 2017 9:52 pm
- Reply with quote
- Report this post
@zenonemmanuel like I said - you didn't add mentioned modification to your admin/scripts.js file. I've added it and it works properly.
-
- Moderator
- GK User
- Thu May 04, 2017 5:39 am
- Reply with quote
- Report this post
it dont works, i cant inside the style
-
- Fresh Boarder
- Joshua M
- Thu May 04, 2017 7:31 am
- Reply with quote
- Report this post
Please clear your browser's cache.
-
- Moderator
13 posts
• Page 1 of 1