Hi Karamanos,
You should add this code to the code of a *.php file wherever you want the map to appear.
in my case, I add it at the end of the header.php file, just above </header>
good luck,
JB
Replying to myself :
enabling the option “Use jQuery(window).load() hook:” (from Fixed widget options) makes the trick.
sorry for this unuseful post.
JB
Replying to myself :
enabling the option “Use jQuery(window).load() hook:” makes the trick.
sorry for this unuseful post.
JB
Replying to myself.
put this code wherever you want in the page :
<?php echo do_shortcode( ‘[nwm_map]’ ); ?>
It was really a stupid question. Sorry about that.
JB