Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #670504

    Hi,

    I’ve read a few forum posts on this topic already but my case is a bit for specific. I am trying to embed an iframe from a 3rd party booking engine that we are affiliated with, but whenever I try, it simply will not show. However, I am able to embed iframes for other things like youtube videos just fine. Why can’t I embed an iframe for this specific URL?

    This is the iframe URL I am having trouble with: <iframe src=”http://cs.cruisebase.com/cs/default.aspx?skin=667″></iframe&gt;

    #670896

    Hey cmulcan,

    Thanks for the details, on what page are you trying this?

    Regards,
    Rikard

    #670967

    Hi Rikard,

    I am trying this on the homepage. I have not tried it anywhere else yet, but we’ll want to be able to put it on all pages.

    Thank you,
    Chris

    #672178

    Hi,

    The embed code works fine on our installation. We placed it inside a text block:

    <iframe src="http://cs.cruisebase.com/cs/default.aspx?skin=667"></iframe>
    

    UPDATE: It’s not loading on the site because of the ssl issue. We changed the url from http to https. Test page here: https://icabaworldtravel.com/test/

    Best regards,
    Ismael

    #686498

    Thanks for helping getting the iframe to embed. Quick question: I embedded it in the homepage slider, and on mobile, the section is not responsively adjusting to fit everything in it cutting off the booking engine. You can see this by viewing the site on your mobile device. Why is this happening and how can I fix?

    #688879

    Hi,

    The iframe or booking content are not responsive. Please contact the script author and ask them to modify the style of the booking form. Unfortunately, we can’t do much on our side because we didn’t create the script. If you want, you can hide the booking form on mobile view.

    @media only screen and (max-width: 767px) {
       #dwTopDiv {
           display: none !important;
       }
    }

    Best regards,
    Ismael

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