-
Author
-
November 8, 2015 at 18:35 #86293cgParticipant
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!
November 8, 2015 at 19:14 #86298sharmstrModeratortheme 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
November 9, 2015 at 13:17 #86340sharmstrModeratorLet me know if this works. Put it in your child theme’s functions.php file.
COPY CODEadd_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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 11, 2015 at 01:42 #92537joyParticipantWould I be able to place this below the images of a listing or within a sidebox? Thank you.
December 11, 2015 at 02:00 #92539sharmstrModeratorThe closest I could find is between the image slider and the tabs
COPY CODEadd_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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 11, 2015 at 02:32 #92546joyParticipantThat’s perfect and exactly what I was hoping for. Thank you again.
December 11, 2015 at 02:38 #92551sharmstrModeratorYou’re welcome.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘Plugins questions’ is closed to new topics and replies.