upgrade to joomla 3.7
Rate this topic: 6.00 out of 6 based on 1 vote(s)
- GK User
- Thu Apr 27, 2017 11:03 am
- Reply with quote
- Report this post
Hi
i upgraded to joomla 3.7
website works well but the template administration page doesn't work
how can i resolve?
i upgraded to joomla 3.7
website works well but the template administration page doesn't work
how can i resolve?
-
- Fresh Boarder
- GK User
- Fri Apr 28, 2017 6:09 am
- Reply with quote
- Report this post
im facing same problem here!! HELP
-
- Fresh Boarder
- GK User
- Fri Apr 28, 2017 10:26 pm
- Reply with quote
- Report this post
i tried a temporary solution https://www.gavick.com/forums/storefron ... 13#p269613
-
- Fresh Boarder
- teitbite
- Sun Apr 30, 2017 11:48 am
- Reply with quote
- Report this post
Hi
Updated templates are available to download. Please install newest version and make sure to clear browser's cache to refresh files.
Updated templates are available to download. Please install newest version and make sure to clear browser's cache to refresh files.
-
- Moderator
- GK User
- Mon May 01, 2017 3:49 pm
- Reply with quote
- Report this post
Hi
Updated templates are available to download. Please install newest version and make sure to clear browser's cache to refresh files.
I downloaded and installed the news2 file for joomla3 just now, and this did not change the unavailability of the tabs in the template administration. They are still vanished.
I flushed all caches as instructed, but this did not change anything.
I am still ver much waiting for an updated news2!
I have already issues with joomla 3.7 caches, and cannot get at the caches that are set inside th e News2 template: is there a way to change them from out side the template administration in the backen??
Gets a bit urgent now.
Greetings,
Paul
-
- Expert Boarder
- teitbite
- Thu May 04, 2017 10:26 am
- Reply with quote
- Report this post
Hi
That's odd, but looks like News2 was not updated. Please use this fast fix:
Please change the following line from templates/gk_storefront/admin/scripts/js file:
into:
and I'll ask programmers to update this template as well.
That's odd, but looks like News2 was not updated. Please use this fast fix:
Please change the following line from templates/gk_storefront/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’;
and I'll ask programmers to update this template as well.
-
- Moderator
- GK User
- Thu May 04, 2017 10:56 am
- Reply with quote
- Report this post
Yup: that worked!
Thank you.
The tabs are there again. Only on top and at the bottom of some tabs (Advanced settings for instance) I get new lines with the text gk_line_12 and gk_line_13.
Also the js code lines 247 to 272 present error codes.
Greetings,
Paul
Thank you.
The tabs are there again. Only on top and at the bottom of some tabs (Advanced settings for instance) I get new lines with the text gk_line_12 and gk_line_13.
Also the js code lines 247 to 272 present error codes.
Greetings,
Paul
-
- Expert Boarder
- GK User
- Thu May 04, 2017 11:10 am
- Reply with quote
- Report this post
I changed the code line: took a copy from the "same' line and now all errorcode and the extra lines are gone. So completely okay now.
-
- Expert Boarder
- teitbite
- Tue May 09, 2017 9:46 am
- Reply with quote
- Report this post
Hi
Ok. Great to hear that. Thread closed.
Ok. Great to hear that. Thread closed.
-
- Moderator
9 posts
• Page 1 of 1