• krashx6

    (@krashx6)


    Currently im trying to edit the css to adjust colors and layout a little to my sites theme. I see I can adjust layout a great bit in… storelocatorplus-ui_class.php But I have 1 small problem.

    The 1st column displays the location Name and then distance right under it. I’m trying to make it display the Name, then description, then distance?

    Current Format:
    Name
    Miles

    '<td class="results_row_left_column" id="slp_left_cell_{15}">'.
    '<span class="location_name">{0}</span>'.
    '<span class="location_distance"><br/>{1} {2}</span>'.
    '</td>'  .

    What I want:
    Name
    Description
    Miles

    What do I need to add to make it display whatever is entered in the “Description” box in the Manage Locations admin panel?

    '<td class="results_row_left_column" id="slp_left_cell_{15}">'.
    '<span class="location_name">{0}</span>'.
    '<span class="location_description">     ???     </span>'.
    '<span class="location_distance"><br/>{1} {2}</span>'.
    '</td>'  .

    Anyone have any ideas?

    http://wordpress.org/extend/plugins/store-locator-le/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Editing the display results. Need help with "description"’ is closed to new replies.