menu level 4

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
Fri May 16, 2014 1:37 pm
Reply with quote
Report this post
Hi.

I found that your template has problem with menu level 4 (PAGES/Articles/Single Article/TEST). Please find attached print-screen that shows it. Its taken from my sandbox site that is clean installation. Unfortunately I have the same problem on the site that I working on.

Thx
Mateusz
User avatar
Fresh Boarder

GK User
Sun May 18, 2014 7:43 am
Reply with quote
Report this post
Hello,

Could you provide an URL to website with this problem? It is the latest version of the template?
User avatar
Administrator

GK User
Mon May 19, 2014 8:19 pm
Reply with quote
Report this post
Hello dziudek,

It is the latest version and I think you can repeat this on any new instalation. This one I just instal on disfruto.com.

Mateusz
User avatar
Fresh Boarder

GK User
Tue May 20, 2014 9:08 am
Reply with quote
Report this post
It seems that the bug appears only in the J!3.x version - in my J!2.5 installation this problem doesn't exist. I'll report this problem to our developer who maintenance the J!3.x templates.
User avatar
Administrator

GK User
Tue May 20, 2014 11:10 am
Reply with quote
Report this post
Please open file gk.menu.js in template/js/ directory and find this part :

Code: Select all
if(content.outerHeight() == 0){
                              content.css('overflow', 'hidden');
                           } else if(
                              content.outerHeight(true) - prevh < 30 &&
                              content.outerHeight(true) - prevh >= 0
                           ) {
                              content.css('overflow', 'visible');
                           }


then just replace it with :

Code: Select all
content.css('overflow', 'visible');


this should resolve your problem;
User avatar
Platinum Boarder

GK User
Tue May 20, 2014 2:27 pm
Reply with quote
Report this post
Hi.
Code appears in two places and I change it in both - please post a comment if I should change only one of them.
This change solve my issue.

Thank you
Mateusz
User avatar
Fresh Boarder


cron