Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author kavingray

    (@kavingray)

    Hi Elle,

    May i know What security error it generates?

    Do you refer to the scripts that are loaded from outside, eg. jQuery UI from Google CDN? All the other plugin scripts are loaded with wp_enqueue_script and so you will need HTTPS plugin. ??

    Thread Starter ellebillias

    (@ellebillias)

    i have the HTTPS plugin installed but it still says unsecured scripts – which I have tracked down to be your plugin. I have fixed it up myself but if you ever update I will have to fix it again.

    Plugin Author kavingray

    (@kavingray)

    How did you track it down and fix it? Mind sharing some details?

    Security is always high priority, Thanks for sharing. ??

    Thread Starter ellebillias

    (@ellebillias)

    I used this: https://www.ads-software.com/extend/plugins/wordpress-https-test/

    I was using your plugin on one of my Facebook pages and you know Facebook now requires https so not having the script secured was causing partial insecure content

    Thread Starter ellebillias

    (@ellebillias)

    then i just opened your .lib file and adjusted the links to https, i had to change one to use google’s api since they provide https and jquery does not

    Plugin Author kavingray

    (@kavingray)

    The only script enqueued from outside was jQuery UI. As per your suggestion i’ve changed it to https now. Rest of the scripts are attached with wp_enqueue_script and with https plugin it should definitely work.

    Thanks for the suggestions Elle.

    Thread Starter ellebillias

    (@ellebillias)

    Thanks ??

    Plugin Author kavingray

    (@kavingray)

    You’re welcome. Have a great day. ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: WP UI – Tabs, Accordions, Sliders] script generates a security error’ is closed to new replies.