Full width map

  • DavidBoggitt
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
6 years 3 weeks ago - 6 years 3 weeks ago #11553 by DavidBoggitt
Full width map was created by DavidBoggitt
Hi there,

I have been reading the documentation, but I can't get this to work correctly.

I have created a map, with a width of 0 and a height of 0.

I have created a menu item to this map, but I don't know what to put in the width/height for the menu item.
  • If I leave them blank, the map doesn't show
  • If I make them both 0, the map doesn't show
  • If I give them values, the map does show

Could you possibly help please?

The page is here: www.drb-holding1.co.uk/common-venues

I will try to find out the problem in the meantime.

Many thanks,

Dave.
Last edit: 6 years 3 weeks ago by DavidBoggitt.

Please Log in or Create an account to join the conversation.

More
6 years 3 weeks ago #11554 by Dima
Replied by Dima on topic Full width map
Hi.
I many times wrote on forum about height.
As for width: open map details and set width to 0, it means 100% of width. In menu item properties you can override map width, new value (if you wish). In this case map will use all container where it is.
As for height - modern templates have nested divs, and if div is empty, it collapsed and you don't see it (visually). In map case, when map is loading, current its div is collapsed (because not any data in it), therefore if you set height to 0, then 100% height not works due to collapsed div. In this case you have to set height, and if you want to have map, you need to set 100% height for all nested div up to top.
In my demo for full screen div I use my own template without nested divs, and it show full screen map correctly.

In your case, you can have a few resolutions
1 - have fixed height, for example 400 px, and by default you can on map button to switch map in full screen.
2 - you can try to create your own div with height which is displayed block in any case has height (not collapsed), and call plugin here
2a - you can set CSS Name in map details, which change map div class from default to yours, and set like #2 styles to have map div height by styles

Don't forget support my developments: post review in JED , donate , help with translation ;)

Please Log in or Create an account to join the conversation.

Time to create page: 0.108 seconds

Donate


Go to top