Template options not showing anymore

Support desk for Multipurpose Quark Theme
GK User
Tue May 09, 2017 5:18 pm
Dear Support,
unfortunately on my site I can't see template options anymore.
I'm talking about all the tabs of gavern framework to customize logo, override css, cooky consent and so on.
In firebug I've seen that inside the "ul" where usually are located all the "li" tabs there is nothing:
The empty "ul" is this: <ul class="nav nav-tabs" id="myTabTabs"></ul>
On another template, the missing options are located there.
Maybe is a javascript conflict, can you tell me how can I force them to appear?
With CSS would be great, beacuse I'm not good in javascript,
Thanks,
Rob
User avatar
Expert Boarder

GK User
Tue May 09, 2017 7:07 pm
This is what I mean looking with firebug.
inspect.png


inside the "before" and "after" should appear all the different tabs, but they are not showing.
Site Empty.png


In the following image is showed what I should see
Site OK.png
User avatar
Expert Boarder

GK User
Tue May 09, 2017 7:26 pm
solved with update from file
User avatar
Expert Boarder

GK User
Wed May 10, 2017 10:11 am
I have exactly the same problem! Could you please tell me how to fix this?
User avatar
Fresh Boarder

teitbite
Thu May 11, 2017 8:25 am
Hi

@Vekabest, please update template to the latest version. This already been fixed.
User avatar
Moderator

GK User
Thu May 18, 2017 10:05 pm
two things:

1.Can't download because as soon as I login, download menu sends me to 404
2.Before logging in, I see that latest Quark is dated 2015, so when did you udpate this?
User avatar
Fresh Boarder

GK User
Sat May 20, 2017 6:16 am
Hi
I have the same issue - I installed the latest version and still the same. Template version installed is 1.2.0.6
I see no tabs at all in the template backend.
After installing the latest template version I get an cookies consent error on the front which was not there before the template update.
User avatar
Junior Boarder

teitbite
Sat May 20, 2017 8:53 am
HI

Not sure why You cannot download @woodmanb, tyr log out and log in again. Here is updates list: https://www.gavick.com/updates

@ksvendlund CC plugin was not working in previous version since the one we used have been removed by its developers. Update should switch to a different CC plugin. What error are You getting right now. Can I please see Your site ?
User avatar
Moderator

teitbite
Sat May 20, 2017 9:23 am
Hi

I've just tested 1.2.0.6 version and I'm 100% sure tabs are visible in configuration. Try clear browser's cache while looking at configuration.
User avatar
Moderator

GK User
Sat May 20, 2017 9:47 am
Hi
Sorry, should have tried clearing the cache before posting - everything is working, all tabs are back - the cookie law consent plugin is working as well! Thanks for quick reply!!
User avatar
Junior Boarder

teitbite
Thu May 25, 2017 1:42 pm
Hi

Great to hear that @ksvendlund .

@woodmanb which template are You using?
User avatar
Moderator

GK User
Thu Jul 06, 2017 12:39 pm
Hi,

I have made some adjustments to the template and therefore it is not possible for me to update the template. Is there another quick fix?

Greetings,
Kris
User avatar
Fresh Boarder

teitbite
Tue Jul 11, 2017 9:49 am
Hi,

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';
User avatar
Moderator

GK User
Wed Jul 12, 2017 7:56 am
That worked. Thanks teitbite!
User avatar
Fresh Boarder

teitbite
Mon Jul 17, 2017 2:44 pm
Hi

No problme, glad I could help. Closing this thread now.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.