I would like to ask for help with the following problem - how to make the marker points clickable? I changed the file default.php 69 line from href="javascript:void(0)" to href="<?php echo $des->content_url; ?>" but the maximum that I managed to achieve was the link working only from the second click. You have to click on the marker twice and only after that you go to another page. I would appreciate any ideas on how to remove the extra click.