Forums › Forums › Search & Filter Pro › design
Tagged: design
- This topic has 38 replies, 2 voices, and was last updated 5 years, 9 months ago by Anonymous.
-
Anonymous(Private) February 20, 2019 at 4:15 pm #202808
and modifie my seach button like that : https://codropspz-tympanus.netdna-ssl.com/codrops/wp-content/uploads/2013/06/CreativeButtons.png
Trevor(Private) February 21, 2019 at 12:07 pm #202848To 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.
-
AuthorPosts