-
AuthorPosts
-
December 6, 2016 at 2:29 pm #992592
Hi, I have set up a hotspot module on my dev site. This is an SSL secured site. The hotspot looks great, but it also gives me SSL warnings. The problem is that it loads an external resource from a hardcode non-https-location:
http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css
If you change the resource location to use the https-version (which works fine), the problem is fixed. The reference is located in assets/css/style.css:
@import url(‘http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css‘);
Make this:
@import url(‘https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css‘);
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 7, 2016 at 1:37 am #992726Hi,
Thanks for your feedback, you can try to apply this way to your site
- Open modules/mod_jaimagehotspot/assets/css/style.css file
find and change
@import url('http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css');
to
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css');
- Open modules/mod_jaimagehotspot/assets/elements/jaimgextrafields/imgextrafields.css file
find and change@import url('http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css');
to
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css');
I will report this bug to development team and they will update it in next release
Regards
December 7, 2016 at 8:24 am #992846Thanks. I made the changes and the module displays nicely now. Thanks for updating the next release.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 8, 2016 at 1:35 am #993048Hi,
Glad to hear my suggestion helped and I will close this thread now.
Regards
November 3, 2017 at 11:11 am #1072134I am disappointed to see that this simple change has not yet been included in the software. Can you please inform the developers again?
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
November 6, 2017 at 7:17 am #1072572 -
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by Luna Garden 7 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum