Store Locator Plus® for WordPress Forums Premier Support center_map_at not working Reply To: center_map_at not working

#44833
Cici
Keymaster

MEGAN

you have this on your site it appears to be built into your theme and it is creating havoc with your site; It is totally overtaking SLP .

#sitemap

It has a default lat and long .

var default_lat = 44.968684;
var default_lng = -93.215561;
var default_radius = 10;
var zoom_level = ’10’;
var map_width = ‘100%’;
var map_height = ‘350px’;
var special_text = ”;
var units = ‘mi’;
var limit = ’20’;
var plugin_url = ‘http://www.earthworksaudio.com/wp-content/plugins/simplemap’;p;

/*
Theme Name: Light
*/

#simplemap {
border: 1px solid #999;
color: #000;
}

#simplemap img {
background: none !important;
padding: none !important;
max-width: none !important;
max-height: none !important;
border: none !important;
}

#simplemap a {
color: #00c;
background: none;
text-decoration: none;
}

#simplemap a:hover {
background: none;
text-decoration: underline;
}

#powered_by_simplemap {
font-size: 0.75em;
text-align: right;
color: #999;
}

#powered_by_simplemap a {
color: #999;
text-decoration: underline;
}

#powered_by_simplemap a:hover {
text-decoration: none;
}

#searchForm {
text-align: left;
}

#searchForm input#addressInput {
width: 250px;
}

#searchForm input#addressSubmit {
width: auto;
}

#searchForm select {
width: auto;
}

#searchForm p {
margin: 10px auto;
}

#map_search label {
float: left;
}

#map_search .float_text_left {
float: left;
padding-right: 5px;
}

#simplemap-updating {
display:none;
background:#fff;
color:#000;
vertical-align:middle;
text-align:center;
}

#simplemap-updating img {
vertical-align:middle;
text-align:center;
}