Problem with "Support & Help Page" in Quickstart

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Oct 08, 2013 8:12 pm
Reply with quote
Report this post
Hello

I've installed the quickstart in joomla 3.1.5.

When I click in Support & Help menu, the module doesn't work like Gavick Demo Site: http://demo.gavick.com/joomla25/cloudho ... es/support

This is the same menu in my quickstart: http://autonomosdecanarias.org/plantill ... es/support


The module "Have a Question?" is published in header position, and assigned to Support & Help menu

How colud I Fix it?
Thank you
User avatar
Expert Boarder

GK User
Tue Oct 08, 2013 10:40 pm
Reply with quote
Report this post
Please edit below file.

File: templates/gk_cloudhost/js/gk.scripts.js
Line: 273 which is below
Code: Select all
jQuery('#gkHeader').find('div').css('display', 'none');

Replace with below
Code: Select all
jQuery('#gkHeader').find('div').eq(0).css('display', 'none');
User avatar
Platinum Boarder

GK User
Wed Oct 09, 2013 12:23 pm
Reply with quote
Report this post
Solves the problem indd ! :D
User avatar
Fresh Boarder

GK User
Wed Oct 09, 2013 12:25 pm
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder


cron