Not see the navigation control zoom

Phoca Maps - displaying maps in Joomla! CMS
lumarpa
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 19 Oct 2012, 13:40

Not see the navigation control zoom

Post by lumarpa »

Hello,

In the URL
csspain-cp56.webjoomla.es/index.php/empresa/red-oficinas

There is virtually ZOOM controls, which may not be the problem.
Can you give me help?

Thanks.
:) :) :)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Not see the navigation control zoom

Post by Jan »

Hi, see similar posts in this forum:

- update to the latest Phoca Maps
- or edit your template which is in conflict with maps (mostly old bootstrap designing), add:

Code: Select all

/* Bootstrap */
#phocamaps img {
  max-width: none;
}
#phocamaps.phocamaps img {
   border: 0px;
   box-shadow: 0px;
   margin: 0px;
   max-width: none !important;
}
#phocamaps-box img {
   max-width:none !important;
}
to your CSS.

Jan
If you find Phoca extensions useful, please support the project
Post Reply