pretty photo / youtube video popup
Hello,
until today i used the following code to show our youtube video in a modal popup:
<a href="" rel="prettyphoto"><img src="/wp-content/uploads/2016/12/play_video.jpg" class="scale-with-grid"></a>
I used this inside a text-widget. It shows a custom picture inside the footer and via click on this photo the video modal opens.
After updating to BeTheme 17.8.3 the pretty photo workaround does not work anymore.
As i read, pretty photo was removed.
Q:
What can i do here? How do i have to modify the code to keep my modal window in footer?
Thanks for your help!
Best Regards
Steffen
until today i used the following code to show our youtube video in a modal popup:
<a href="" rel="prettyphoto"><img src="/wp-content/uploads/2016/12/play_video.jpg" class="scale-with-grid"></a>
I used this inside a text-widget. It shows a custom picture inside the footer and via click on this photo the video modal opens.
After updating to BeTheme 17.8.3 the pretty photo workaround does not work anymore.
As i read, pretty photo was removed.
Q:
What can i do here? How do i have to modify the code to keep my modal window in footer?
Thanks for your help!
Best Regards
Steffen
Comments
I want to have a placeholder image in column 4 inside my footer and the video should be opened in a modal popup after clicking this placeholder image.
How can i do that after you don't support prettyphoto anymore?
<a rel="prettyphoto" href="#you-custom-id"><img src="link-to-image" /></a>
<div id="you-custom-id" style="display:none">popup content tekst</div>
It will work with the new popup script as well.
thanks