This topic has 8 replies, 3 voices, and was last updated 8 years by sharmstr.

  • Author
  • #86293
     cg
    Participant
     clarendongroup

    Participant
    Posts: 1

    Hi,

    I really love your theme! I’m using the GeoDirectory plugin and would like to have the Social Share icons appear below each GeoDirectory listing – how can this be done?

    Thanks!

    #86298
     sharmstr
    Moderator

    theme options > social share > social share post types.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #86299
     cg
    Participant
    This reply has been set as private.
    #86340
     sharmstr
    Moderator

    Let me know if this works. Put it in your child theme’s functions.php file.

    COPY CODE
    
    add_action('geodir_article_close','add_social_sharing');
    function add_social_sharing() {
        get_template_part( 'page-parts/posts-social-share' );
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #86363
     cg
    Participant

    Thanks, it worked!

    #92537
     joy
    Participant

    Would I be able to place this below the images of a listing or within a sidebox? Thank you.

    #92539
     sharmstr
    Moderator

    The closest I could find is between the image slider and the tabs

    COPY CODE
    
    
    add_action('geodir_details_main_content', 'add_social_sharing', 35);
    function add_social_sharing() {
        get_template_part( 'page-parts/posts-social-share' );
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #92546
     joy
    Participant

    That’s perfect and exactly what I was hoping for. Thank you again.

    #92551
     sharmstr
    Moderator

    You’re welcome.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?