Will this need or see an update for Joomla 3.7?
Rate this topic:
- GK User
- Wed Apr 26, 2017 5:39 pm
- Reply with quote
- Report this post
Is a 3.7 update coming for these templates?
-
- Expert Boarder
- teitbite
- Sun Apr 30, 2017 12:54 pm
- Reply with quote
- Report this post
Hi
I'm afraid there was no update for new joomla released for this template, but please try this solution https://www.gavick.com/forums/storefron ... 13#p269613 on updated copy. It should work.
I'm afraid there was no update for new joomla released for this template, but please try this solution https://www.gavick.com/forums/storefron ... 13#p269613 on updated copy. It should work.
-
- Moderator
- GK User
- Tue May 02, 2017 8:30 am
- Reply with quote
- Report this post
Hi Teitbite, ok, but will there be an updated version for creativity and Joomla 3.7 in the download section?
I am asking because I have to update a multilangual site and 3.7 has new multilanguage features. In this case I wanted to rebuilt the site on a fresh 3.7 installation with fresh creativity template.
Best regards
Ronald
I am asking because I have to update a multilangual site and 3.7 has new multilanguage features. In this case I wanted to rebuilt the site on a fresh 3.7 installation with fresh creativity template.
Best regards
Ronald
-
- Fresh Boarder
- teitbite
- Fri May 05, 2017 9:46 am
- Reply with quote
- Report this post
Hi
Yes there will be an updated version in a second wave of template releases (first wave was for the 12 most recent templates). I was told the update should be available till the end of this week.
Yes there will be an updated version in a second wave of template releases (first wave was for the 12 most recent templates). I was told the update should be available till the end of this week.
-
- Moderator
- GK User
- Mon May 08, 2017 8:51 am
- Reply with quote
- Report this post
Great news, thank you!
-
- Fresh Boarder
- teitbite
- Thu May 11, 2017 1:43 pm
- Reply with quote
- Report this post
Hi
Template packages has been updated and can be downloaded in template's download section.
Template packages has been updated and can be downloaded in template's download section.
-
- Moderator
- GK User
- Thu May 11, 2017 4:09 pm
- Reply with quote
- Report this post
If we already did the manual fix, would we still need to update using these files?
-
- Expert Boarder
- teitbite
- Sun May 14, 2017 1:54 pm
- Reply with quote
- Report this post
Hi
There is couple more fixes in this package so I would advice that, but it's mostly in template configuration and overrides option for specific page IDs, if You do not need that, You can skip it.
There is couple more fixes in this package so I would advice that, but it's mostly in template configuration and overrides option for specific page IDs, if You do not need that, You can skip it.
-
- Moderator
- GK User
- Sat Jun 24, 2017 12:55 pm
- Reply with quote
- Report this post
Is the latest version 3.21.2 compatible for Joomla 3.7.2?
-
- Senior Boarder
- teitbite
- Fri Jun 30, 2017 12:18 pm
- Reply with quote
- Report this post
Hi
I'm afraid not, but it only lacks one small fix to make it usable with newest joomla:
change the following line from /admin/scripts/js file:
into:
I'm afraid not, but it only lacks one small fix to make it usable with newest joomla:
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
10 posts
• Page 1 of 1