Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • surfsimon Friend
    #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 Moderator
    #992726

    Hi,

    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

    surfsimon Friend
    #992846

    Thanks. I made the changes and the module displays nicely now. Thanks for updating the next release.

    Ninja Lead Moderator
    #993048

    Hi,

    Glad to hear my suggestion helped and I will close this thread now.

    Regards

    surfsimon Friend
    #1072134

    I 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 Moderator
    #1072572

    Hi,

    Thanks for reporting. I have noted your issue to the developer, this changes will be added on next version.

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 3 voices, and was last updated by  Luna Garden 6 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum