Showing 1 – 5 of 5 replies
justyaan

I just purchased this wonderful […]

justyaan PURCHASED
6 years ago
Hello,

i just purchased this wonderful portfolio and i'm facing a little issue

So basically i wanted when someone is clicking on an image to show up on a popup box. So the code goes like :

<div class="work-item tall branding">
<a class="gallery" href="assets/images/portfolio/img-123.jpg" title="Q Logo Design" class="image-link">>
<img src="assets/images/portfolio/img-123.jpg" alt="">
<div class="work-caption font-alt">
<h3 class="work-title">Q Logo Design</h3>
<div class="work-descr">
Branding
</div>
</div>
</a>
</div>

And it works perfectly. The problem is i now want a youtube video to show up on a similar popup box :

<div class="work-item wide-tall branding photo web">
<a class="gallery" href="https://www.youtube.com/watch?v=bE2h1GTtBU0" title="Iphone - Drop of ink" class="image-link"">
<img src="assets/images/portfolio/img-6.jpg" alt="">
<div class="work-caption font-alt">
<h3 class="work-title">iphone</h3>
<div class="work-descr">
Branding / Photo / Web
</div>
</div>
</a>
</div>

When i click on the thumbnail of the video it brings the video but in the youtube web page, and not as i expected, that is to say in a popup box. Help please !

Thanks in advance
Double Theme
Double Theme SELLER
6 years ago
Hello,

Thank you for purchase our template.

Change class "gallery" to "video-pop-up". Example:

<a class="gallery" href="https://www.youtube.com/watch?v=bE2h1GTtBU0" title="">
<a class="video-pop-up" href="https://www.youtube.com/watch?v=bE2h1GTtBU0" title="">
justyaan
justyaan PURCHASED
6 years ago
Hi,

Thank you for your help, really appreciated.

I just changed the class "gallery" to "video-pop-up"

<div class="work-item wide-tall branding photo web">
<a class="video-pop-up" href="https://www.youtube.com/watch?v=bE2h1GTtBU0" title="">
<img src="assets/images/portfolio/img-6.jpg" alt="">
<div class="work-caption font-alt">
<h3 class="work-title">iPhone Drop of Ink</h3>
<div class="work-descr">
Branding / Photo / Web
</div>
</div>
</a>
</div>

So now when i click on the thumbnail it brings a popup box but no video appears. Just a popup box with a black screen. Furthermore, when i wait for about 20 seconds on the black screen popup box the message "this file might have been moved or deleted" shows up

I don't know what to do.

Thanks in advance.
Double Theme
Double Theme SELLER
6 years ago
Hi,

I upload example for you: http://themes.2the.me/Vortex-v1.0.7/Site/index-8.html

Did you test your site online?
justyaan
justyaan PURCHASED
6 years ago
Just a quick update to let you know that this is actually working fine

Thank you !
Double Theme
Double Theme SELLER
6 years ago
Check last portfolio item*