Phoca maps display problems

Phoca modules - support for all Phoca modules except Phoca Gallery modules
Cikiriki
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 07 Apr 2014, 11:00

Phoca maps display problems

Post by Cikiriki »

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!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47916
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca maps display problems

Post by Jan »

Hi, testing now, see no problems:
https://www.phoca.cz/joomla3demo/phoca-maps-demo

Both, street view and route are working normally there :idea:

Jan
If you find Phoca extensions useful, please support the project
Cikiriki
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 07 Apr 2014, 11:00

Re: Phoca maps display problems

Post by Cikiriki »

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?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47916
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca maps display problems

Post by Jan »

Hi, I think not, plugin or component, both use the same api, so there should not be any difference :idea:

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
Cikiriki
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 07 Apr 2014, 11:00

Re: Phoca maps display problems

Post by Cikiriki »

Excelent! This code fixed the map.
I added code to main CSS under the 'body' tag.

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

Re: Phoca maps display problems

Post by Jan »

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