Hello,
Great Cufon plugin!
One little easily fixable issue though - Can you replace instances of the WP_PLUGIN_DIR constant with the function plugins_url()? This will fix SSL mixed content warnings when pages are loaded over SSL.
Cheers
Hello,
Great Cufon plugin!
One little easily fixable issue though - Can you replace instances of the WP_PLUGIN_DIR constant with the function plugins_url()? This will fix SSL mixed content warnings when pages are loaded over SSL.
Cheers
Hi, I am getting the same problem - could you help?
over https the cufon plugin is being pulled in over http which makes the whole page look insecure.
which bits do I need to change, I presume its in this bit?
"if ( ! defined( 'WP_CONTENT_URL' ) )
define( 'WP_CONTENT_URL', get_option( 'siteurl' ) . '/wp-content' );
if ( ! defined( 'WP_CONTENT_DIR' ) )
define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );
if ( ! defined( 'WP_PLUGIN_URL' ) )
define( 'WP_PLUGIN_URL', WP_CONTENT_URL. '/plugins' );
if ( ! defined( 'WP_PLUGIN_DIR' ) )
define( 'WP_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins' );"
thanks to anyone.
You must log in to post.