I am building a website that includes three html objects which are links to an affiliate but nothing shows in internet explorer, at least not on my devices, but shows on other browsers.
Does anyone else have this problem viewing it and if not any suggestions as to why it doesn't show would be appreciated.
http://www.flighteasy.co.uk
Cheers
HTML not showing
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: HTML not showing
Where on your website do I need l to look?
What is the code you have added?
What is the code you have added?
Re: HTML not showing
Underneath each section of Flights, Car Hire and Hotels I placed an html object with a variation of this code
Code: Select all
<div
data-skyscanner-widget="SearchWidget"
data-locale="en-GB"
data-market="GB"
data-currency="GBP"
data-button-colour="ffffff"
data-flight-type="return"
data-powered-by-logo-colour="dark"
></div>
<script src="https://widgets.skyscanner.net/widget-server/js/loader.js" async></script>
Re: HTML not showing
It looks ok for me.
But maybe it is related the https vs http?
But maybe it is related the https vs http?
Re: HTML not showing
Hi Pablo, did you view it in Internet Explorer, this is the only browser they do not show up in.
Cheers
Cheers
- BaconFries
-
- Posts: 5939
- Joined: Thu Aug 16, 2007 7:32 pm
Re: HTML not showing
Looking at the source you are using Layout Grids you should note that Internet Explorer does not support CSS layout grid, so this may explain why it will not work in IE.
Re: HTML not showing
I think the script just does not support IE.
Re: HTML not showing
Thank you both, I will look for a solution.
Cheers
Cheers