Support Forums

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro design

Tagged: 

Viewing 10 posts - 1 through 10 (of 39 total)
  • Hugault DAuvois
    #202791

    Hi Is it possible to custom submit bouton and imput ?
    I’m trying to power-up this wordpress css editor bug nothing … i would like design with css3 my bouton.
    thanks

    Trevor Moderator
    #202798

    You can apply custom css to any element in the form yes. If you can’t get it to work, show me with a live URL/link of what you have made already, and explain or show me what you want to achieve, and I will help.

    Hugault DAuvois
    #202804
    This reply has been marked as private.
    Hugault DAuvois
    #202808
    Trevor Moderator
    #202848

    To produce a dropdowns like that, and buttons like that (with the side icon) would not be a simple matter, and I cannot do this under our normal Support system. If you wish to improve the look of the dropdown and get the search button to look similar, this I can do. The simplest improvement would be to add the Select2 script to the dropdowns.

    You need to add a JavaScript to the page:

    <script>
    (function ( $ ) {
      $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
        $('select.sf-input-select').select2();
      });
    }(jQuery));
    jQuery(document).ready(function($){
      $('select.sf-input-select').select2();
    });
    </script>

    Then, if this looks OK, we can discuss the search button.

    Hugault DAuvois
    #202860

    what type of dropdown is possible to create with your solution ?
    i would like juste a clean UI

    Thanks

    Trevor Moderator
    #202862
    This reply has been marked as private.
    Hugault DAuvois
    #202864

    Yes is good for me.

    How and where can Select it / Edit ?

    Thanks

    Trevor Moderator
    #202924

    Did you add the javascript to the page, or do you need help with doing that?

    Hugault DAuvois
    #202926

    just says me witch file is ?
    and i do this.

Viewing 10 posts - 1 through 10 (of 39 total)

You must be logged in to reply to this topic.