Zh GoogleMap Troubleshooting

From Documentation
Revision as of 07:21, 7 December 2011 by Admin (talk | contribs)
Jump to navigation Jump to search

Error: link.hasClass is not a function

See: Compatibility Mode


Placemark Title is too big

This problem caused by template styles.

My template is working well, therefore I correct it to show this situation :)


To fix this problem we will be use Firebug for FireFox.

Install Firebug for Firefox, call Firefox and open your map on site.
Open your placemark infowin
Press Ctrl+Shift+C
You’ll see firebug window with styles

Move your mouse to header of placemark (it highlight). If needed press again and select your header.

And you can see all styles in list with values on right

Find the current style for h1 For example, I’ve got this (for my template)

#jsn-master.jsn-textstyle-personal.jsn-specialfont h1


Now add into template css file new line, that override this style


#jsn-master.jsn-textstyle-personal.jsn-specialfont h1.placemarkHead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
}


It is only example.

You can see, I’ve add class .placemarkHead to h1

And now placemark header is changed


Language: [[::Zh GoogleMap Troubleshooting|English]]  • [[::Zh GoogleMap Troubleshooting/ru|русский]]