• Resolved Andy Macaulay-Brook

    (@andymacb)


    Does the listing functionality work without having to display a map at all?

    I’d like to have a search box followed by dealer addresses, but don’t want to show a map.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    Well, the JS code expects the map to be there, but you can easily just hide it with a few lines of CSS code.

    
    #wpsl-gmap {
        display: none !important;
    }
    
    #wpsl-result-list {
        width: 100%;
        margin-right: 0%;
    }
    

    Add the code to the style(s).css in your active theme folder.

    Thread Starter Andy Macaulay-Brook

    (@andymacb)

    Thanks – yes, I guess that’s what I meant, does the code expect it in my template. I’ll just hide it.

    Thanks for the quick response.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is the map optional?’ is closed to new replies.