Hi Steve,
Thank you for the quick reply. I restored cMap template and used the new short codes – no problem.Went to Chrome and saw that google was not defined, no method. So I went to the Advanced tab on Settings and checked Google Maps API v3 – all set here too now.
Increased php memory to 128mb – so far so good !
Feeling confident, I tried to tweak template. I cleared cache, deactivated it. Then I made 2 changes to cMap.php (moving links above social media). but website still lists below icons… Am I missing something? Oh I did it in WP Editor so I wouldn’t worry about uploading it to wrong folder (but made backup). I can remove it, but can’t seem to reorder it.
Thanks!
$permittedAtts[‘show_email’] = TRUE;
$permittedAtts[‘show_links’] = TRUE;
$permittedAtts[‘show_im’] = TRUE;
$permittedAtts[‘show_social_media’] = TRUE;
$convert->toBoolean( $atts[‘show_email’] );
$convert->toBoolean( $atts[‘show_links’] );
$convert->toBoolean( $atts[‘show_im’] );
$convert->toBoolean( $atts[‘show_social_media’] );
