Forums

[resolved] page-tagger 0.3 can't load javascript (3 posts)

  1. anexis
    Member
    Posted 2 years ago #

    I'm talking about the following plugin :page-tagger

    In a blank wordpress this plugin will work, but on my site this won't work:s the javascript won't load. While debuggin i found out that the add_action('wp_default_scripts', array(&$this, 'setup_scripts'), 100 );

    apparently the hook isn't triggered anymore, does anybody have an idea? I do use plugins such as flutter,...

  2. anexis
    Member
    Posted 2 years ago #

    I've found the problem! => The plugin Cimy User Extra Fields caused it! In the file "cimy_user_extra_fields.php" you can find the folowing code lines on 164,165

    wp_register_script("cimy_uef_upload_pic", $cuef_js_webpath."upload_pic.js", false, false);
    wp_register_script("cimy_uef_invert_sel", $cuef_js_webpath."invert_sel.js", false, false);

    When commenting these out, everything works again. U can hardcode the Javascript above the php-tags(that's what I did) and I haven't experienced any problems!

    Cheers!

  3. randomaniac
    Member
    Posted 2 years ago #

    This problem is now fixed in the latest version of the plugin -> http://wordpress.org/extend/plugins/page-tagger/

Topic Closed

This topic has been closed to new replies.

About this Topic