This is on a local development environment that I cannot open to the public. The fancybox is being called as in: when the href=””>some text is clicked it will close the previous fancybox and open a new one but the vimeo video is not loaded into it.
‘<div id=”fancybox-content” style=”border-width: 10px; width: 500px; height: 281px; opacity: 1;”>
<iframe id=”fancybox-frame” name=”fancybox-frame1485524943427″ style=”border:0;margin:0;overflow:auto” src=”https://player.vimeo.com/video/154299754?” allowfullscreen=”” tabindex=”999″>
#document
<html><head></head><body></body></html>
</iframe>
</div>’
This is what the secondary fancybox code ends up looking like
Original code not including a href #bioPopup_1
<div id="imgdiv1" class="Fred_Bourland">
<img id="img1" class="people-thumb" src="/wp-content/uploads/2017/01/photo-Fred-Bourland.jpg" />
<div><p>Fred Bourland</p></div>
</div>
<div style="display:none" class="fancybox-hidden">
<div id="bioPopup_1" class="bioPopup" >
<h2>Fred Bourland</h2>
<img src="/wp-content/uploads/2017/01/photo-Fred-Bourland.jpg" />
<p><b>Keiser, AR<br/>Inducted: 2015</b>
<br/><br/>
It has been said that Dr. Fred Bourland likely understands the cotton plant and how it grows better than any other cotton breeder. This understanding has enabled him to develop a number of plant measurements and techniques, many of which are now being used by other cotton breeders as well as cotton scientists in other disciplines.
In addition to developing and releasing more than 80 cotton lines (germplasms and cultivars), Bourland has also cultivated interest and excellence among his students at universities in Arkansas and Mississippi. Notable among Bourland’s developments is combining the desirable characteristics of high yield and early maturity with high quality fiber.
</p><p class="play-video" >
Dr. Bourland discusses his role in the development of new cotton varieties.<a href="https://vimeo.com/154299754"><img src="/wp-content/uploads/2017/01/play.jpg"></img></a>
</p>
</div>
</div>