Mappress Not working
I paste this link in the last line of header
<?php
/** Map for Home page **/
if(is_home() || is_front_page())
{
$arg = array('w'=>'100%','h'=>'400px',); //w=width & h=height
do_action('wpw_mappress_gmap_code',$arg);
}
/** Map for Ads category, Ads Tags and Search Pages **/
global $wp_query;
if($wp_query->queried_object->taxonomy=='ad_cat' || $wp_query->queried_object->taxonomy=='ad_tag' || is_search())
{
$arg = array('w'=>'100%','h'=>'400px',); //w=width & h=height
do_action('wpw_listing_n_search_gmap',$arg);
}
?>
I see map for 1 seconds then goes away. get the rror message.
opps.jpg
Can you please show me a video step by step how to install and configure. I am a noob when it comes to scripts. I like visual theory please. don't know how to fix this problem