Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #442015

    Hi,
    I`ve got to show about 14 iframes in the same page and that is collapsing my server. Is there a plugin to help with this situation?
    Or a way to create a button for each iframe to open in a modal / lightbox ?
    Thx

    #442817

    Hi Mono14!

    Thank you for using Enfold.

    Use the button shortcode and add the iframe=true parameter at the very end of the url. Something like this:

    http://kriesi.at?iframe=true
    

    Cheers!
    Ismael

    #943857

    This method just brings op a black box

    #944926

    Hi,

    @apremierdj
    : Please open a new thread so we can assist, we will want communicate in the Private Content area, such as your URL & admin login, but as this is not your thread your info will not be private.

    In your new thread Please create one button using this method on a test page, and include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #1188975

    What was the solution????

    #1189006

    Hi,
    To open a link in an iFrame, please structure your link like this:
    <a href="https://kriesi.at/?iframe=true">Open iFrame</a>
    then when the link is clicked this is the result:
    2020-02-29-045015

    Best regards,
    Mike

    #1189475

    How to resize the popup though?

    #1189957

    Hi,

    You can use this css code to adjust the maximum width of the popup or mfp content.

    .mfp-iframe-holder .mfp-content {
    	max-width: 90vw;
    }
    

    Best regards,
    Ismael

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