Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Cufon] SSL problems due to WP_PLUGIN_DIR’ is closed to new replies.