First of all, I am a huge fan of your Salient WordPress theme—it has really done wonders for our WordPress output quality and the efficiency of our process.
With that said, I have been dealing with a recent issue that I thought you might be able to speak on: we are using the theme's built in prettyPhoto.js capabilities to add video modals to our Tutorials page. We did this by adding the class "pp" to our anchor tag.
In general, this works fine—the modal video appears on click, at a reasonable size, and plays on load. BUT, there were two big issues:
the opaque background doesn't fill the screen—in fact, it is restricted to smaller divs on the right and left of the video, as shown in the image below
the close button is appearing over the sharing buttons
Attached is an example.
Have you run into or seen this problem before? Is there anything you know to do to get around this? Your help would be greatly appreciated.
Hey again! It appears it's your plugin "WordPress video lightbox" that's adding styles that are half overwritting the theme's built in styles for prettyphoto - if you deactivated that you'd get the default look back :)
Hello!
First of all, I am a huge fan of your Salient WordPress theme—it has really done wonders for our WordPress output quality and the efficiency of our process.
With that said, I have been dealing with a recent issue that I thought you might be able to speak on: we are using the theme's built in prettyPhoto.js capabilities to add video modals to our Tutorials page. We did this by adding the class "pp" to our anchor tag.
In general, this works fine—the modal video appears on click, at a reasonable size, and plays on load. BUT, there were two big issues:
Attached is an example.
Have you run into or seen this problem before? Is there anything you know to do to get around this? Your help would be greatly appreciated.
Thanks!
Attached is a snippit of the code.
Hey Pantelis!
Is there anyway you can supply the URL for the page this occurs on so I can take a further look?
Hey again! It appears it's your plugin "WordPress video lightbox" that's adding styles that are half overwritting the theme's built in styles for prettyphoto - if you deactivated that you'd get the default look back :)
Oh, thanks! I will give that a try and let you know if we run into any errors.