Login

To vote or comment, enter your email and we'll send a magic link

4

Facet support inside elementor popups

completed

Currently facets do not show up inside elementor popups. The elementor popup builder provides much more granular control vs the flyout add on. Supporting facets within elementor popups will allow me to create more advanced filtering UI's for my users on templates that have a lot of possible facets to filter by. (especially on mobile where having a ton of filters on the page is a bad UX)

2 years ago

Comments (1)

Possible solution:

jQuery( document ).on( 'elementor/popup/show', () => {
    FWP.refresh();
} );

Doc page: https://developers.elementor.com/elementor-pro-2-7-popup-events/

2 years ago