• Resolved jccedre

    (@jccedre)


    Clear Button doesn’t seem to be working. I have the a printed list of two different post types and that prints fine using this <?php the_user_favorites_list($user_id = null, $site_id = null, $include_links = false, $filters = $filters);?> But when it comes to using the clear button like so: the_clear_favorites_button($site_id = null, $text = null);

    I am unable to get it to clear all the favorites. Any ideas?

Viewing 1 replies (of 1 total)
  • Thread Starter jccedre

    (@jccedre)

    Nevermind, I figured out what was happening. I had the clear button inside of a modal window and the modal was stopping the click event ( event.stopPropagation() ) from being heard.

Viewing 1 replies (of 1 total)

The topic ‘Clear Button Not Working’ is closed to new replies.