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 Styling dropdown menu

Tagged: 

Viewing 4 posts - 11 through 14 (of 14 total)
  • Jonathan Pugh
    #249294
    This reply has been marked as private.
    Trevor Moderator
    #249346

    Try adding this to the customizer Addtional CSS (Appearance -> Customize):

    .searchandfilter[data-sf-form-id="7246"] > ul > li > label > select {
      visibility: hidden;
    }
    Jonathan Pugh
    #249348

    Added this in, but it didn’t change the speed.

    Trevor Moderator
    #249352

    I have done a little background reading on this general issue, and it seems there is little that can be done to improve that first load. It seems to be a jQuery issue, rather than select2. After the first load (when the dropdown is opened), the list is cached, and so is faster.

    As far as I can see, you have done all that you can to speed it up.

Viewing 4 posts - 11 through 14 (of 14 total)

The forum ‘Search & Filter Pro’ is closed to new topics and replies.