Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Viadat

    (@viadat)

    Looks like it’s now working … great …
    Just a tip: your theme’s stylesheet is distorting the Store Locator interface a bit … consider commenting out “height: 42px” and “width: 100%” under the “input, textarea” style definition (on approx. line 967), so that it looks like:

    /* Form elements */
    input,
    textarea {
        display: block;
        /* width: 100%;
        height: 42px; */
        color: #999;
        border: #ddd 1px solid;
        margin: 0 0 20px 0;
        font-size: 12px;
        padding: 10px    15px;
        outline: none;
    }

    it shows the code as text: [store-locator].Please help

    same to me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not able to display it on my page’ is closed to new replies.