SSL compatibility
-
Hi! Thanks for the wonderful plugin. It works great.
I recently traced a number of weird problems to the non-SSL links in SSL pages. Browsers refuse to load resources over non-SSL links when viewing an SSL page. This leads to blocking of CSS and JS from some of the plugins. More detail here: http://snippets.webaware.com.au/snippets/cleaning-up-wordpress-plugin-script-and-stylesheet-loads-over-ssl/
Could you fix upPrev to use a call to plugins_url() instead of WP_PLUGIN_URL, please? This change in line 102 of upprev.php worked wonders for me:
// $plugin_path = WP_PLUGIN_URL.'/'.str_replace(basename( __FILE__),"",plugin_basename(__FILE__)); $plugin_path = plugins_url().'/upprev/';
Thanks in advance,
Tigr
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘SSL compatibility’ is closed to new replies.