Viewing 1 replies (of 1 total)
  • Hello,
    I’m sorry at the moment it’s not a good idea to change the HTML output that is produced in the locations list by the plugin. Although there is an option to adjust the view by CSS. Every location property is wrapped within a <li> with a class named like “lpr-location-*property_name*”, for example for the location name it is “lpr-location-name”, so you can add this CSS to either your theme CSS file or to the post with Locatoraid shortcode:

    <style>
    .lpr-location-name
    {
    font-size: 1.2em;
    color: red;
    }
    </style>

    Regarding the URL instead of ‘Website’ label, as of version 2.3.4 we’ve added a bit of configuration for this, in the Pro version in Configuration > Location Form now there’s the input for the Website field. If nothing is given, it will display the location URL, otherwise your custom text will be shown, such as ‘Website’.

Viewing 1 replies (of 1 total)
  • The topic ‘Change format of location list details’ is closed to new replies.