DMXzone Google Maps Support Product Page
Answered
Custom Window
Asked 21 Jul 2011 21:00:03
4
have this question
21 Jul 2011 21:00:03 Sherry Dukes posted:
I would like to see a way to customize the look of the info window to include color, or use a specific image, color of type, size of type, add a photo a bold title, and a link to an information page on that location.I have done this in other scripts, but can't get that code to work with this extension.
the Highlander
Promoted Answers
Replied 28 Jul 2011 10:01:16
Hello Sherry Bell Dukes,
You can have a custom styling of the window ( except the outer border) by applying style properties to a class named
gmap_marker
Please, explain in greater details you way of linking to the map and pass a test page link.
Updates which are with unchanged General number ( 1.0.0 - 1.9.9) are free. If the version is 2.something then it most of the times is payed.
Replies
Replied 25 Jul 2011 08:25:23
25 Jul 2011 08:25:23 Teodor Kuduschiev replied:
Hello,
you can use html code within the info window so you can include images, bold text and links.
you can use html code within the info window so you can include images, bold text and links.
Replied 27 Jul 2011 18:05:28
27 Jul 2011 18:05:28 Sherry Dukes replied:
Thanks, I did that, was wondering if I could change the background color of the window and a border around the window, that I haven't been able to accomplish. Is that possible, can you help me a little as to how to do that.
Also, which is very important. I am able to get the maps to show up on the mobile whenever I go to them directly. But when I link to them through a jquery to the #_____map they come up blank. Is there a piece of code I need to put in to make them show up through the link. This is baffling me.
Do I qualify for the update on the program, since I bought it less than a month a go?
Thanks for any help you can give me.
Sherry Bell Dukes
Also, which is very important. I am able to get the maps to show up on the mobile whenever I go to them directly. But when I link to them through a jquery to the #_____map they come up blank. Is there a piece of code I need to put in to make them show up through the link. This is baffling me.
Do I qualify for the update on the program, since I bought it less than a month a go?
Thanks for any help you can give me.
Sherry Bell Dukes
Replied 28 Jul 2011 10:01:16
28 Jul 2011 10:01:16 Miroslav Zografski replied:
Hello Sherry Bell Dukes,
You can have a custom styling of the window ( except the outer border) by applying style properties to a class named
gmap_marker
Please, explain in greater details you way of linking to the map and pass a test page link.
Updates which are with unchanged General number ( 1.0.0 - 1.9.9) are free. If the version is 2.something then it most of the times is payed.
Replied 04 Apr 2013 07:40:52
04 Apr 2013 07:40:52 Denis Hoffmann replied:
Can I put PHP into the Info Windows like IF or so? Or just the Echo that is created by the lightning?
Replied 04 Apr 2013 08:36:35
04 Apr 2013 08:36:35 Vulcho Vulev replied:
Hello Denis.
The info window can be used with echo that is created by the lighting.
Can you describe a little bit more detailed your idea for using IF statement in the window?
Regards:Vulcho.
The info window can be used with echo that is created by the lighting.
Can you describe a little bit more detailed your idea for using IF statement in the window?
Regards:Vulcho.
Replied 04 Apr 2013 20:25:27
04 Apr 2013 20:25:27 Denis Hoffmann replied:
Hi Vulcho,
I like to enter something like this
Cheers,
Denis
I like to enter something like this
<?php if ("".$row_bands['image'] ."" != "") { ?> <a href="/<?php echo $row_bands['urlName']; ?>"><img src="artistImages/map/<?php echo $row_bands['image']; ?>" alt="<?php echo $row_bands['name']; ?>" /></a> <?php } ?>
Cheers,
Denis
Replied 09 Apr 2013 06:27:04
09 Apr 2013 06:27:04 Miroslav Zografski replied:
Hello Denis,
That should work. Just enter it through the UI so a correct escape is applied to the special chars.
Regards.
That should work. Just enter it through the UI so a correct escape is applied to the special chars.
Regards.