Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter gunbunnysoulja

    (@gunbunnysoulja)

    Looks like /wp-content/plugins/newsletter/do/subscribe.php was the culprit. F12 Console on Chrome said it HTTPS page trying to submit to HTTP address.

    I threw /wp-content/plugins/newsletter/do/subscribe.php on my HTTPS plugin filter and that resolved the issue.

    Thread Starter gunbunnysoulja

    (@gunbunnysoulja)

    Only downside to that route is since widget is on home page, the page will initially send on HTTPS then route to HTTP..

    Hmm, any option so i can fix this on the backend?

    Plugin Author Stefano Lissa

    (@satollo)

    Hi the URL used by the Newsletter widget is generated (if you didn’t code a custom form) with the plugins_url() function of WordPress that should generate an HTTPS URL is this is your WP configuration.

    Eventually copy the genetated form code, change the “action” attribute of the form tag and forse the HTTPS.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No Green SSL Lock on Chrome?’ is closed to new replies.