Zh GoogleMap Troubleshooting: Difference between revisions

From Documentation
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 22: Line 22:
Press Ctrl+Shift+C<br />
Press Ctrl+Shift+C<br />
You’ll see firebug window with styles<br />
You’ll see firebug window with styles<br />
Move your mouse to header of placemark (it highlight). If needed press again and select your header.


[[File:Bug-H1-2-1.JPG]]
[[File:Bug-H1-2-1.JPG]]
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
And you can see all styles in list with values on right

Revision as of 07:26, 7 December 2011

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|русский]]