Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
Max Bugno
Topic Author
Posts: 23
Joined: 23 Sep 2014, 13:01

Menu and index page

19 Nov 2015, 17:15

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Menu and index page

20 Nov 2015, 00:14

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.
 
User avatar
Max Bugno
Topic Author
Posts: 23
Joined: 23 Sep 2014, 13:01

Re: Menu and index page

20 Nov 2015, 03:33

Thanks Karl,

solved. I had completely missed the body class options... :roll:
 
User avatar
Max Bugno
Topic Author
Posts: 23
Joined: 23 Sep 2014, 13:01

Re: Menu and index page

20 Nov 2015, 11:22

... and to darken a little bit the topbar?

Thanks!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Menu and index page

21 Nov 2015, 00:21

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
 
User avatar
Max Bugno
Topic Author
Posts: 23
Joined: 23 Sep 2014, 13:01

Re: Menu and index page

21 Nov 2015, 11:48

Thanks!