Comments on: Divi Change the Filterable Buttons to a Drop-down Select https://diviplugins.com/divi-change-the-filterable-buttons-to-a-drop-down-select/ Wordpress plugins for Elegant Theme's Divi Tue, 14 Dec 2021 17:36:45 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Brad Crawford https://diviplugins.com/divi-change-the-filterable-buttons-to-a-drop-down-select/#comment-96226 Tue, 14 Dec 2021 17:36:45 +0000 https://diviplugins.com/?p=39651#comment-96226 In reply to Michael Roberts.

Hi Michael! The order should be the same as the order of the buttons. Is this not the case on your page?

]]>
By: Michael Roberts https://diviplugins.com/divi-change-the-filterable-buttons-to-a-drop-down-select/#comment-96020 Thu, 09 Dec 2021 01:09:56 +0000 https://diviplugins.com/?p=39651#comment-96020 This worked GREAT for me! But only one small item. The order is out of order. How would you add a sort function to this jquery? Thanks in advance!

]]>
By: Brad Crawford https://diviplugins.com/divi-change-the-filterable-buttons-to-a-drop-down-select/#comment-73622 Wed, 30 Sep 2020 21:56:11 +0000 https://diviplugins.com/?p=39651#comment-73622 In reply to backman.

I’m not sure what you mean. The menu is generated by the filter buttons. This code will simply convert the buttons into a dropdown select. If you’re wanting to change the appearance of the dropdown, that’s well beyond this tutorial but you might want to take a look here – https://www.filamentgroup.com/lab/select-css.html

]]>
By: backman https://diviplugins.com/divi-change-the-filterable-buttons-to-a-drop-down-select/#comment-73602 Wed, 30 Sep 2020 17:54:34 +0000 https://diviplugins.com/?p=39651#comment-73602 Hi.

How can u cosumize the dropdown menu in this code?

/T

]]>
By: Brad Crawford https://diviplugins.com/divi-change-the-filterable-buttons-to-a-drop-down-select/#comment-70455 Tue, 04 Aug 2020 13:30:03 +0000 https://diviplugins.com/?p=39651#comment-70455 In reply to Nadine Schmelzkopf.

Fixed! THANK YOU for bringing that to our attention Nadine!

]]>
By: Nadine Schmelzkopf https://diviplugins.com/divi-change-the-filterable-buttons-to-a-drop-down-select/#comment-70454 Tue, 04 Aug 2020 13:22:14 +0000 https://diviplugins.com/?p=39651#comment-70454 I don’t see a code?

]]>
By: Brad Crawford https://diviplugins.com/divi-change-the-filterable-buttons-to-a-drop-down-select/#comment-67940 Wed, 17 Jun 2020 20:23:43 +0000 https://diviplugins.com/?p=39651#comment-67940 In reply to Philip Borup.

Hi Philip! We are in the process of adding this to the Divi FilterGrid plugin as an option. In the meantime, we do have a temporary javascript solution. If you could create a support ticket or shoot us a message, we would be happy send this to you. Thanks!

]]>
By: Philip Borup https://diviplugins.com/divi-change-the-filterable-buttons-to-a-drop-down-select/#comment-67205 Fri, 05 Jun 2020 15:32:59 +0000 https://diviplugins.com/?p=39651#comment-67205 Is it possible to tweak this script and use it with DIVI Filter Grid?

]]>
By: Brad Crawford https://diviplugins.com/divi-change-the-filterable-buttons-to-a-drop-down-select/#comment-66186 Tue, 19 May 2020 23:32:40 +0000 https://diviplugins.com/?p=39651#comment-66186 In reply to Michael Keultjes.

Hi Michael! You should be able to do this with CSS. At the bottom of the script above, we are hiding the original filters using jquery hide() function. You should be able to use a media query to display them only if the browser is over 1280px. Try this:
@media only screen and ( min-width: 1280px ) {
.et_pb_portfolio_filters ul li {display: list-item !important;}
.et_pb_portfolio_filters select {display: none !important;}
}

]]>
By: Michael Keultjes https://diviplugins.com/divi-change-the-filterable-buttons-to-a-drop-down-select/#comment-65875 Fri, 15 May 2020 09:58:12 +0000 https://diviplugins.com/?p=39651#comment-65875 Any way to activate the dropdown at a specific breakpoint? I only need it, below 1280px screen width…

]]>