Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10034187
    Tsokotsa-mz
    Participant

    Hi, I am trying to add a vide on my website and i want the same effect as a popup-youtube effect. If i add the example below:

    <div class="col-lg-4">
        <a href="http://www.youtube.com/watch?v=0O2aH4XLbto">Open YouTube Video</a>
    </div>

    i dont get the popup effect, the video just loads on a separate window. and i want it to load as popup.


    #10034195
    Support
    Keymaster

    Hello,

    There are some extra thing you need to do:

    1) First change the HTML to:

    <div class="col-lg-4">
        <a href="http://www.youtube.com/watch?v=0O2aH4XLbto" class="popup-youtube">Open YouTube Video</a>
    </div>

    2) Make sure you have the magnific popup stylesheet included in the head of document:

    <link rel="stylesheet" href="vendor/magnific-popup/magnific-popup.min.css">

    3) Make sure you have the magnific popup javascript included on footer of document:

    <script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>

    4) Add this script below on footer of document:

    <script src="js/examples/examples.lightboxes.js"></script>

    * Add this script after theme.init.js.

    Please try that and let us know if you need further assistance.

    Kind Regards,

    Rodrigo.


    If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.