Okay
  Public Ticket #161366
Self-hosted video not displaying in gallery lightbox
Closed

Comments

  • Christopher started the conversation
    Self-hosted videos don’t seem to be playing in the lightbox gallery any more? I’m seeing it both on my site installation and the demo Salient site. http://themenectar.com/demo/salient/portfolio-4-columns/ Click on the watch video link for the “Self Hosted Video” portfolio item – It pops the lightbox, but the iframe is blank with no video player?
  •  1,043
    ThemeNectar replied

    Hey Christopher!

    This is indeed a bug of 3.1, but is very simple to fix. I also appreciate your descriptive title as it will be easier for others to find until the next release when the fix is included by default :)

    -

    All you need to do is open the file video.php located in wp-content/themes/salient/includes/portfolio-functions directory and change this:

    wp_head(); 

    into this:

    wp_head(); 
    wp_dequeue_script( 'my_acsearch' );  
    

    Cheers :)