Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

  • vusisindane
    Participant

    @vusisindane

    For some really odd reason this is not working for me.


    vusisindane
    Participant

    @vusisindane

    Wow this is really strange:

    this works
    `remove_action( “bp_adminbar_menus”, “bp_adminbar_random_menu”, 100 );`

    this does not work
    `remove_action( ‘bp_adminbar_menus’, ‘bp_adminbar_random_menu’, 100 );`

    can somebody explain why?


    vusisindane
    Participant

    @vusisindane

    Solved:
    Hi there guys, for me the problem was with the chronology of loading jquery. if you look in your header tag (on the screen that is supposed to show the cropping), you’ll notice that the cropping script is loaded right @ the top. Usually before jQuery (and other scripts) are loaded. So essentially, the jCrop script fires before jQuery is loaded and therefore gives an error.

    All I did was manually load jQuery at the top (after the pingback link). and before the wp_head() function. Everything is working perfectly now…

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar