Page 1 of 1

Marker info box distorted and buggy map controll

Posted: 15 Jun 2012, 05:50
by gidge
HI,
i am running Joomla 2.5.4 and latest phocamaps.

When I click on a marker, the information box appears, but it is somewhat distorted and there is no visible "close" button, but if you click on the area where it should be, the window closes without problems.

Also, the map control does not display - only some funny strange blobs of white that are partially sensitive to hovering appear in the area...
http://27.123.25.33/~kilikano/index.php ... winery-map

Thanks for any ideas how to fix that.

Gidge

p.s. this appears on every browser and every mobile device I was able to lay my hands on...

Re: Marker info box distorted and buggy map controll

Posted: 17 Jun 2012, 16:55
by Jan
Hi, I see, do you get the same problem when you enable (only for test) other template? Some standard?

Re: Marker info box distorted and buggy map controll

Posted: 18 Jun 2012, 02:43
by gidge
HI Jan,

I have checked with one of the default templates and the map seems to work ok. I understand it may be not your share of work to resolve conflicts with 3rd party software, but if you have any indication to where the problem could be coming from I would appreciate it.

Cheers,

Gidge

Re: Marker info box distorted and buggy map controll

Posted: 26 Jun 2012, 22:43
by Jan
Hmm, really no idea, there are over 20.000 extensions and templates so this is really difficult to test it :-(

Jan

Re: Marker info box distorted and buggy map controll

Posted: 30 Jun 2012, 13:36
by Air
I have the same problem with JSN templates...


It's pretty strange because both templates are pretty much similar (and as I'm using almost the same set of addons on the ACS site and different set of addons on the plasma2013 and digibook sites - IMO it's definately template-bound problem).

Re: Marker info box distorted and buggy map controll

Posted: 30 Jun 2012, 13:54
by gidge
Just got a response from JSN about the problem. For me the Dome that causes the problems. Their fix was this
------------
To fix this, please open template.css and search for

img {
border: medium none;
height: auto;
max-width: 100%;
}

and replace with

img {
border: medium none;
height: auto;
}

---------------

I cannot try it as the server is down, but will let you know if it works or not :)