-
Author
-
March 15, 2015 at 22:06 #50217
steve
ParticipantHey,
would love to have social media sharing buttons, can add it? Made a pic like would like it (below profile image).
Thx,
SteveAttachments:
You must be logged in to view attached files.March 17, 2015 at 08:40 #50406Laura
ModeratorHello, yes it can be done, please share FTP credentials so i can test it out 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 17, 2015 at 19:04 #50534joninhas
Participanthi it was excellent to share that mod. I think many other users will use it and find it useful 😉
March 24, 2015 at 23:05 #51411Laura
ModeratorHello, who wants to add this, please install the plugin https://wordpress.org/plugins/really-simple-facebook-twitter-share-buttons/
Activate it then go to settings and deactivate the buttons on everything (unless you want it in posts,pages…)
Finally, go to FTP and find inside wp-content/themes/sweetdate/members/single/member-header.php
Copy the file and paste it inside wp-content/themes/sweetdate-child/members/single
Edit the file and find the following:COPY CODE<?php do_action('kleo_bp_header_actions');?>
Then add right AFTER it, in tthe next line, this
COPY CODE<div style="float:left;"><?php echo do_shortcode('[really_simple_share button="facebook_like"]'); ?> <?php echo do_shortcode('[really_simple_share button="twitter"]'); ?> <?php echo do_shortcode('[really_simple_share button="google1"]'); ?></div>
This will add Twitter, Facebook, Google+
Check attachmentHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Attachments:
You must be logged in to view attached files.March 25, 2015 at 03:27 #51427joninhas
ParticipantHi ,
tried this mod but with no success.
Please check attach image
Attachments:
You must be logged in to view attached files.March 27, 2015 at 17:51 #51851steve
ParticipantHey,
awesome, worked! Thank you very much! Just the previous buttons “Add friend” “Public message” goes into the image. url: http://network.webberry.eu/members/chris/
Can you send print screen of code, maybe some page break or something is missing?
And 2nd question, I dont want to show counters, on other buttons like Twitter and Google plus can unmark the counters, but on Facebook there are not that option, it have “App ID”. Do you know how can remove counter option also from Facebook?
All the best!
SteveMarch 29, 2015 at 04:55 #52012Laura
ModeratorHello, please share a link to the website os i can fix it. It may be related to my custom css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 30, 2015 at 12:23 #52173Laura
ModeratorHello, for everyone that has the buttons moved after adding the css, please add this also:
COPY CODEdiv#item-buttons { margin-left: 100%; }
It will fix the issue
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 30, 2015 at 17:08 #52233joninhas
ParticipantHi ,
it was great a css to inset only buttons on top or bottom of the profile photo
March 30, 2015 at 19:09 #52251steve
ParticipantWorked, thanks! And algo would like to try how it looks then buttons bottom of the photo with horizontal alignment.
All the best,
SteveMarch 31, 2015 at 16:35 #52422Laura
ModeratorHello, will work on it 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 31, 2015 at 16:41 #52425Laura
ModeratorHello, first of all change the first code in member-header.php for this one
COPY CODE<div class="sharebuddy"style="float:left;"><?php echo do_shortcode('[really_simple_share button="facebook_like"]'); ?> <?php echo do_shortcode('[really_simple_share button="twitter"]'); ?> <?php echo do_shortcode('[really_simple_share button="google1"]'); ?></div> </div>
I will post the next step to make it horizontal and at the bottom of profile photo
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 31, 2015 at 16:49 #52429Laura
ModeratorHello, now please add this to quick css or style.css of child theme
COPY CODE.sharebuddy { margin-left: -76%; width: 100px; margin-top: 60%; } .really_simple_share_twitter { margin-left: 110%; margin-top: -33px; } .really_simple_share_google1 { margin-left: 205px; margin-top: -66px; }
This code may look bad the first time as i have custom css, so please if it looks bad, share a member page so i can edit it and share it with others 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 31, 2015 at 21:41 #52512steve
ParticipantHey,
thx, it puts buttons on right place, but also moves information fields from right to the bottom.
http://network.webberry.eu/members/chris/
Attachments:
You must be logged in to view attached files.March 31, 2015 at 21:43 #52514steve
ParticipantP.S Would also like to show the buttons on groups. Where have to add the code for that?
Thx,
SteveApril 1, 2015 at 10:50 #52676Laura
ModeratorHello Steve, can you delete the css i sent you so i can recreate one based on your website? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 15, 2015 at 01:32 #54487Laura
ModeratorHello Steve, so do you still need a css fix? 🙂 Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.