Category box on Map doesn't appear...
Hi,
I have a big problem concerning the category box that is supposed to appear on the bottom right of the map.
I get the following results every time :
1 - By adding the following code to header.php
<?php if(is_home() || is_front_page()){?>
<div id="content" class="container">
<div class="row rounded">
<?php
$arg = array('w' => '100%','h' => '400px');
do_action('wpw_vantage_gmap_code',$arg);
?>
</div></div>
<?php }?>
1.jpg
2 - By adding the same code AND by adding the widget in Header (Appareance - Widget)
2.jpg
I have tried a lot of different things but nothing works.
Does anyone see where the problem is?
Bruno