Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #617719

    Hi!

    I use a widget of my webinar-provider, which looks great in different browsers but not in Internet Explorer (eg 11). In IE I see a strange too big frame around the widget.

    You can see the widget (“Naechste Webinare”) on the right side of:
    http://www.webinartrainer.eu/blog/

    I use the code:
    <iframe src=”https://www.edudip.com/embed/index?userId=MS0tbnVoeDRlaThzMTA2NDM&useCss=code-four&#8221; scrolling=”no” style=”border:none; overflow:hidden; width:297px; height:364px;” allowTransparency=”true”></iframe>

    Has this issue something to do with enfold?

    Best wishes,
    Ronald

    #617804

    Hey WRonald!

    I asked my teammates to check your website on IE11. Please kindly wait to hear from them.

    Cheers!
    Yigit

    #617878

    Hey!

    The closing and opening quotes used is a differ character set we replaced the double quotes and it is working correctly in IE and other browsers. Please use the below code.

    <iframe src="https://www.edudip.com/embed/index?userId=MS0tbnVoeDRlaThzMTA2NDM&useCss=code-four" scrolling="no" style="border:none; overflow:hidden; width:297px; height:364px;" allowTransparency="true"></iframe>
    

    Cheers!
    Vinay

    • This reply was modified 8 years ago by Vinay.
    #618751

    Hi!

    Thanks a lot for the new code. Unfortunately I still have this frame, although I refreshed the page and deleted the cache.

    Strange: when loading the page I see for half a second an error-message within the too big frame. After that the widget occurs and the too big frame stays.

    What can I do?

    Best wishes,
    Ronald

    #621019

    Hi!

    Please try this in the Quick CSS field:

    #text-8 iframe {
        width: 202px !important;
        height: 222px !important;
    }

    Regards,
    Ismael

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