@jim - please upload your images to the forum with a small description like - it was not working with this one, it was working with this one - I'll check it out. But actually - png is png. It should work...
@Robert - you have 2 problems.
First - when the user opens the map at hapmaps.com, hotspots tries to get the information from
www.hapmaps.com
- which is not allowed. You should check your settings. For example look at the configuration.php file of joomla - if it has a life_site settings such as
www.hapmaps.com
- remove it.
The next - when I open the map with www. infront the request gets a response, but the problem is that in this response you have php warning:
<br />
<b>Warning</b>: getimagesize(/home/admimapy/public_html/media/com_hotspots/images/categories/sample3_shadow.png) [<a href='function.getimagesize'>function.getimagesize</a>]: failed to open stream: No such file or directory in <b>/home/admimapy/public_html/components/com_hotspots/utils.php</b> on line <b>547</b><br />
Here is the url to the request:
www.hapmaps.com/index.php?option=com_hot...l=null&position=null
Sadly such notices and warnings are breaking the functionality of the component, but the next version will deal much better with it...