menu in template style not available

Support desk for Villa Belluci Joomla Hotel Template
GK User
Fri Jun 09, 2017 11:31 am
Please help me with an hint or link, I´m the developer of the site www.casa-daenzo.de. we are online, cause we needed to. since i wanted to integrate favicon and icon for iphone etc. I recogniuzed the menu in template style settings is not loading. what reason it could have?

thanks
User avatar
Fresh Boarder

teitbite
Sat Jun 10, 2017 9:46 am
Hi

Are You using newest version of the template ? Please update it and clear browser cache. Let me know if this helped.
User avatar
Moderator

GK User
Mon Jun 12, 2017 8:31 am
solved, but the quick guide is insufficient
User avatar
Fresh Boarder

teitbite
Fri Jun 16, 2017 12:41 pm
Hi

What do You think is missing? So I'll be able to pass this to people from documentation.
User avatar
Moderator

GK User
Sat Sep 02, 2017 2:08 pm
Got the same issue.
Worked on a website, joomla verstion3.6.5 with GK Hotel (1.06). Moved a ready site to a live link on same server. Updatet Joomla to 3.7.5 and also the GK Hotel template (1.09) and the menu in template style not available anymore. The documentation is missing a vital link also on what is the best way to update templates.
Also got issues with Solidres. Spent hours / days on that thing but gave up.
Please advice on this matter how to get th menu in template style available
tabs-missing.jpg

tabs-missing.jpg
User avatar
Fresh Boarder

GK User
Sat Sep 02, 2017 2:10 pm
daenzo wrote:solved, but the quick guide is insufficient


Could you maybe share the solution?
User avatar
Fresh Boarder

teitbite
Thu Sep 07, 2017 1:39 pm
Hi

A fix for this is:

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';



If template is updated to lates version it should has it already, but please check anyway. Also make sure cache of browser/joomla/server is cleared, so new files are used by site.
User avatar
Moderator


cron