Page 1 of 1

Phoca maps display problems

Posted: 07 Apr 2014, 11:10
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!

Re: Phoca maps display problems

Posted: 08 Apr 2014, 23:16
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

Re: Phoca maps display problems

Posted: 09 Apr 2014, 11:47
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?

Re: Phoca maps display problems

Posted: 13 Apr 2014, 18:39
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;
}

Re: Phoca maps display problems

Posted: 18 Apr 2014, 09:34
by Cikiriki
Excelent! This code fixed the map.
I added code to main CSS under the 'body' tag.

Thanks alot! :)

Re: Phoca maps display problems

Posted: 21 Apr 2014, 19:17
by Jan
Ok