Home Forums WoodMart support forum Widget filter not working on pop up

Widget filter not working on pop up

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #233310

    Omar
    Participant

    Hi guys, I want to review with you a problem we have with the filter widget. This widget was placed in a pop up that loads on the home page in the mobile version of the website and does not display the attribute options.

    Image link: https://imgur.com/4pnfOZ9

    Web link: https://clickpremium.mx

    Attachments:
    You must be logged in to view attached files.
    #233368

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for purchasing our theme and contacting our support center.

    Try to add the following code snippet to the Custom JS area on a document ready in Theme Settings to fix this issue.

    jQuery( document ).on( 'elementor/popup/show', () => {
    	woodmartThemeModule.productFilters();
    } );
Viewing 2 posts - 1 through 2 (of 2 total)