Skip to:
Content
Pages
Categories
Search
Top
Bottom

press esc to cancel not working in default as well as child theme.


  • chouxpastry2002
    Participant

    @chouxpastry2002

    hi guys,

    I have installed Buddypress on one of my development site. And developing a child theme for it. I am facing one problem that is when i press reply on any activity reply box opens but it wont goes off if i press escape can anyone please guess what could be problem. I havent changed any thing as regards to core of buddypress.

    I have checked the error console in my Firefox but not showing any error either so that i can track it down.

    Regards,
    Sam

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

  • chouxpastry2002
    Participant

    @chouxpastry2002

    it works on my hosting server was not working on my xamp on my local machine.


    Tmort
    Participant

    @tmort

    Not sure if you ever got an answer to this, but I was looking for one. I just built my own custom cancel button and got rid of the “esc to cancel” text.

    ` $j(‘.ac-reply-content’).append(‘Cancel Reply‘);

    $j(‘.cancel-reply’).click(function(){
    $(this).parent().parent().slideUp( 200 )
    });
    `

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘press esc to cancel not working in default as well as child theme.’ is closed to new replies.
Skip to toolbar