Dropdown is cut after update

This topic contains 5 replies, has 3 voices, and was last updated by  Alex Rollin 4 years, 12 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #487034

    Alfonso Sánchez Gómez
    Expired Member
    Post count: 67

    1) This morning I updated Geo Directory and now dropdown in search bar appears cut, I mean, not shown complete (image attached – capture.jpg).

    2) I also wanted to know if it’s possible that this dropdown wouldn’t show up until some character was typed in. I have activated the autocomplete by entering 3 characters but right now when you click on that field without typing anything, the categories appear in the dropdown

    3) I would also like to show you the categories in the advanced search in alphabetical order. (image attached – capture2.jpg).

    #487036

    Alfonso Sánchez Gómez
    Expired Member
    Post count: 67
    This reply has been marked as private.
    #487083

    Alex Rollin
    Moderator
    Post count: 27815

    Hi Alfonso,

    we will take a look and see what’s possible for a fix so it isn’t cut off. That’s a CSS fix we can help with.

    We are considering adding more options for the search bar. Right now the ones that are available are in 2 places:

    GD – Settings – General – Search and
    GD – Settings – Advanced Search

    Specifically it is only possible to disable the autocomplete to stop showing categories, and categories are shown as ordered by ID.

    #487300

    Kor
    Moderator
    Post count: 16516

    Hi Alfonso,

    Thanks for your patience. I’ve just inspected your Website and could you try using the custom CSS code below and see if it helps. It should limit the height of the dropdown so it doesn’t hide behind the content below.

    .gd_search_text+.gdas-search-suggestions,
    .snear+.gdlm-location-suggestions {
        max-height: 200px!important;
    }
    #488353

    Alfonso Sánchez Gómez
    Expired Member
    Post count: 67

    Ok, it works by reducing the height of the layer.

    Now I want to order alphabetically categories in advanced search, how can I do it?

    #488429

    Alex Rollin
    Moderator
    Post count: 27815

    That’s not possible without a customization at this time.
    For new questions please open a new topic.

    Thanks

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket