Forums Forums Search & Filter Pro Result looks destroyed

Viewing 10 posts - 21 through 30 (of 35 total)
  • Anonymous
    #243423

    oh, wow :-O yes!
    You’re awesome

    That’s great

    Trevor
    #243425

    If you have a submit button, Auto Submit really needs to be OFF, I suggest.

    Trevor
    #243427

    You will see a new plugin that allows custom CSS and JS. I put the necessary JS in that.

    Anonymous
    #243429
    This reply has been marked as private.
    Anonymous
    #243432
    This reply has been marked as private.
    Trevor
    #243436

    I have figured why the submit button doesn’t work. If you add it back, I can fix it. It is just 2 extra lines of JS.

    Anonymous
    #243440
    This reply has been marked as private.
    Anonymous
    #243442
    This reply has been marked as private.
    Trevor
    #243445
    This reply has been marked as private.
    Trevor
    #243447

    This was the script that fixes the media player appearance and the buy button not working:

    (function ( $ ) {
      "use strict";
      $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
        $( window.wp.mediaelement.initialize );
        $('input.edd-add-to-cart').css('display', "none");
        $('a.edd-add-to-cart').addClass('edd-has-js');
      });
    }(jQuery));
Viewing 10 posts - 21 through 30 (of 35 total)