Home › Forums › Bee WordPress Theme › Show Social Share Button in Post Content Page not functioning
- This topic has 16 replies, 3 voices, and was last updated 12 years, 3 months ago by
Johnny.
-
AuthorPosts
-
November 25, 2013 at 5:45 pm #1589
woods950
ParticipantI turned the “Show Social Share Button in Post Content Page” ON under the Layout Settings page; however, they are not appearing on the Posts detailed pages.
November 26, 2013 at 9:52 am #1608Johnny
ParticipantHi, please set the social medias url above this option. if problem still there, please paste your site url here, I will check it for you later,
Thank youNovember 27, 2013 at 6:58 pm #1653woods950
ParticipantI have set the URLs above the option, but they are still not appearing the blog post pages. http://fuelcincinnati.org/givebackcincinnati/give-back-cincinnati-wants-you-to-be-a-leader/
Thank you.
November 27, 2013 at 11:22 pm #1655Johnny
ParticipantHi, could you please leaving your site login info here through private message(check option ‘Set as private reply’)? I will check it for you later,
Thank youNovember 29, 2013 at 8:18 pm #1678woods950
ParticipantThis reply has been marked as private.November 30, 2013 at 2:46 am #1680Johnny
ParticipantHi, bee theme original deisgn will not show social icons in content with page builder, to customized this please do this:
open file bee/single.php, find this code:
} else { get_template_part('single','template');
add below code right before it:$theme_option_switch_show_social_share = get_option('theme_option_switch_show_social_share'); if($theme_option_switch_show_social_share == 'true') get_template_part('template/post', 'social');,
Thank youNovember 30, 2013 at 3:25 pm #1690woods950
ParticipantIt works! Awesome. thank you.
February 20, 2014 at 5:25 am #2453dfgutierrez
ParticipantHi,it works, but only shows Facebook, Twitter and Pinterest, how could I add Google+?, thanks
February 20, 2014 at 11:57 am #2460Johnny
ParticipantHi, copy below code to file bee/template/post-social.php right befor
</ul>:<li> <a class="share postshareicon-googleplus-wrap" href="javascript:;"> <span class="icon postshareicon-googleplus"><i class="m-social-googleplus"></i></span> <span class="count">0</span> </a> </li>Best
February 20, 2014 at 2:33 pm #2463dfgutierrez
Participantthanks, it works but the button only shows when mouse is over, otherwise the color is white, you can see that here , the button is just at the right of twitter´s button.
I just realized that the button doesn´t workFebruary 21, 2014 at 3:31 am #2472Johnny
ParticipantHi, please add below code to file style.css at the bottom:
.postshareicon-googleplus-wrap {background-color: #dd4b39;}
BestFebruary 21, 2014 at 6:40 am #2475dfgutierrez
Participantthe button still not working, and the color doesn´t change when I added the code at the bottom, but yes when it’s added by the line 532, so now I can see the googleplus icon share, but when clicked nothing happens
February 21, 2014 at 8:03 am #2477Johnny
ParticipantHi, please open file bee/js/custom.pagebuild.js and find line 1624(or about), right after this:
var pinterest_share = jQuery(this).find('a.postshareicon-pinterest-wrap');
insert this:var googleplus_share = jQuery(this).find('a.postshareicon-googleplus-wrap'); googleplus_share.click(function(){ popitup('https://plus.google.com/share?url='+url); });Best
February 21, 2014 at 3:29 pm #2479dfgutierrez
ParticipantHi, still not working, don’t know what to do.
February 22, 2014 at 6:13 am #2481Johnny
ParticipantHi, please try using attached file replace bee/template/post-social.php
BestFebruary 22, 2014 at 6:36 pm #2488dfgutierrez
ParticipantIt works, but I don’t like how it looks, the icon is so different from the facebook and twitter icons.
February 23, 2014 at 3:45 am #2502Johnny
ParticipantHi, sorry about this. this theme original design have not the google plus functional script. so I will suggest our development team add this feature to the next version.
Thank you -
AuthorPosts
- You must be logged in to reply to this topic.
