Hello,
I currently have the Autofocus+ Pro theme installed on my website and would like to move the position of the "Share and Follow" icons I am using on my site:
daniel-marsden.com
Username: test
password: testes
Currently the "Tweet" and "Like" icons appear at the bottom of every post. I would like to move these icons to reside in the column on the right under post tile information. Please see the attached screenshot to see a mock-up of my desired positioning.
More information I am using on the plugin can be found here:
http://share-and-follow.com/wordpress-plugin/
I can give out admin info to my site as needed.
Any help would be appreciated.
Thank you!
Ivaylo Draganov answers:
Hello,
I can do it. But I would need admin access to the site as the template file has to be changed (not just css).
Daniel Marsden comments:
Ivaylo,
I will email you in private with admin access to my site. You did such great work for me last time I completely trust you with this job.
Kristin Falkner answers:
You can just change the settings on the plug-in to not automatically insert and use their PHP or shortcode with PHP and place it in your theme where you'd like it to appear:
<?php echo do_shortcode('[share_links]'); ?>
<em>Edited to add</em>: You can also surround this with a div and give it a CSS class to have additional control over the placement.