Viewing Image Slider not working with Google Chrome desktop OS X
Image Slider not working with Google Chrome desktop OS X
|
User: Jamie B. 11 years ago
|
|
|
Hi there, LOVE Everweb. It's really saved my life after the death of iWeb because I'm terrible at coding. Its great and intuitive to use. Thanks. I found one quirk to the current version though. I used the Image Slider widget to place a slideshow gallery on some of my pages and this worked fine in Safari OS X and in iOS Safari & Chrome. But in Chrome desktop on OS X I found that the Image Slider would not load at all and that the full size images were just placed one after the other on the page. Looking at the Java Console onChrome it turned out that the problem was with the link to jquery in the html code that came with the slider. This is what I received: - Mixed Content: The page at 'https://dl.dropboxusercontent.com/u/1922561/Websites/suzylawlor.com/gallery/index.html' was loaded over HTTPS, but requested an insecure script 'http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js'. This request has been blocked; the content must be served over HTTPS. - So I downloaded the latest version of jQuery 1.x and 2.x and placed them in my ew_js folder and changed the html file for the pages to link to these rather than the jquery hosted online and there was no further conflict. i.e.... <!--[if lt IE 9]> <script src="../ew_js/jquery-1.11.3.min.js"></script> <![endif]--> <!--[if (gte IE 9) | (!IE)]><!--> <script src="../ew_js/jquery-2.1.4.min.js"></script> <!--<![endif]--> <script type="text/javascript" src="../ew_js/galleria-1.4.2.min.js"></script> <script type="text/javascript" src="../ew_js/galleria.classicmod.js"></script> <script type="text/javascript" src="../ew_js/imageCode.js"></script> <link rel="stylesheet" type="text/css" href="../ew_css/galleria.classicmod.css" /> The pages and slideshows load far quicker now too. Does that make sense? Hope so. Like I say I'm an amateur here. It was just with lots of google searching that I worked out the solution. And would it be possible to include this in the slider widget as default? When I publish my site it changes the html back and I have to re enter the altered code for each of the pages. It would be great if jquery was included in the widget rather than as a link. Many thanks for a great product. Best Jamie B |
|
|
User: Paul-RAGESW 11 years ago
|
|
|
Hi Jamie, This is fixed in version 1.8 which is in beta right now and can be found under the Announcements tab in this forum. ------------------------------- Paul EverWeb Developer |
|
| Post Reply |
| You must login or signup to post. |
