Skip to main content
  Tuesday, March 20 2018
  8 Replies
  1.7K Visits
  Subscribe
My client would like a world map with markers on specific locations which when clicked opens a large photograph in a JavaScript lightbox (overlaid rather than new page). Is that possible with Linky Map please?

Thanks.
A
6 years ago
Hi,

Thanks for contacting us here about this extension.
My client would like a world map with markers on specific locations which when clicked opens a large photograph in a JavaScript lightbox (overlaid rather than new page). Is that possible with Linky Map please?

Yes, you can insert an image in a marker, so it will be display on tooltip when you hover.

Hope it helps!
Cheers,
A
6 years ago
@Being
This is not supported in core.but you can do customization easily.you can find line
if($mapdata->map_action == 'modal') {
$map.=JHTML::_('behavior.modal', "a.modal";);
$script.='if(mapdata_'.$mapdata->id.'[selectedRegion].length >= 1) {
SqueezeBox.open(mapdata_'.$id.'[selectedRegion],{handler:"iframe",size: {x: '.$modal_width.', y: '.$modal_height.'}});
}';
}

in helper.php of linkymap and there you can put the code of light box instead of squezebox
B
6 years ago
Thanks Alax,

I didn't realise Linky Map had SqueezeBox incorporated. Is there a demo of it doing exactly what I want somewhere?

Can I configure Squeezebox to display large images like with Lightbox2?

Thanks again.
B
6 years ago
No reply so I'm trying again :)

Is there a demo of it doing exactly what I want somewhere?

Can I configure Squeezebox to display large images (not a small tooltip on hover) like with Lightbox2?

Thanks in advance.
A
6 years ago
@Being
You can do the customization whatever you like inside the extension.
as mentioned this is the code to squeezebox you can change it to light box if you like when user click on marker or region.This is presales forum so kindly purchase the extension and if you have any issue in it please create ticket in ticket support.
B
6 years ago
Unfortunately you didn't answer my questions so I won't be buying this extension.
A
6 years ago
@Being
As I mentioned before
This is not supported in core.
Kindly let us know if any Joomla extension offer something similar to this with svg map open image on click.
T
5 years ago
@being, did you find something else that would let you do this?

I'm trying to add links to the sidebar and want them to open in a lightbox of some sort.

it doesn't look like JoomUnited wants to add this feature.
  • Page :
  • 1
There are no replies made for this post yet.