Support » Plugin: Store Locator for WordPress with Google Maps – LotsOfLocales » Store Locator: Map and locations not showing

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

    (@viadat)

    What version were you updating from (if your remember)? It seems like your theme may be over-styling all the elements on the website, including elements of the Store Locator’s interface, more than most themes do

    Thread Starter jhanten

    (@jhanten)

    I think it was 3.70 to 3.71. We now have 3.72 and it seems to be working again. I agree with you on the over-styling. We are working on that.

    neither 3.71 or 3.72 are fixing the problem on my site. Is there a way to override the over styling from a theme?

    Plugin Author Viadat

    (@viadat)

    Far from perfect, but hopefully a good base to work with. Try adding the following to your stylesheet if nothing else seems to work:

    #sl_div, #sl_div * {
        line-height: initial !important;
        margin: initial !important;
        max-width: initial !important;
        padding: 3px !important;
        text-align: left !important;
    }

    .. and ..

    .results_row_left_column,
    .results_row_center_column,
    .results_row_right_column {
        width: 35% !important;
    }

    unfortunately this (adding the above code) did not fix the problem. any other suggestions?

    Plugin Author Viadat

    (@viadat)

    @wevisable … your question is a completely different issue.

    @jhanten is talking about styling the map using CSS; yours is about actually seeing locations on your map (replied to your thread. Your site is modifying headers incorrectly).

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Store Locator: Map and locations not showing’ is closed to new replies.