Page 1 of 1

Menu and index page

Posted: 19 Nov 2015, 17:15
by Max Bugno
Hi Karl,

sorry but with the latest release I lost myself a little bit ... So many incredible new
opportunities...

I can't figure out how to overlap the menu on the starting images
as now there is a space dividing them. Probably updating to the new version,
some old settings are still in the content folder, but I don't know where to look
for them.

http://www.bugnoartgallery.com

Where am I doing wrong?

Thanks.

Massimiliano

Re: Menu and index page

Posted: 20 Nov 2015, 00:14
by mjau-mjau
Did you keep the "examples" folder in your content for reference?

You should keep the examples folders in your content (hidden), for reference.

For the menu overlay, you mainly need to apply "menu-absolute" or "menu-absolute-20" to the page's body class. You can also add "no-footer" and "no-pad", and you may need to add "pad0" the the page's gallery class also.

Re: Menu and index page

Posted: 20 Nov 2015, 03:33
by Max Bugno
Thanks Karl,

solved. I had completely missed the body class options... :roll:

Re: Menu and index page

Posted: 20 Nov 2015, 11:22
by Max Bugno
... and to darken a little bit the topbar?

Thanks!

Re: Menu and index page

Posted: 21 Nov 2015, 00:21
by mjau-mjau
Max Bugno wrote:... and to darken a little bit the topbar?
Hmm to be honest, the "menu-absolute" style adds a topbar color that is opposite the skin-background color. Since you are using a dark theme, it uses a light topbar color ... I see now this may be wrong, so I might change it.

For now, you would need to go to settings->custom->css, and add the following:
Code
[class*='menu-absolute'][class*='topbar'].menu-absolute-20 .nav-wrapper:not(.topbar-sticky-pos) {
    background: rgba(0,0,0,0.5);
}
You can adjust the "0.5" value up down, to make it more/less opaque.
Image

Re: Menu and index page

Posted: 21 Nov 2015, 11:48
by Max Bugno
Thanks!