×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: full screen mode not showing categories description

full screen mode not showing categories description 12 years 10 months ago #12682

  • Eliecer Marchante
  • Eliecer Marchante's Avatar Topic Author
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
Hi Daniel,

Using regular size map, if i move the mouse over the categories markers, a small windows is showing the description of the category. But if I am using full screen map, the description is missing, nothing is popping up.

I created this test site before full installation
http://vernonvirtualbc.ca

full screen mode not showing categories description 12 years 10 months ago #12686

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
This is a css problem.
Add a class
.tip-wrap {
z-index:9999;
}

and it should work.

Once we make the fullscreen map we set a z-index of the hotspots div to 9998. This way if you have some other elements on the page that have a z-index they will stay behind the map.
but since your tip-wrap doesn't have a z-index it is not visible...

full screen mode not showing categories description 12 years 10 months ago #12692

  • Eliecer Marchante
  • Eliecer Marchante's Avatar Topic Author
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
Hi Daniel,

The small windows is showing the description of the category under the categories markers in all maps mode, and not only in full screen mode.

full screen mode not showing categories description 12 years 10 months ago #12693

  • Eliecer Marchante
  • Eliecer Marchante's Avatar Topic Author
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
That code fixed the problem.

Thanks.
  • Page:
  • 1
Time to create page: 0.116 seconds