Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Plugins & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=16)
-   -   How I placed AddThis plugin's toolbar to the right of GD Star Rating toolbar. (http://forum.bytesforall.com/showthread.php?t=7145)

ymf May 16, 2010 09:12 PM

How I placed AddThis plugin's toolbar to the right of GD Star Rating toolbar.
 
I found the way to beautify the placement / display of AddThis plugin's toolbar relative to the GD Star Rating plugin's toolbar. Here is how: add the following CSS insert

div.addthis_container {/*AddThis toolbar*/
display:inline;
float:right;
}

To see how this hack works, check the image of GD Star Rating and AddThis toolbars "BEFORE" the change: http://img171.imageshack.us/img171/6...forechange.gif
... and "AFTER" the change: http://img705.imageshack.us/img705/8...fterchange.gif .

Much better to my eye :)

Credit goes to brotherjoy (http://www.addthis.com/forum/viewtop...t=5552&start=0 )

dido Jul 24, 2010 06:07 AM

With tables you can manage everything easily

GD star ratings / text / Facebook like / comments / add this....

exemple :

<div style="clear: both;"></div>
<center>
<table cellpadding="0" cellspacing="0">
<tr><td>
<p><FONT color="#FF0000"><strong>Fun / Not Fun ? &nbsp; &nbsp; &nbsp; </strong></FONT></p>
</td><td>
<?php echo wp_gdsr_render_article(); ?>
</td></tr></table>
</center>
<br>
<table cellpadding="0" cellspacing="0">
<tr><td>
<?php do_action('awp_commentform_link');?>
<?php do_action('awp_commentform'); ?>
<a>&nbsp; &nbsp; &nbsp; </a>
</td><td>
<?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?>
<a>&nbsp; &nbsp; &nbsp; </a>
</td><td>
<?php echo facebook_like_button_plugin_sc_standard($options); ?>
<a>&nbsp; &nbsp; &nbsp; </a>
</td><td>
<?php do_action( 'addthis_widget' ); ?>
</td></tr></table>


All times are GMT -6. The time now is 11:07 AM.

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