-
AuthorPosts
-
November 10, 2010 at 7:03 pm #4384jennifersmuGuest
Hey, this plugin is AWESOME, and I will totally use it and donate if I can figure out the issue I’m having. When I activate the plugin and select buttons, it places them in my posts as a bulleted list. I don’t want this–I want them to line up horizontally so as to use less screen real estate. How can I accomplish this? Thanks,
Jennifer
November 11, 2010 at 12:10 pm #5246Aakash ChakravarthyKeymasterHello jennifersmu, it is a simple problem.
Change
Load WP Socializer CSS setting to “Yes” under the “Social buttons” tab.If the above did not work, add the code
Code:
.wp-socializer ul {
display: inline !important;
margin: 0 !important;
padding: 0 !important;
}
.wp-socializer ul li {
background: none;
display: inline !important;
list-style-type: none;
margin: 0px 5px 5px 0px;
padding: 0px;
float: left !important;
}in the placement template anywhere i.e under the “placement” tab in placement 1 or 2 textbox.
Before using the second method, post your site’s link here, so that i can examine the problem deeply !Thanks for your appreciations ..
November 15, 2010 at 6:10 am #5247AnonymousGuestThe “Load WP Socializer CSS setting” is set to “Yes” and i try adding the code example. Both doesn’t work.
I include the functions manually in my template by using this code:
I’m looking for a way to have social buttons and facebook like in one row.
Example page: http://www.pichel64.de
Thanks for your help and this great plugin!
November 15, 2010 at 8:41 am #5248Aakash ChakravarthyKeymasterPichel wrote:The “Load WP Socializer CSS setting” is set to “Yes” and i try adding the code example. Both doesn’t work.
I include the functions manually in my template by using this code:
I’m looking for a way to have social buttons and facebook like in one row.
Example page: http://www.pichel64.de
Thanks for your help and this great plugin!
Change the facebook
Button Style toButton and Count,Width to100 or120 and add the following code for your facebook button in the template.Instead of
Code:{facebook-like}
use
Code:{facebook-like}
in your template. Use this only when you want to align 32px social buttons and facebook button in a row.This code just a simple one. WP Socializer is fully customizable with CSS and Placement.
November 16, 2010 at 11:58 am #5249AnonymousGuestvaakash wrote:This code just a simple one. WP Socializer is fully customizable with CSS and Placement.
Now it works fine! Thanks for your help and this perfect plugin.
November 16, 2010 at 1:23 pm #5250Aakash ChakravarthyKeymasterThanks … it is upto the users to share and support this plugin ! 🙂
Regards.
-
AuthorPosts
- The topic ‘Place Buttons in a Horizontal Row?’ is closed to new replies.