Page 1 of 1

Layout fixed and fixed up bug

Posted: 10 Apr 2015, 12:49
by andreamarucci
I'm testing 0.91 and I've set the layout to fixed since I want the menu bar to stay visible.

In office using a mac, this does work with Chrome and Firefox latest. At home using windows the menubar doesn't fix using firefox and chrome latest. There's no way to fix it to the top of the screen.

Bug or I'm doing something wrong?

Re: Layout fixed and fixed up bug

Posted: 10 Apr 2015, 23:44
by mjau-mjau
I am currently away from office so only on Mac here ... Could you post the link to your website so we can take a look on Windows and Mac?

This issue has not been reported earlier.

Re: Layout fixed and fixed up bug

Posted: 11 Apr 2015, 04:26
by andreamarucci

Re: Layout fixed and fixed up bug

Posted: 12 Apr 2015, 05:22
by andreamarucci
Quite incredibly I say you that the navbar fixed works perfectly in Internet Explorer 11 :shock: but in firefox and chrome latest doesn't.

Re: Layout fixed and fixed up bug

Posted: 13 Apr 2015, 00:44
by mjau-mjau
I believe you are experiencing random problems with this because you are using an IMAGE for the logo. The menu needs to calculate its own size (height) for the fixed-property to work properly, and this may be dysfunctional if the logo did not yet load. Are you adding the logo image from the custom/logo/ page? Try adding fixed width/height (284 x 136) attributes, something like this:
Code
<a href="/" class="logo logo-image m pad1" style="min-height: 50px;"><img src="/content/custom/logo/logokog2015.png" alt="KOG Gallery - La nostra storia" width="284" height="136" /></a>

Re: Layout fixed and fixed up bug

Posted: 13 Apr 2015, 03:32
by andreamarucci
Yes, I've added the logo through the Logo page. I'll try to add the image dimensions as you suggest and I'll let you know. Thanks!

Re: Layout fixed and fixed up bug

Posted: 13 Apr 2015, 16:53
by andreamarucci
I'm asking other people to test the fixed topbar since now I'm at home and I'm not able to see the bar fixing at the top with Chrome and FF under W8. I'll let you know.