Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1184
    Matys Studio
    Participant

    Is it possible to overlay top menu during viewing photos on the fancybox mode like in the prettyPhoto mode? Take a look at these screenshots: http://matys-studio.com/lightbox. The creator of my site wrote me that it’s impossible for him.

    #1187
    Bartosz
    Keymaster

    Of course, and it’s a very simple thing to do. Your site’s menu probably has a CSS z-index value set to very high level (like 10000 or so). Just look at your code and modify that value to something lower (like 100) to move it below the fancybox background overlay.

    #1188
    Matys Studio
    Participant

    THX Bartosz, but in the css styles I have changed all possible values ​​of the z-index for smaller and still the same. Take a look at my css styles and write me what can I to change?

    #1189
    Bartosz
    Keymaster

    Please, don’t paste that code here. Just post a link to your site.

    #1194
    Matys Studio
    Participant
    This reply has been marked as private.
    #1195
    Bartosz
    Keymaster

    Ok. Change your CSS code applied to .header class from z-index: 2000 to z-index: 1000 and it will go.

    #1196
    Matys Studio
    Participant

    I can’t find it anywhere. I do not know where I have to look.

    Edit: I find it in stylesheet.css. Is that it?

    header{
    width: 100%;
    display: block;
    position: fixed;
    z-index: 2000; <<<Is this the value? If yes, when I change from 2000 to 1000 overlay is not working.
    background-image: url(img/menu_shadow.png);
    background-repeat: repeat-x;
    background-position: 0px bottom;
    padding: 0px 0px 3px 0px;

    #1198
    Matys Studio
    Participant

    Works perfectly! I had to write this in the custom css in panel wordpress. THX :)

    #1202
    Matys Studio
    Participant

    My happiness was short-lived. If I change this value, lightbox works perfectly, but other functions have stopped working :(

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.