Support Forums

The forums are closed and will be removed when we launch our new site.

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

Forums Forums Search & Filter Pro Dropdown doesn’t work on Elementor page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Bill Young
    #259233

    The query items show in Elementor post building page just fine but when I publish the page the dropdown list doesn’t show for a person to select. All other methods of selections (check box and radio) work just fine. The cursor does changes to a finger when hovering over the dropdown box area on the page but doesn’t cause the dropdown list to show.

    I have tried every combination in the Search&Filter Category setting without finding one that works.

    Any suggests on how to make the dropdown list show on the page?

    You can go to my test page and see how it is displayed at:
    https://gardenbytheseaoceanshores.org/x-post-archive-page/

    Thanks in advance for your help,
    Bill

    Bill Young
    #259234

    Here is a picture of the S&F display page:
    S&F display page settings

    Trevor Moderator
    #259243

    I can see that something is applying ‘Nice Select’ javascript to our select box (maybe your theme), which is hiding our field and showing a different field, but it is not copying across the terms. That you would need to talk with the theme author about (probably best to stop it from doing that). Some custom CSS could hide the nice select version of the field and reveal our field. For example:

    .searchandfilter[data-sf-form-id="4693"] .sf-input-select:not(.nice-select) {
        display: inline-block !important;
    }
    .searchandfilter[data-sf-form-id="4693"] .sf-input-select.nice-select {
        display: none;
    }
    Bill Young
    #259359

    Trevor,

    Thanks for the CSS code. I entered it into the child theme and the dropdown list shows up just fine now.

    Bill

    Trevor Moderator
    #259363

    Thanks for letting me know. I will close this thread for now.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Dropdown doesn’t work on Elementor page’ is closed to new replies.