- Posts: 5
- Thank you received: 0
InfoWin is empty. Apprearance properties doesn't work.
- gutschyy
- Topic Author
- Offline
- New Member
Less
More
4 years 9 months ago #12977
by gutschyy
InfoWin is empty. Apprearance properties doesn't work. was created by gutschyy
Hello to all,
just created a google Map, thanks for that. Now I wanted to fill in the InfoWin. My understanding is, the fields of Placemark: Title and Description should shown in InfoWin. My InfoWin is blank inside the map.. How can I fix this?
greetings,
gutschy
P.S.
Ves, just donated to your work.
just created a google Map, thanks for that. Now I wanted to fill in the InfoWin. My understanding is, the fields of Placemark: Title and Description should shown in InfoWin. My InfoWin is blank inside the map.. How can I fix this?
greetings,
gutschy
P.S.
Ves, just donated to your work.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
4 years 9 months ago #12978
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic InfoWin is empty. Apprearance properties doesn't work.
Hi.
For content check in placemark details field Infowin content.
Set Title and/or description.
If you enter Addition HTML field - it will be displayed in any case.
For content check in placemark details field Infowin content.
Set Title and/or description.
If you enter Addition HTML field - it will be displayed in any case.
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- gutschyy
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
4 years 9 months ago #12979
by gutschyy
Replied by gutschyy on topic InfoWin is empty. Apprearance properties doesn't work.
Sorry for my question, justt realized that font color is white. For what reason ever.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
4 years 9 months ago - 4 years 9 months ago #12980
by Dima
Your template overrides CSS style. You can easy to check what it overrides.
In any case you can easy override.
In your template css file at the end add style like
And you'll get black color for infowin content (for infowin content main div has class "placemarkContent")
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic InfoWin is empty. Apprearance properties doesn't work.
Your template overrides CSS style. You can easy to check what it overrides.
In any case you can easy override.
In your template css file at the end add style like
Code:
.placemarkContent {
color: black !important;
}
Don't forget support my developments: post review in JED , donate , help with translation
Last edit: 4 years 9 months ago by Dima.
Please Log in or Create an account to join the conversation.
- gutschyy
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
4 years 9 months ago #12981
by gutschyy
Replied by gutschyy on topic InfoWin is empty. Apprearance properties doesn't work.
Thanks for your tip, will easy to fix.
Please Log in or Create an account to join the conversation.
Time to create page: 0.182 seconds