Change HTML of result list
-
Hi there,
At this time it is possible to create your own template because you used a action/filter hook. This template is only the base template and not the result list.
So it isn’t possible for me to change the HTML order/tags that fits within the design, because you create the HTML via JavaScript. And since I don’t want to change the plugin files.
Is it possible in the future to change the HTML structure of the result list? Also the InfoWindows HTML is created within the JavaScript file.
`html = “<li data-store-id='” + id + “‘><div><p>” + storeImg + “” + store + “<span class=’wpsl-street’>” + address + “</span>” + address2 + city + ” ” + state + ” ” + zip + “<span class=’wpsl-country’>” + country + “</span></p>” + moreInfo + “</div>” + distance + “” + wpslLabels.directions + ““;
- The topic ‘Change HTML of result list’ is closed to new replies.