Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1409795

    Hello,
    I have a problem integrating the booking portal easybooking via iFrame. If I include this, it appears in a black background. If I include any other pages, the problem does not exist. They are displayed correctly. For testing purposes I have installed the plugin “EasyFanceBox”. If I use this, the correct integration of the book portal also works. Can you help me possibly?

    Thanks a lot
    with iframe
    without iframe

    #1409830

    Hey sebba,

    Thank you for the inquiry.

    How can we reproduce the issue? The form appears to be functioning correctly on the test page above. Did you remove the lightbox link?

    Please provide more details or steps to reproduce the issue so that we can better understand and assist you.

    Best regards,
    Ismael

    #1409836

    Hey Ismael,
    The screenshot above is without lightbox. The lower black one with lightbox.
    Do you see the link I added for moderators? You could test it with that.
    I created a button and inserted the link with the parameter ?iframe=true. That’s it 😊

    #1410044

    Hi,

    Thank you for the update.

    The first screenshot is not accessible and when we visited the above page, there is no button that opens a lightbox. Would you mind providing the first screenshot again? You can also use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot.

    Best regards,
    Ismael

    #1410061

    Hi,
    I have put a test page online. You can check it out here.

    I hope this helps you

    Thanks a lot

    #1410174

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .mfp-iframe-holder .mfp-iframe-scaler iframe {
        background: #fff;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1410260

    Thanks a lot, it works :)
    Is there something like this in the documentation to read? I would like to enlarge the iframe in the mobile view because it is quite small there.

    #1410266

    Hi,
    For mobile try this css:

    @media only screen and (max-width: 767px) { 
    .mfp-iframe-holder .mfp-content {
        max-width: 95%;
        height: 80vh;
    }
    .mfp-iframe-holder .mfp-iframe-scaler {
    	height: 80vh;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1410387

    It works, thank you very much :-))

    #1410399

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Button -> Bookingportal -> iframe’ is closed to new replies.