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

    (@tijmensmit)

    Why wouldn’t users understand that the store name is link?

    Normally a theme should style a link in a different color, make it bold or underline it, which should make it clear that it is a link.

    If that’s not the case then you can add this to your css and set a different color code.

    #wpsl-result-list a {
     font-weight:bold !important;
     color: yourcolor code !important;
    }

    If you want to modify the order the data, or modify it then you have to change the code in /js/wpsl-gmap.js and look for “function storeHtml”.

Viewing 1 replies (of 1 total)
  • The topic ‘Visit website link’ is closed to new replies.