• We recently updated our website to PHP 7.2 and had a developer fix several issues with compatibility and while the majority of the website is running as it should now, our store locator is now suddenly missing every store entry we had created. Any ideas?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 16 through 18 (of 18 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    The CSS file loaded in HTML of your site is the netdna one, not the local one.

    The code simply isn’t there.

    If you disable the CDN, then you can verify if the code is correct. Or if possible, move the CSS file to the CDN yourself?

    Thread Starter Drew75

    (@drew75)

    I got the caching of the style.css file from the CDN corrected and the changes from the code you provided look to be reflecting on the website. However, the thumbnails in the results below the map, while no longer distorted, are now really small in size. Can anything be done about this?

    Thanks!

    Plugin Author Tijmen Smit

    (@tijmensmit)

    You can simply define a format in the CSS by replacing auto with the pixel format you want to use.

    For example.

    #wpsl-wrap #wpsl-stores .wpsl-store-thumb {
    height: 150px !important;
    width: 52px !important;
    }
Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘All of our stores are missing since updating our website to PHP 7.2’ is closed to new replies.