HexMap Pro not working with Joomla 3.1
- Devin Martinolich
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
12 years 2 months ago #2
by Devin Martinolich
HexMap Pro not working with Joomla 3.1 was created by Devin Martinolich
After installing the Module and trying to configure it I found the following:
1. unable to "add" a marker (clicking the button does nothing)
2. unable to publish/unpublish the module
3. unable to show/hide the title
1. unable to "add" a marker (clicking the button does nothing)
2. unable to publish/unpublish the module
3. unable to show/hide the title
Please Log in to join the conversation.
- jeffrey pulley
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
12 years 1 week ago #7
by jeffrey pulley
Replied by jeffrey pulley on topic HexMap Pro not working with Joomla 3.1
Same, does not remove marker, and map cannot be set to auto width?
Please Log in to join the conversation.
12 years 1 week ago - 12 years 1 week ago #8
by Daniel
Thanks
Daniel
Replied by Daniel on topic HexMap Pro not working with Joomla 3.1
Hi,
@ devin@smokerschoiceusa.com
It's a jQuery Conflict, need to look into it on your site. Please send us your details at support@hexsystechnologies.com
@rsweb
There isn't any option available right now to set the map to auto width, but it's going to be there in next release. However to make it auto width you need to make a small change in mod_hexmappro/tmpl/default.php at line 299. Find <div id="hexmappro<?php echo $uniqueid; ?>"> and replace it with <div id="hexmappro<?php echo $uniqueid; ?>" style="width:100%">
And to remove marker, you need to first click on marker icon and then click on remove marker button. Let me know if you are still facing the issue
@ devin@smokerschoiceusa.com
It's a jQuery Conflict, need to look into it on your site. Please send us your details at support@hexsystechnologies.com
@rsweb
There isn't any option available right now to set the map to auto width, but it's going to be there in next release. However to make it auto width you need to make a small change in mod_hexmappro/tmpl/default.php at line 299. Find <div id="hexmappro<?php echo $uniqueid; ?>"> and replace it with <div id="hexmappro<?php echo $uniqueid; ?>" style="width:100%">
And to remove marker, you need to first click on marker icon and then click on remove marker button. Let me know if you are still facing the issue
Thanks
Daniel
Last edit: 12 years 1 week ago by Daniel.
Please Log in to join the conversation.