There’s a shortcomming of core WP that’s causing some of woodmart’s css to be served using the http protocol even though a site might be https.
See https://developer.wordpress.org/reference/functions/wp_upload_dir/#comment-2576
WoodMart uses wp_upload_dir() in the woodmart_enqueue_styles() function. It means any css served from the uploads folder is always http.
I know this is WP’s problem but implementing a workaround within the woodmart theme can’t be that challenging, and would prevent mixed content issues.
Something for the next update? 😉
Attachments:
You must be
logged in to view attached files.