As you'll see on my blog http://www.yonigreenbaum.com I'm using the sphere, share it and addthis widgets. They appear at the bottom of posts. Currently the icons are stacked vertically, with some odd spacing. I would like to present them vertically, but am not really sure which file to edit? Or if there is another way to get the look that I would like it. Suggestions? Thoughts? much appreciated.
Cutline Theme Support Forums » Cutline Theme Support Forums
Which file do I edit?
(4 posts)-
Posted 2 years ago #
-
I chucked the addthis widget, so now I'm just seeking to have the sphere and share it widgets appear on the same line. Any thoughts?
Posted 2 years ago # -
I've been struggling a bit myself with trying to get the Sharethis and Printthis widget to appear on the same line. But there is good news. The newly released Sharethis version (2.1b1) allows one to position the widget at a location of one's choice. In the WP admin area under "Options" select ShareThis. This assumes that you have version 2.1b1. There are three menu choices which all have to be set to "no". Then you need to mod the pertinent Cutline php-files (index.php,pages.php,archives.php,single.php), to get the widget to appear where you want it. This bit of php code needs to be inserted:
<?php if (function_exists('sharethis_button')) { sharethis_button(); } ?>Posted 2 years ago # -
MarkA - Sweet, thanks for the help.
Posted 2 years ago #
Reply
You must log in to post.
not resolved