Okay
  Public Ticket #323359
Vimeography compatibility
Closed

Comments

  • Sarunas started the conversation

    Hey guys,

    We're a video production company hoping to use the Vimeography plugin to display our portfolio work. Check out the URL mentioned above. When a thumbnail is clicked, the audio plays, but the video does not. A lightbox should open. We have used this plugin successfully in the past, and think it's a compatibility issue with Salient :(

    Can you take a look and see if you find the problem? We love the theme, and the plugin's pretty cool, too. We want to see them work together!

    Cheers & thanks,

    Sarunas

  •  8,844
    Tahir replied

    Hey!

    Its a css issue, Add this into the Custom CSS box located in your Salient Options panel :

    .fancybox-opened {
        z-index: 99999999999;
    }
    Thanks 


    ThemeNectar Support Team 

  • Sarunas replied

    Hi Tahir,

    I've added that code, the problem persists as before.

    Can you take another look now that the code is in place?

    Thanks!

    Sarunas

  •  8,844
    Tahir replied

    Hey Again!

    Please try with !important: 

    .fancybox-opened {
    z-index: 99999999999 !important;}
    

    Thanks 


    ThemeNectar Support Team 

  • Sarunas replied

    Yes! Works :)

    Thanks.