Change Social Icons in right sidebar

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

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

Open Support Ticket
  • Author
    Posts
  • #332917

    wp200
    Buyer
    Post count: 5

    Hi

    Could you explain ho to change the standard twiter, facebook, google+ sharinfg icons on page listings.

    I have a Plugin that will provide a shortcode.

    Where would I place this code?

    Do I need to create a new template in my chid theme?

    #332951

    Kor
    Moderator
    Post count: 16516

    Hi there,

    You’ll have to customize the templates to achieve what you needed there. Check out this section of the documentation and see if it helps. https://wpgeodirectory.com/docs/customizing-geodirectory-templates/ .

    Thanks!

    #333018

    Paolo
    Site Admin
    Post count: 31206

    Here I explain how to show the featured image, at the top of the sidebar: https://wpgeodirectory.com/support/topic/display-featured-image-on-detail-sidebar/#post-28088

    You can use this method too to add your shortcode and then remove the default sharing buttons via options.

    Thanks

    #335845

    wp200
    Buyer
    Post count: 5

    Hi Paolo

    Thanks for your reply. I need a bit more help. Which part of the code below would I remove and where exactly would I place the shortcode for the new social icons . Would I remove all the bold content

    function my_theme_geodir_social_sharing_buttons_html( $content_html ) {
    global $post;
    $thumb = the_post_thumbnail( ‘medium’ );

    return “<div class=’my-theme-class’>”.$thumb.“</div>”.$content_html;

    }
    add_filter( ‘geodir_social_sharing_buttons_html’, ‘my_theme_geodir_social_sharing_buttons_html’, 10, 1 );

    #336062

    Paolo
    Site Admin
    Post count: 31206

    that’s correct…

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