how i can get the simbol + and - and yellow man more big

Phoca Maps - displaying maps in Joomla! CMS
centroufficitorino
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 04 Mar 2013, 17:13

how i can get the simbol + and - and yellow man more big

Post by centroufficitorino »

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
centroufficitorino
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 04 Mar 2013, 17:13

Re: how i can get the simbol + and - and yellow man more big

Post by centroufficitorino »

Could i uplod th elink where i have phoca map ?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: how i can get the simbol + and - and yellow man more big

Post by Jan »

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
If you find Phoca extensions useful, please support the project
centroufficitorino
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 04 Mar 2013, 17:13

Re: how i can get the simbol + and - and yellow man more big

Post by centroufficitorino »

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.
centroufficitorino
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 04 Mar 2013, 17:13

Re: how i can get the simbol + and - and yellow man more big

Post by centroufficitorino »

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
could yopu explain what i shoud doing and wich files i should fix?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: how i can get the simbol + and - and yellow man more big

Post by Jan »

Hi, if you are using some template based on bootstrap, try to add:

Code: Select all

/* Bootstrap */
#phocamaps img {
  max-width: none;
}
this code to Phoca Maps or template CSS

Jan
If you find Phoca extensions useful, please support the project
centroufficitorino
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 04 Mar 2013, 17:13

Re: how i can get the simbol + and - and yellow man more big

Post by centroufficitorino »

Jan wrote:Hi, if you are using some template based on bootstrap, try to add:

Code: Select all

/* Bootstrap */
#phocamaps img {
  max-width: none;
}
this code to Phoca Maps or template CSS

Jan
sorry if i ask couldu said me exactly where i have upload this code : in wich files and where in the file ?
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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: how i can get the simbol + and - and yellow man more big

Post by Jan »

Hi, you can paste it to every loaded css, the phoca maps is:

media/com_phocamaps/css/ ...

Jan
If you find Phoca extensions useful, please support the project
domfitty
Phoca Member
Phoca Member
Posts: 10
Joined: 21 Sep 2010, 09:44

Re: how i can get the simbol + and - and yellow man more big

Post by domfitty »

Added that code on my template.css but it don't resolved my problem

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

Re: how i can get the simbol + and - and yellow man more big

Post by Jan »

Hi, set in 3.0.0 Beta.

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