display address

This topic contains 1 reply, has 2 voices, and was last updated by  Alex Rollin 5 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #491385

    joe purcell
    Expired Member
    Post count: 97

    v2

    is there any custom css that would display the address as the arrow indicates. In v1 I had custom css to display address, I tried entering it in the customize theme section and received an error message. Can’t find anyplace else for customer css?? I would like the result to be a one line address.

    }
    add_filter(‘sd_details_output_address’, ‘modify_sd_details_output_address’);
    function modify_sd_details_output_address() {
    global $post;
    $sd_address = ‘<div class=”sd-address”>’;
    if (isset($post->post_address) && $post->post_address) {
    $sd_address .= apply_filters(‘sd_detail_address’, $post->post_address, $post);
    }
    if (isset($post->post_city) && $post->post_city) {
    $sd_address .= ‘<br/>’ . apply_filters(‘sd_detail_city_name’, $post->post_city, $post);
    }
    if (isset($post->post_region) && $post->post_region) {
    $sd_address .= ‘, ‘ . apply_filters(‘sd_detail_region_name’, $post->post_region, $post);
    }
    if (isset($post->post_zip) && $post->post_zip) {
    $sd_address .= ‘, ‘ . apply_filters(‘sd_detail_zip’, $post->post_zip, $post);
    }
    $sd_address .= ‘</div>’;

    return $sd_address;
    }

    Thanx

    #491433

    Alex Rollin
    Moderator
    Post count: 27815

    That address is ‘stylish’ and part of the header section. Changing it requires a customization.

    To display the address as you like literally anywhere else you can use the GD Post Address element

    https://wpgeodirectory.com/docs-v2/geodirectory/design-elements/#gd_post_address

Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount