Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #290396

    Hi, how can I inser an iframe with the new lightbox ?
    Thank you
    Luca

    #290437

    Hey Luca!

    Please add “popup-youtube” class to your link as shown here – http://pastebin.com/6UpxREyu

    Best regards,
    Yigit

    #290445

    Hey Yigit! Thank you for your answer but I need to insert an url external in my case https://www.hbb.bz/booking.php?lang=it&ID=Mzg3LWU3MzU4NQ&step=1
    the class popup.youtube doesn’t work like lightbox but open the url in the same page…
    Luca

    #290447

    Hey Luca!

    Please try “simple-ajax-popup” class instead

    Regards,
    Yigit

    #290456

    It doen’t work too….
    Luca

    #290535

    it does not work for me too

    #290697

    Hi!

    Thank you for the update.

    Right now, we’re still looking into making more simple but you can try this:

    On a text editor, add this code:

    <a class="iframe-popup" href="kriesi.at">Open PopUp</a>
    

    Then edit js > avia.js, look for this code on line 6:

    $(document).ready(function()
        {	

    Below, add this code:

    	$('.iframe-popup').magnificPopup({
      type: 'iframe',
      
      
      iframe: {
        patterns: {
          kriesi: {
           
            index: 'kriesi.at',
            
            id: '/',
            
            src: 'http://%id%'
            
          }
        }
      }
     
    });

    Change url on the index parameter.

    Regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.