Issue with Listing Detail Contacts

This topic contains 4 replies, has 3 voices, and was last updated by  Joy 4 years, 8 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #505265

    Joy
    Buyer
    Post count: 1076

    Hi team! It’s been a while.

    In the contact section on the details listing in the Supreme theme it’s being limited even though I have the custom fields populated on the backend. I am trying to also add the links for Linkedin and YouTube if available. Link provided in the following post.

    #505266

    Joy
    Buyer
    Post count: 1076
    This reply has been marked as private.
    #505279

    Alex Rollin
    Moderator
    Post count: 27815

    The sd-detail section requires a customization to add more items.

    Instead try adding the new items to the sidebar using the Show in extra output locations option.

    To control all aspects of the page by changing the page template to full width or default.

    #505334

    Naveen Giri
    Moderator
    Post count: 1559

    Hi

    you can add extra social fields in header using this filter.

    make sure to replace following shortcode with actual shortcode.

    
    
    
    add_filter( 'sd_details_output_social_shortcode', 'sd_details_output_social_shortcode_callback');
    function sd_details_output_social_shortcode_callback( $social_shortcodes ){
    	$social_shortcodes = '[gd_post_badge key="linkedin_field_key" condition="is_not_empty" icon_class="fas fa-phone fa-fw" link="%%input%%" badge="%%input%%" bg_color="#ed6d61" txt_color="#ffffff" alignment="left"]';
    	return $social_shortcodes;
    }
    
    #505671

    Joy
    Buyer
    Post count: 1076

    Thank you @1naveengiri! It’s good to see someone else on the GD team. Much appreciated!

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

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

Open Support Ticket