How to Adjust Transparent Menu Bar Below Map

This topic contains 17 replies, has 7 voices, and was last updated by  Gamer 9 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #1731

    directory
    Expired Member
    Post count: 1502

    How can I make the transparent menu bar use full width to match the map?

    I noticed drinking.directory has only 2 custom post types but the transparent menu bar spreads across the entire width of the page.

    #1744

    Guust
    Moderator
    Post count: 29970

    I think you have to change the CSS. It currently says

    .map-places-listing {
    max-width: 960px;
    }

    You can change that to

    .map-places-listing {
    max-width: 100%;
    }

    Note for Stiofan: Actually, I think that always needs to be 100% as it always is supposed to be 100% of the map.

    #1745

    directory
    Expired Member
    Post count: 1502

    Thank you, Guust. I tried looking for the file to edit but can’t figure out which one. Do you know which file?

    #1746

    Guust
    Moderator
    Post count: 29970

    Just add it to GDF Options > Quick code > CSS Code

    #1748

    directory
    Expired Member
    Post count: 1502

    Thank you, Guust.

    #1750

    directory
    Expired Member
    Post count: 1502

    How about the white background or line that shows up behind the transparent menu bar? How can I get it rid of it? If you look at drinking.directory, it doesn’t have that.

    #1754

    Guust
    Moderator
    Post count: 29970

    Add margin-top: -40px; as per below in your CSS

    .map-places-listing {
    max-width: 100%;
    margin-top: -40px;
    }

    Maybe Stiofan is fine-tuning the CSS for the next update, I bet he will make these little improvements, and that is maybe why his site looks different already.

    For your reference, you might try to get your head around the “Inspect element” feature of Firefox; that’ll help you understand the CSS and what to do about it: http://getfirebug.com

    #1767

    Paolo
    Site Admin
    Post count: 31206

    Guust is correct, the theme framework is a beta and still needs fine tuning.

    Next release will clean out all these minor issues.

    #1801

    Vikas
    Full Member
    Post count: 1128

    Hi,
    Thanks Guust for replying during weekend.

    #1843

    Galih Kusumah
    Free User
    Post count: 28

    Hi there,

    How to activate the transparent menu?
    Mine doesnt shows.

    Thanks

    #1867

    Guust
    Moderator
    Post count: 29970

    How to activate the transparent menu?

    You got to have at least one custom post type activated, I think. It seems you only have one custom type, Places.
    https://wpgeodirectory.com/addons/custom-post-types/

    #1868

    Galih Kusumah
    Free User
    Post count: 28

    oh…

    I see. Thanks a lot Guust

    #1869

    directory
    Expired Member
    Post count: 1502

    Hey Guust,

    Thank you for being helpful. We truly appreciate it.

    #3439

    Patrick
    Lifetime Member
    Post count: 86

    I would like to know how to disable both the place listings and categories overlay on the map.

    Thanks!

    #3498

    Vikas
    Full Member
    Post count: 1128

    Hi,

    There is not such option at this moment, you can use css to hide those panels only.

    Thanks

Viewing 15 posts - 1 through 15 (of 18 total)

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

Open Support Ticket