Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Looks like your site doesn’t have Http to Https redirect. Please note that the issue is not related to MetaSlider.

    You can try adding the code below to your .htaccess file:
    RewriteCond %{HTTPS} !=on
    RewriteCond %{REQUEST_URI} !^/\.well-known [NC]
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

    Thread Starter MarjoriesDaughter

    (@marjoriesdaughter)

    Thank you for your response and for suggesting the redirect.

    Is all internal addressing in MetaSlider https:// ?

    If so, is that so that it works on sites that do not have a secure certificate?

    MetaSlider’s links are relative to what you set in your WordPress URL.

    If you’re using http, then all MetaSlider links will be http, If you’re using https then all MetaSlider links will be on https.

    This should not be an issue with SSL at all. If you could provide a link where the http from MetaSlider is embedded, then I would gladly help you with your problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘https problem with MetaSlider -> FlexSlider’ is closed to new replies.