• Resolved riggers

    (@riggers)


    I’ve configured WPPA to link to lightbox for the slideshow and topten widgets. This works well from a subpage of my website which is using the default (full width) template but when used on my home page, which uses the page with sidebar template, Lightbox is opened but shows behind the slideshow and sidebar. Is this an issue with my theme (photocrati) or WPPA? Any suggestions on how to fix would be very welcome. My site is http://www.leerigby.net

    http://wordpress.org/extend/plugins/wp-photo-album-plus/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Standard is (element style):

    #wppa-overlay-bg {
    z-index: 100090;
    }
    #wppa-overlay-ic {
    z-index: 300096;
    }

    You can change it in a css (make it even larger) with using !important like:

    #wppa-overlay-bg {
    z-index: 300090 !important;
    }
    #wppa-overlay-ic {
    z-index: 100096 !important;
    }

    Sorry i can not say more, you protected the page against rightclick

    Thread Starter riggers

    (@riggers)

    I’m not very clued up on html or the ins and outs of wordpress themes unfortunately. Would you be able to explain where that code should be dropped?

    Thread Starter riggers

    (@riggers)

    A pal of mine helped me fix it and by editing the file wppa-style.css with the single line marked z-index as follows:

    /* Slideshow */
    .slide-frame {
    	position: relative;
    	width: 100%;
    	padding: 0 !important;
            z-index: 1; /* This line of code is what fixed the z-index problem between lightbox and the slideshow! */
    }

    Is that what you meant?

    Thread Starter riggers

    (@riggers)

    And like I said in another post this is a fantastic plug in – all credit to you. And thanks for the support too. Donation sent from rigbys.biz. Thanks very much.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Be carefull now with selecting other slideshow animation types, thay may set the z-index to 80 or 81. But, if it works, it works. Thanx for the donation.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Lightbox not on top’ is closed to new replies.