hide the categories and the search field

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

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

Open Support Ticket
  • Author
    Posts
  • #436000

    TomFox
    Expired Member
    Post count: 41

    Hello,

    I would like to hide the categories and the search field on the map.

    If I set this here:Design – Map – > SHOW / HIDE POST TYPE AND CATEGORY ON MAP

    Then no entry is found on the map.

    How can I hide the categories and the search field?

    Best Regards

    Fox

    #436001

    Guust
    Moderator
    Post count: 29970
    #436167

    TomFox
    Expired Member
    Post count: 41

    Thanks, that already helped me a lot.
    Unfortunately I have not found to disable the CUSTOM POST TYPES under the map.
    Do you have any advice?

    #436179

    Alex Rollin
    Moderator
    Post count: 27815

    In the Map Design Settings you can hide any CPT or Category from the Map

    Geodirectory – Design – Map – Bottom of the page

    #436361

    TomFox
    Expired Member
    Post count: 41

    Hello, Alex,

    if I disable SHOW / HIDE POST TYPE AND CATEGORY ON MAP then I’m going to see no Map.
    I want the map to continue to be displayed.

    #436369

    Guust
    Moderator
    Post count: 29970

    You will need to do that with CSS but if you hide the CPTs then your visitors will never see other CPTs on the location page maps except the default CPT.

    #436387

    TomFox
    Expired Member
    Post count: 41

    hi, that’s not a problem. I use the search widget.
    I’m trying it already with css but css and I’m not friends 😉

    #436426

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    try this and let us know if that is what you are looking for:

    
    
    
    .map-places-listing ul.place-list li a {
        display: none !important;
    }
    

    For further CSS customization of the site you can contact a GD Expert here: http://geodirectoryexperts.com

    Or see our page on how to create Custom CSS: https://wpgeodirectory.com/docs/customizing-your-style/

    #436716

    TomFox
    Expired Member
    Post count: 41

    Thanks Alex for your Support, for me this works better.

    #geodir_map_v3_home_map_1_posttype_menu
    {
    display: none !important;
    }

    Best Regards

    #436719

    Alex Rollin
    Moderator
    Post count: 27815

    Excellent!

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

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

Open Support Ticket