Community Forums › Forums › Archived Forums › Design Tips and Tricks › Simple Share above image on archive pages
Tagged: simple share icons, social
- This topic has 6 replies, 3 voices, and was last updated 9 years, 5 months ago by Vasilis.
-
AuthorPosts
-
March 10, 2015 at 7:13 am #143906mbsvendsenMember
Hi!
I am attempting to move my simple share buttons above my featured image and just below the author name on my archive pages.
I have attempted changing the code provided by Brian Gardnener, but I am not to familiar with rules, so keep stuffing up my functions.php file. If anyone could help me out with the correct code I would really appreciate it!
http://www.applyresearch.com/?page_id=345March 10, 2015 at 8:25 am #143913Brad DaltonParticipantChange the hook and conditional tag
Genesis Hooks http://genesistutorials.com/visual-hook-guide/
Conditional tags http://codex.wordpress.org/Conditional_Tags
April 4, 2015 at 6:09 am #146638VasilisMemberI checked these tutorials Brad and checked also the tutorials from Brian.
However I don't want to move the above part of simple share icons.
I only want to move the below part to appear exactly at the ending of my blog post
Do you know which hook is this and if this can be done?
Here is an example of how simple share icons appear at the ending of my post now
http://thevasilis.com/why-educating-your-prospects-can-take-your-business-to-the-next-level/
I would like to move them exactly where the text finishes before the suggested posts.
Thank you very much
Marketing & Business Development Consultant Located in Bangkok, Thailand @ PowerHouse Consulting Group
April 4, 2015 at 8:08 am #146643Brad DaltonParticipantLooks like your author box is using the_content filter so it hooks in 1st.
You could use the same hook with a earlier priority
Or
Reposition the author box to a later hook and hook in your sharing using the genesis_entry_content hook.
April 7, 2015 at 2:08 am #146888VasilisMemberHey thanks very much Brad!
I deeply appreciate your help.
Although I'm not a coder, I can do pretty basic stuff.
Could you please write down for me the code to reposition the share button to an earlier hook with earlier priority?
Kind Regards
~ Vasilis
Marketing & Business Development Consultant Located in Bangkok, Thailand @ PowerHouse Consulting Group
April 7, 2015 at 2:27 am #146889Brad DaltonParticipantI don't have the code which does exactly what you ask so i would need to work it out, write it and test it.
I do have something similar on my site which i published some time ago after consulting the Developer of the author box plugin to find out how best to reposition it for other sharing buttons, but you would need to find that which isn't easy now because there's 3000+ snippets on my site.
April 7, 2015 at 4:59 am #146894VasilisMemberHere you are...:)
You mean this right?
Load & Display AddThis Social Sharing Javascript Code From External URL
As far as I can see you have some code that explains how to move social sharing buttons around.
THANK YOU!!!
However, I would need to set the plugin option to show up the social buttons ONLY above single posts and do the after single posts manually via coding, right?
Thank you once again...I appreciate it Brad
Kind Regards
Marketing & Business Development Consultant Located in Bangkok, Thailand @ PowerHouse Consulting Group
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.