Forums Forums Search & Filter Pro Styling dropdown menu

Tagged: 

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

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

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

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

    Trevor
    #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)