Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] Placement of sociable icons (http://forum.bytesforall.com/showthread.php?t=53)

bseppa Dec 18, 2008 10:21 PM

[SOLVED] Placement of sociable icons
 
Flynn - I found a way to workaround this issue but I thought I would throw this in for a future release...

The placement of the icons for Sociable are crammed up against the footer. A <br /> between them would make for a nicer default UI.

Now that I think about it, what is the official unofficial ;) way to approach this. I put this after post pagination in the main index file:

<?php if ( !is_front_page() && !is_page() ) { ?>
<!-- Sociable -->
<div>
<?php if (function_exists('sociable_html')) { echo sociable_html(); } ?>
<br /><br />
</div>
<?php } ?>

bseppa Dec 18, 2008 10:37 PM

Nevermind. I just changed line 271 of the main index to this:

echo '<br /><div class="post-footer">';

Flynn Dec 18, 2008 10:46 PM

When you use the Atahualpa options the icons would be inside the footer but you can have them outside the footer too by using the Sociable options page. I think you have them outside, between post and footer? If you look at the "post/page info items" page again after you installed sociable, there should be instructions on how to remove the icons from outside the footer. But seems you want them that way anyway.

bseppa Dec 18, 2008 10:48 PM

I do want them outside the footer. I'm good now.


All times are GMT -6. The time now is 02:42 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.