Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Plugins & Atahualpa »

How I placed AddThis plugin's toolbar to the right of GD Star Rating toolbar.


  #1  
Old May 16, 2010, 09:12 PM
ymf
 
61 posts · May 2009
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 )
  #2  
Old Jul 24, 2010, 06:07 AM
dido
 
3 posts · Jul 2010
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>

Last edited by juggledad; Jul 24, 2010 at 07:29 AM.

Bookmarks

Tags
addthis, gd star plugin, gd star rating

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
post star rating - add more letters to title drey Plugins & Atahualpa 0 May 13, 2010 01:51 PM
Links rating from 0 - 10? Webbis Sidebars & Widgets 3 Feb 4, 2010 07:59 AM
AddThis widget location. pilsen1 Sidebars & Widgets 6 Oct 6, 2009 02:08 PM
GD Star Rating Plugin won't activate with Atahualpa coachjerry Plugins & Atahualpa 9 Oct 4, 2009 08:47 PM
How to Link Page Toolbar Outside of Site tim5046 Page & Category Menu Bars 1 Jun 4, 2009 07:51 AM


All times are GMT -6. The time now is 05:58 PM.


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