how i can get the simbol + and - and yellow man more big
-
- Phoca Newbie
- Posts: 5
- Joined: 04 Mar 2013, 17:13
how i can get the simbol + and - and yellow man more big
Sorry for my bad english, i am newbee and i use for first time phoca maps
i would like get the symbol on my left window about zoom more bigger, because they are very small that it is impossible to read but they can be only guess
Also the simbol about yellow man it is very small and it seem that don't work the function to move it to put in the street to wacht more close the zones that you want check more.
Somebody could help me for that?
thank you
i would like get the symbol on my left window about zoom more bigger, because they are very small that it is impossible to read but they can be only guess
Also the simbol about yellow man it is very small and it seem that don't work the function to move it to put in the street to wacht more close the zones that you want check more.
Somebody could help me for that?
thank you
-
- Phoca Newbie
- Posts: 5
- Joined: 04 Mar 2013, 17:13
Re: how i can get the simbol + and - and yellow man more big
Could i uplod th elink where i have phoca map ?
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: how i can get the simbol + and - and yellow man more big
Hi, can you paste as screenshot or live site what you mean? Try to see similar posts - templates based on bootstrap CSS can damage the parts in Google Maps and needs to be fixed - so maybe this can be the problem which occurs on your site (such can be easily fixed).
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 04 Mar 2013, 17:13
Re: how i can get the simbol + and - and yellow man more big
i have the map in this page:
http://centroufficitorino.altervista.or ... dove-siamo
and i would like that the zoom work better ( more big relize) and that the symbols on the left of map where clicking to enlarge (+) (-) map it is more big, also the symbol yellow man that in previuws realize ( for joomla 1.5) was possible to move in the map to see the streets, in this realize seem that is not possible to move.
http://centroufficitorino.altervista.or ... dove-siamo
and i would like that the zoom work better ( more big relize) and that the symbols on the left of map where clicking to enlarge (+) (-) map it is more big, also the symbol yellow man that in previuws realize ( for joomla 1.5) was possible to move in the map to see the streets, in this realize seem that is not possible to move.
-
- Phoca Newbie
- Posts: 5
- Joined: 04 Mar 2013, 17:13
Re: how i can get the simbol + and - and yellow man more big
could yopu explain what i shoud doing and wich files i should fix?Jan wrote:Hi, can you paste as screenshot or live site what you mean? Try to see similar posts - templates based on bootstrap CSS can damage the parts in Google Maps and needs to be fixed - so maybe this can be the problem which occurs on your site (such can be easily fixed).
Jan
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: how i can get the simbol + and - and yellow man more big
Hi, if you are using some template based on bootstrap, try to add:
this code to Phoca Maps or template CSS
Jan
Code: Select all
/* Bootstrap */
#phocamaps img {
max-width: none;
}
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 04 Mar 2013, 17:13
Re: how i can get the simbol + and - and yellow man more big
sorry if i ask couldu said me exactly where i have upload this code : in wich files and where in the file ?Jan wrote:Hi, if you are using some template based on bootstrap, try to add:
this code to Phoca Maps or template CSSCode: Select all
/* Bootstrap */ #phocamaps img { max-width: none; }
Jan
i belive that is better put it in phoca and not in template but couyld u said me for both in wich files and where
thank yuou
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: how i can get the simbol + and - and yellow man more big
Hi, you can paste it to every loaded css, the phoca maps is:
media/com_phocamaps/css/ ...
Jan
media/com_phocamaps/css/ ...
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 10
- Joined: 21 Sep 2010, 09:44
Re: how i can get the simbol + and - and yellow man more big
Added that code on my template.css but it don't resolved my problem
SOLVED with this code
SOLVED with this code
Code: Select all
#phocamaps.phocamaps img {
border: 0px;
box-shadow: 0px;
margin: 0px;
max-width: none !important;
}
#phocamaps-box img {
max-width:none !important;
}
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: how i can get the simbol + and - and yellow man more big
Hi, set in 3.0.0 Beta.
Jan
Jan
If you find Phoca extensions useful, please support the project