Drew75
Forum Replies Created
-
That line you saw is from a previous developer that did some tweaks to the store locator a few years back. I have just now removed that line from the section where they added their code and have the lines that you provided to me at the bottom of the CSS file. I also clear the CDN too.
Please see the linked screen shot below for reference.
Additionally, below is the entirety of the code they added where you saw the line you posted that you saw. Please let me know if any more of that is conflicting with what we’re trying to do.
/* ———[ Locator Tweaks ]——— */
#wpsl-gmap {
width: 960px;
max-width: 95%;
margin: 0 auto;
}@media only screen and (max-device-width : 480px) {
#wpsl-stores .wpsl-store-thumb {
width:100px !important;
}
}@media only screen and (max-device-width : 1024px) {
#wpsl-gmap {
display: none !important;
}
}@media only screen and (max-device-width : 991px) and (min-device-width : 481px) {
#wpsl-stores .wpsl-store-thumb {
width:175px !important;
}
}@media only screen and (min-device-width : 992px) {
#wpsl-stores .wpsl-store-thumb {
width:225px !important;
}
}.wpsl-dropdown {
font-size:110%
}#wpsl-stores {
display: none;
/*height: 350px !important;*/
}#wpsl-result-list {
width: 93% !important;
margin: 0 auto !important;
}#content {
line-height: 24px;
}Nevermind, the plugin seems to be working, however, Gmail is for some reason suddenly sending all of my test messages to spam.
Please advise. Contact Forum is still not sending form submissions to the email we have designated to receive them.
Tijmen,
I added both code snippets you provided to my style.css and neither seem to be fixing the issue. Please advise. Thanks!
I would also like to disable the directions option from showing in the store details as I do not have Enable autocomplete active. Can this be done? I don’t believe I see anything in the settings to turn this option off.
Thanks guys! The white background on the markers and the strange characters visible in the store details are gone, but the store logos added via Featured Image visible in the results below the map are still squished and distorted. Any idea on a fix for that?
Please see the screen shot link below:
And no, I do not receive anything after filling out the form and hitting submit.
You can see the settings details for our contact form in the links below.
Please see the screen shot link below. I have tried sending through several test messages and despite the form saying they send successfully, nothing ever comes through to the email address in the forms settings.
Additionally, the results list below when you do a search query isn’t displaying contents correctly. The logos on the right are squished and there are unnecessary characters displaying above the store name on the left.
Please see the screen shot link below.
In short, the markers have white boxes around them now and the preview window that displays when you click on a markers contents doesn’t display as it should.
Thank you Tijmen, I was able to get the stores added and they now show, however, after activating the custom post types option I was prompted to activate, it looks like the way our markers look and the preview windows look is damaged. What can be done to correct this?
Please see the screen shot link below. Thanks!
Additionally, I tried importing a CV file created from the CSV Manager Add On and am getting the following errors in the screen shot below after attempting to import.
- This reply was modified 5 years, 12 months ago by Drew75.
Just following up on this. Please send me the code snippet ASAP. Thank you!
That would be fine. Please provide the code and I will give it a try. Thank you!