Viewing 8 replies - 1 through 8 (of 8 total)
  • It’s an issue of z-ordering. Fix your CSS. http://wordpress.org/extend/plugins/wp-jquery-lightbox/faq/

    Thread Starter Anonymous User 6640346

    (@anonymized-6640346)

    okay, at which place?

    here?

    #lightbox{
    	position: absolute;
    	left: 0;
    	width: 100%;
    	z-index: 10100;/*twentyeleven keeps the header at 999...*/
    	text-align: center;
    	line-height: 0;
    	}

    No. Fix *your* css. Editing the plugin css makes no sense as it is overwritten whenever there’s a new release.

    Just set the z-index of the youtube thingy to something below lightbox’. (eg. < 10100)

    Thread Starter Anonymous User 6640346

    (@anonymized-6640346)

    hmmm, in my theme is no youtube code.

    YouTube and oEmbed ist WordPress standard

    see here
    http://codex.wordpress.org/Embeds

    The old version of WP jQuery Lightbox worked fine!

    Then check your HTML for whatever id or class the youtube-thingy uses and augment your CSS to adress it.

    RX3

    (@rx3)

    Hello, i like this plugin because it shows automatically new images in lightbox.
    But how can i display video with this plugin?

    I am beginner, sorry.

    ulfben

    (@ulfben)

    This is not the droid you’re looking for. (It doesn’t do video.)

    RX3

    (@rx3)

    do you know which one does video? or will this feature come in the future?

    regards

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: WP jQuery Lightbox] Problems with embedded YouTube Videos’ is closed to new replies.