Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Enfold + LayerSlider WP with https issue #595526

    hi,

    I am having the same issue, but not quite sure how/where to include the ‘if condition’ in /wp-content/themes/enfold/config-layerslider/LayerSlider/classes/class.ls.sources.php

    The first part of BugfreeSystem’s solution I can follow:

    into: function urlForSkin (line 127)
    and add before: return str_replace(‘\\’, ‘/’, $url);
    this: $url = str_replace(‘http:’, ‘https:’, $url);

    But not sure how to proceed after that with the condition. And maybe I need to change the condition?

    In any case, in Chrome I have no problem with the http in the skinsPath name. It’s in Firefox that the http gives a security problem.

    Or maybe there is an alternative to change the path from http to https ?

    Thanks,

    Nicholas

Viewing 1 post (of 1 total)