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...
Marker info box distorted and buggy map controll
-
- Phoca Newbie
- Posts: 9
- Joined: 07 May 2012, 02:30
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Marker info box distorted and buggy map controll
Hi, I see, do you get the same problem when you enable (only for test) other template? Some standard?
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 9
- Joined: 07 May 2012, 02:30
Re: Marker info box distorted and buggy map controll
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
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
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Marker info box distorted and buggy map controll
Hmm, really no idea, there are over 20.000 extensions and templates so this is really difficult to test it
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 1
- Joined: 30 Jun 2012, 13:29
Re: Marker info box distorted and buggy map controll
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).
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).
-
- Phoca Newbie
- Posts: 9
- Joined: 07 May 2012, 02:30
Re: Marker info box distorted and buggy map controll
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
------------
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