WP Filebase Breaks SSL
-
I’ve got an e-commerce site that uses WP Filebase (latest version) and on my SSL pages it’s somehow loading the folder icons (which shouldn’t be loading in the first place) in non-SSL URLs, which breaks the site lock.
The problem is that
WP_CONTENT_URL
doesn’t take SSL into account, so it always loads the https:// URL for the folder icons. It should usesite_url( 'wp-content');
instead so that the correct URL is passed.Further, I’d like a clean way to remove the treeview scripts from pages that don’t need them (to help speed up the site, instead of loading unnecessary JS files on every page).
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WP Filebase Breaks SSL’ is closed to new replies.