Place a dropdown with just Categories

This topic contains 4 replies, has 3 voices, and was last updated by  Paolo 5 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #435763

    Joshua
    Expired Member
    Post count: 43

    I would like to place a dropdown of categories in the sidebar.

    There is a shortcode to place a search field and a category dropdown list. Is there any short code to place just a category dropdown list?

    Thanks

    #435776

    Kor
    Moderator
    Post count: 16516

    Hi Mike,

    Thanks for your post. Unfortunately, GD has no dropdowns for GD categories.

    Thanks!

    #435816

    Paolo
    Site Admin
    Post count: 31206

    Or you could use the shortcode to place a search field and a category dropdown list and hide the 1st…

    #435817

    Joshua
    Expired Member
    Post count: 43

    I was wondering if that was possible.

    I did place the shortcode in a side bar menu, but was wondering how to hide the search field and only display the categories.

    How do you hide the search field?

    Thanks

    #435820

    Paolo
    Site Admin
    Post count: 31206

    with css:

    
    
    .gd-search-field-search {
    
        display: none;
    
    }

    Pate that into GeoDirectory > Design > Scripts > Custom css.

    Thanks

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

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

Open Support Ticket