You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sup!
If you have SSL set only on a checkout page, it's breaking styles as it's only served with http. Totally normal behavior, class wise. But not ideal.
I might be able to use the set_url_scheme() function in the final URL
replacement. Is this for compatibility with WooCommerce or some other
checkout system?
Yeah mainly so it's good to go with SSL. I'm forcing SSL on only one page of the site with wp_redirect, so need that css request ideally should respect that pages redirect from http to https
Sup!
If you have SSL set only on a checkout page, it's breaking styles as it's only served with http. Totally normal behavior, class wise. But not ideal.
I fixed it temp with Wordpress HTTPS http://wordpress.org/plugins/wordpress-https/
I'm wondering if there's a more elegant way to handle this?
The text was updated successfully, but these errors were encountered: