Hello,
I am fan of Phoca maps module/plugin for joomla and I use it in couple of websited, however, I noticed that on every site there is a display problem.
On a side of the map I cant see that little yellow guy to switch to street view. It's there but it's invinsible. Also when I click "get route" and then "print route" there is nothing on a print page.
Module is updated to latest version so there shouldn't be updated problems.
Does somebody know what could be the problem?
Thanks!
Phoca maps display problems
- Jan
- Phoca Hero
- Posts: 48706
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca maps display problems
Hi, testing now, see no problems:
https://www.phoca.cz/joomla3demo/phoca-maps-demo
Both, street view and route are working normally there
Jan
https://www.phoca.cz/joomla3demo/phoca-maps-demo
Both, street view and route are working normally there

Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 07 Apr 2014, 11:00
Re: Phoca maps display problems
Hello,
I see on your link that map is working properly but on mine left side is a bit messy.
Take a look here: zoocentar.hr/index.php/gdje-smo
I have same module on two other sites and same problem shows there also.
I have no idea what could be the problem. Is there a new version of phoca maps plugin maybe? Could plugin be the problem?
I see on your link that map is working properly but on mine left side is a bit messy.
Take a look here: zoocentar.hr/index.php/gdje-smo
I have same module on two other sites and same problem shows there also.
I have no idea what could be the problem. Is there a new version of phoca maps plugin maybe? Could plugin be the problem?
- Jan
- Phoca Hero
- Posts: 48706
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca maps display problems
Hi, I think not, plugin or component, both use the same api, so there should not be any difference 
But on your site I see that the displaying of navigation is wrong (caused by template, mostly bootstrap conflict) - update to newest Phoca Maps version or add the following code to your CSS:

But on your site I see that the displaying of navigation is wrong (caused by template, mostly bootstrap conflict) - update to newest Phoca Maps version or add the following code to your CSS:
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;
}
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 07 Apr 2014, 11:00
Re: Phoca maps display problems
Excelent! This code fixed the map.
I added code to main CSS under the 'body' tag.
Thanks alot!
I added code to main CSS under the 'body' tag.
Thanks alot!

- Jan
- Phoca Hero
- Posts: 48706
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact: