Page 1 of 1

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

Posted: 04 Mar 2013, 17:28
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

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

Posted: 05 Mar 2013, 18:05
by centroufficitorino
Could i uplod th elink where i have phoca map ?

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

Posted: 06 Mar 2013, 20:15
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

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

Posted: 08 Mar 2013, 18:55
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.

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

Posted: 13 Mar 2013, 11:12
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?

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

Posted: 16 Mar 2013, 02:51
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

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

Posted: 19 Mar 2013, 18:14
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

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

Posted: 22 Mar 2013, 01:51
by Jan
Hi, you can paste it to every loaded css, the phoca maps is:

media/com_phocamaps/css/ ...

Jan

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

Posted: 29 Apr 2013, 22:26
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;
}

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

Posted: 11 Jun 2013, 18:53
by Jan
Hi, set in 3.0.0 Beta.

Jan