Missing bottom line in main menu

February 2014 Joomla Template
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
Mon Oct 06, 2014 7:43 pm
Reply with quote
Report this post
Hello,
When I moved search module from default position I start to have a problem with main menu bottom line. As soon as I scroll down the page, the bottom line of main menu disappers.
Here is the screenhot:
http://imagebin.ca/v/1cpFmTIXdWSd
Thanks
User avatar
Junior Boarder

teitbite
Mon Oct 06, 2014 10:04 pm
Reply with quote
Report this post
Hi

Which browser is this problem related with ? I'm checking in FF, Safari, IE11 and everything looks fine.
User avatar
Moderator

GK User
Mon Oct 06, 2014 10:47 pm
Reply with quote
Report this post
Every browser, you have to scroll page down and back and you see the missing line in mainmenu as in the screenshot.
My web is: http://fvunew.aku.sk/
User avatar
Junior Boarder

GK User
Tue Oct 07, 2014 5:51 pm
Reply with quote
Report this post
OK, so I made a search through this forum and found out there is a bug in this template described in this thread:
https://www.gavick.com/forums/news2-joomla3/issue-with-menu-not-appearing-after-scrolling-up-34460.html?p=171143&hilit=turn%20off%20scrolling%20menu#p171143 but my behaviour of menu is little differect - after scrolling down and back it not disappears at all, but only the bottom line of it.
I tried workaround with publishing update info and hiding it with override.css custom code and it worked.
But there is still bug which is not patched, so please correct it. I have downloaded the newest quickstart package...
User avatar
Junior Boarder

teitbite
Thu Oct 09, 2014 9:04 am
Reply with quote
Report this post
Hi

Actually now I can see bottom line doubled on Your site and scrolling top to bottom doesn't change anything. Can you see this problem on our demo here ? http://demo.gavick.com/joomla25/news2/
User avatar
Moderator

GK User
Thu Oct 09, 2014 1:54 pm
Reply with quote
Report this post
Yes, because I used workaround with custom css code. Now I have turned it off and you can see that missing line after scrolling down and up. This problem occures only whned you disable modules on positions below menu (last update, higlights and search module) so it can not be seen on demo page....
User avatar
Junior Boarder

teitbite
Fri Oct 10, 2014 12:34 pm
Reply with quote
Report this post
Hi

Now I see, but it's really hard to guess since it's not showing on page load but after scroll and I cannot check if a fix I've came up with work before scrolling. Please try add this code to override.css:

Code: Select all
#gkTopBar {
    border-bottom: medium none;
}

#gkSidebarRight {
    border-top: 1px solid #e5e5e5;
}
User avatar
Moderator

GK User
Fri Oct 10, 2014 8:51 pm
Reply with quote
Report this post
Your css code doesnt work. But actually, it doesnt differ very much from workaround I mentioned above, which includes enabling the last update date module and hiding it with this css code:
Code: Select all
#gkUpdates{
color:#fff;
display: none;
}

As I wrote several times, this is only workaround, not a real solution of the problem, so please consider repair this bug in next update of template.
User avatar
Junior Boarder

teitbite
Mon Oct 13, 2014 11:35 am
Reply with quote
Report this post
Hi

Ok. I will pass this to programmers. Thanks.
User avatar
Moderator

GK User
Thu Nov 06, 2014 9:43 am
Reply with quote
Report this post
Hi,

Sorry for being late to the party, but I think I had the same issue. When I upgraded the News 2 template the other day I noticed the bottom line had disappeared also.

I discovered that the css had been changed to this...

Code: Select all
#gkTopNav, #gkToolbar {
border: 1px solid #e5e5e5;
border-bottom: none;
clear: both;
}


So I simply added this code to my Override.css file and it sorted the problem out for me..

Code: Select all
#gkTopNav, #gkToolbar {
border: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
clear: both;
}


Brett

PS: I think the reason sometimes that the demo site does not pick up problems is because it looks like it's running on Joomla 2.5. Myself and possible many more users are running Joomla 3.x.
User avatar
Senior Boarder

teitbite
Sat Nov 08, 2014 10:23 am
Reply with quote
Report this post
Hi

Thanks, programmers are informed about this fix.
User avatar
Moderator

GK User
Tue Jan 13, 2015 5:23 am
Reply with quote
Report this post
Still waiting for a fix that works.
http://www.oasishypnosis.com
User avatar
Fresh Boarder

teitbite
Wed Jan 14, 2015 11:14 am
Reply with quote
Report this post
Hi

I can see this bug is not present in our demo, so it must have been corrected already. Please update Your template to the latest version.
User avatar
Moderator

GK User
Wed Feb 10, 2016 1:02 pm
Reply with quote
Report this post
I have similar problem. If you turn off module: updates, highlights and search.

Why you don't fix this bag? Already passed 1 year! :mrgreen: :mrgreen: :ugeek:
User avatar
Fresh Boarder

teitbite
Wed Feb 17, 2016 11:20 am
Reply with quote
Report this post
Hi

I think it was fixed. So maybe there is other way to achieve same mistake or it got reverted by accident. Please tell me the url to page where I'll be able to see it.
User avatar
Moderator

GK User
Wed Feb 24, 2016 3:11 pm
Reply with quote
Report this post
I turned on the module "search" and hide "display:none". It works, but it is not OK.

I made a special menu for you, where module "search" turned off: https://mensby.com/style/stylist
User avatar
Fresh Boarder

teitbite
Sun Feb 28, 2016 1:21 pm
Reply with quote
Report this post
Hi

Ok. But I can see that my other idea to publish modules, but hide them with:

Code: Select all
#gkToolbar {
    display: none;
}


works good. So please keep it like that for now and I'll let programmers that this issue needs attention again.
User avatar
Moderator


cron