• Downloaded and installed the sociable plugin. Everything is working perfect except I am unable to position this social bookmarking plugin to view horozontal. It shows the icons in a vertical fashion, expanding my blog way to long for the average reader. Can anyone guide me towards a solution?

    I have tried to manipulate the css area to no luck. I figure it is within the .php file. Does anyone know what I should look into specifically?

    Thank you for your help,

    Bryan

Viewing 9 replies - 1 through 9 (of 9 total)
  • Joost de Valk

    (@joostdevalk)

    The fix is easy, enable “use sociable CSS” in the sociable options.

    eric98975

    (@eric98975)

    Looks like a great plugin, but it’s not appearing in horizontal format yet!

    WP 2.5 using Dilectio theme. Using the Sociable CSS does change the presentation, but only slightly!

    Thanks for your help!

    buckyboog

    (@buckyboog)

    I have the same problem the icons are lined up vertically…

    WP 2.3.3, Heavily modified Sandbox theme.

    I know the style sheet getting loaded, because disabling it changes the look… I see bullets on the list items all of a sudden.

    I don’t think it’s a browser issue because I have seen the menu on other sites horizontally, and I see the same thing in Safari and Firefox.

    The display: inline is the significant bit in the stylesheet right?

    .sociable ul {
    	display: inline;
    	margin: 0 !important;
    	padding: 0 !important;
    }
    .sociable li {
    	background: none;
    	display: inline;
    	list-style-type: none;
    	margin: 0;
    	padding: 1px;
    rumpkins

    (@rumpkins)

    I too am having trouble with this. However, on mine, the first icon appears normally and then all the others display on the line below — staggered. Sociable CSS is enabled. I’d really like to use this plug-in…

    Uncheck “Use sociable CSS”.

    Go to your themes CSS and paste at the bottom:

    /* Sociable */
    
    div.sociable { margin: 16px 0; }
    
    span.sociable_tagline { position: relative; }
    span.sociable_tagline span { display: none; width: 14em; }
    span.sociable_tagline:hover span {
    	position: absolute;
    	display: block;
    	top: -5em;
    	background: #ffe;
    	border: 1px solid #ccc;
    	color: black;
    	line-height: 1.25em;
    }
    .sociable span {
    	display: block;
    }
    .sociable ul {
    	display: inline;
    	margin: 0 !important;
    	padding: 0 !important;
    }
    .sociable ul li {
    	background: none;
    	display: inline;
    	list-style-type: none;
    	margin: 0;
    	padding: 1px;
    }
    .sociable ul li:before { content: ""; }
    .sociable img {
    	float: none;
    	width: 16px;
    	height: 16px;
    	border: 0;
    	margin: 0;
    	padding: 0;
    }
    
    .sociable-hovers {
    	opacity: .4;
    	-moz-opacity: .4;
    	filter: alpha(opacity=40);
    }
    .sociable-hovers:hover {
    	opacity: 1;
    	-moz-opacity: 1;
    	filter: alpha(opacity=100);
    }
    
    /* End sociable */

    Now it should work.

    Found similar issue with solution.
    http://prasplugin.com/forum/viewtopic.php?f=4&t=2

    SOLUTION TO DISPLAYING SOCIABLE ICONS HORIZONTALLY

    Problem: How to show Sociable icons horizontally
    keywords: display show sociable horizontal bookmarks icons

    1) The IMG Image tag requires ‘display inline;’ added to it.
    ——

    .sociable img {
            display inline;

    ——

    2) All other .display properties convert to ‘inline’.

    Note: this should be THE DEFAULT. The use of lists in the Sociable stylesheet makes no freaking sense at all. It’s almost impossible to find a site with vertical entries. the purpose of lists is to create vertical entries. When combined with an image tag, this makes it highly probable that sites will display the bookmarks vertically.

    You can edit the sociable php by searching for

    <li> and </li>and
    <ul> and </ul>

    and simply deleting those characters, but unless you alter the IMG property of the stylesheet in many cases, depending upon your style hierarchy, you will still end up with vertically listed images.

    Again, the code should be changed to display these icons horizontally by default, not as a list.

    I have tried all the above and still no love with the SG/Dark theme
    I’m trying with the sociabl.css in my style.css but didn’t have any luck changing the sociable.css either. Any other suggestions?

    Thanks in Advance!

    /*
    Theme Name: SG/Dark
    Theme URI: http://theundersigned.net/
    Description: Minimalistic two-in-one column theme. Searching and commenting is powered by AJAX made by <a href="http://sevengoslings.net">Seven Goslings</a>, but works as normal if javascript is disabled. Design is made by <a href="http://theundersigned.net">the undersigned</a>. Please report if any bugs is found!
    Version: 1.0
    Author: The undersigned
    Author URI: http://theundersigned.net/
    
    The CSS, XHTML, JS and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php
    */
    
    /* Overall */
    
    body{
    margin:0;
    background-color:#444
    font-family:Georgia;
    }
    
    form {
    display:inline;
    margin:0;
    padding:0;
    }
    
    a:link, a:visited {
    text-decoration:none;
    color:#BFD72F;
    }
    
    a:hover {
    color:#ADC32A;
    }
    
    .content {
    position:relative;
    width:900px;
    left:50%;
    margin-left:-450px;
    }
    
    /* Top menu */
    
    #menucontainer {
    position:relative;
    width:100%;
    background-image:url(pic/menubg.jpg);
    height:0px;
    }
    
    #menucontainer ul {
    list-style:none;
    margin:0;
    padding:0;
    }
    
    #menucontainer ul li {
    # display:block;
    position:relative;
    float:left;
    }
    
    #menucontainer ul li a:link, #menucontainer ul li a:visited {
    display:block;
    position:relative;
    float:left;
    padding:50px 30px 20px 30px;
    font-size:11px;
    line-height:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#BFD72F;
    text-decoration:none;
    }
    
    #menucontainer ul li a:hover {
    background-image:url(pic/menubghover.jpg);
    padding:50px 29px 20px 29px;
    border-left:1px solid #BFD72F;
    border-right:1px solid #BFD72F;
    border-bottom:3px solid #BFD72F;
    color:#EEE;
    }
    
    #menucontainer ul .current_page_item a:link, #menucontainer ul .current_page_item a:visited {
    background-image:url(pic/menubghover.jpg);
    border-bottom:3px solid #BFD72F;
    color:#BFD72F;
    }
    
    #menucontainer ul .current_page_item a:hover {
    border-left:0;
    border-right:0;
    padding:50px 30px 20px 30px;
    color:#BFD72F;
    }
    
    /* Main content */
    
    #maincontainer {
    position:relative;
    width:100%;
    background-color:#444;
    }
    
    #postone {
    position:relative;
    width:380px;
    float:left;
    margin:20px 0 20px 30px;
    }
    
    #posttwo {
    position:relative;
    width:380px;
    float:right;
    margin:20px 30px 20px 0;
    }
    
    #pagepost {
    position:relative;
    float:left;
    width:500px;
    left:50%;
    margin:20px 0 20px -250px;
    }
    
    #postone img, #posttwo img, #pagepost img {
    border-left:3px solid #BFD72F;
    display:block;
    margin:20px 0 20px 27px;
    padding-left:10px;
    border-top:0;
    border-bottom:0;
    border-right:0;
    }
    
    #maincontainer h2 {
    color:#BFD72F;
    text-transform:uppercase;
    font-size:18px;
    margin:0 0 5px 0;
    letter-spacing:5px;
    font-weight:normal;
    }
    
    #maincontainer .post p {
    margin:0 0 20px 0;
    }
    
    #maincontainer .post em {
    	color:#EEE;
    	font-size:12px;
    	line-height:20px;
    }
    
    #maincontainer .post p, #maincontainer .post ul, #maincontainer .post ol {
    color:#EEE;
    font-size:12px;
    line-height:20px;
    }
    
    #maincontainer .post blockquote {
    font-style:italic;
    border-left:3px solid #BFD72F;
    margin-left:27px;
    padding-left:10px;
    }
    
    #maincontainer .post .postdata {
    color:#AAA;
    font-size:10px;
    font-style:italic;
    margin:-10px 0 0 0;
    }
    
    #maincontainer .post h1 {
    color:#BFD72F;
    text-transform:uppercase;
    font-size:15px;
    margin:0 0 5px 0;
    letter-spacing:3px;
    font-weight:normal;
    }
    
    #maincontainer .post h2 {
    color:#BFD72F;
    text-transform:uppercase;
    font-size:13px;
    margin:0 0 5px 0;
    letter-spacing:3px;
    font-weight:normal;
    }
    
    #maincontainer .post h3 {
    color:#BFD72F;
    text-transform:uppercase;
    font-size:11px;
    margin:0 0 5px 0;
    letter-spacing:3px;
    font-weight:normal;
    }
    
    /* Comments */
    
    .commentodd {
    background-color:#333;
    border-left:2px solid #BFD72F;
    }
    
    .commentodd, .commenteven {
    position:relative;
    width: 380px;
    }
    
    .commentcontent {
    padding:5px 15px 5px 15px;
    }
    
    .commentcontent p {
    font-size:11px;
    line-height:17px;
    color:#EEE;
    }
    
    .commentcontent .commentinfo {
    color:#AAA;
    }
    
    .commentcontent blockquote {
    font-style:italic;
    border-left:3px solid #BFD72F;
    margin-left:17px;
    padding-left:10px;
    }
    
    .commentcontent ul, .commentcontent ol {
    margin-left:15px;
    }
    
    #comment {
    width: 380px;
    }
    
    /* Bottom content */
    
    #bottomcontainer {
    position:relative;
    clear:both;
    float:left;
    width:100%;
    background-image:url(pic/bottombg.jpg);
    background-repeat:repeat-x;
    background-color:#222;
    }
    
    #bottomcontainer .content {
    padding-top:40px;
    }
    
    #bottomcontainer h2 {
    color:#BFD72F;
    text-transform:uppercase;
    font-size:13px;
    margin:0 0 5px 0;
    letter-spacing:3px;
    font-weight:normal;
    }
    
    #bottomcontainer ul {
    list-style:none;
    margin:0 0 30px 0;
    padding:0;
    border-bottom:3px solid #BFD72F;
    }
    
    #bottomcontainer ul li {
    display:block;
    position:relative;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
    line-height:20px;
    padding:0 10px 0 10px;
    border-bottom:1px solid #666;
    color: #EEE;
    }
    
    #bottomcontainer ul li a:link, #bottomcontainer ul li a:visited {
    color:#EEE;
    text-decoration:none;
    }
    
    #bottomcontainer ul li a:hover {
    color:#BFD72F;
    }
    
    #column1 {
    position:relative;
    float:left;
    width:280px;
    }
    
    #column1 img {
    border:0;
    }
    
    #column2 {
    position:relative;
    float:left;
    margin-left:30px;
    width:280px;
    }
    
    #column3 {
    position:relative;
    float:right;
    width:280px;
    }
    
    .bottomsmallright a:link, .bottomsmallright a:visited, .bottomsmallleft a:link, .bottomsmallleft a:visited {
    color:#EEE;
    }
    
    .bottomsmallright a:hover, .bottomsmallleft a:hover {
    color:#ADC32A;
    }
    
    .bottomsmallright {
    height:25px;
    font-size:12px;
    text-align:right;
    margin-right:20px;
    line-height:25px;
    padding-bottom:30px;
    }
    
    .bottomsmallleft {
    height:25px;
    font-size:12px;
    text-align:left;
    margin-left:10px;
    line-height:25px;
    padding-bottom:30px;
    }
    
    .bottomsmallcenter {
    height:20px;
    font-size:12px;
    text-align:center;
    line-height:25px;
    }
    
    .bottomsmallcenter {
    padding-bottom:30px;
    }
    
    html>body .bottomsmallcenter {
    padding-bottom:35px;
    }
    
    #s {
    background-color:#333333;
    color:#EEEEEE;
    border:0;
    text-align:center;
    height:20px;
    }
    
    #ssubmit {
    height:20px;
    width:60px;
    vertical-align:middle;
    }
    
    /* Footer */
    
    #footer {
    position:relative;
    clear:both;
    width:100%;
    padding:30px 0 5px 0;
    height:30px;
    background-color:#222;
    }
    
    #footer p {
    color:#666;
    font-size:11px;
    line-height:30px;
    text-align:center;
    margin:0;
    }
    
    #footer img {
    border:0;
    }
    
    #footer a:link, #footer a:visited {
    color:#666;
    }
    
    #footer a:hover {
    color:#666;
    text-decoration:underline;
    }
    
    #postone input {
    width:380px;
    }
    
    #postone #mailsubmit {
    width:100px;
    }
    
    #postone textarea {
    width:380px;
    height:100px;
    }
    
    /* Sociable */
    
    div.sociable { margin: 16px 0; }
    
    span.sociable_tagline { position: relative; }
    span.sociable_tagline span { display: none; width: 14em; }
    span.sociable_tagline:hover span {
    	position: absolute;
    	# display: block;
    	top: -5em;
    	background: #ffe;
    	border: 1px solid #ccc;
    	color: black;
    	line-height: 1.25em;
    }
    .sociable span {
    	# display: block;
    }
    .sociable ul {
    	display: inline;
    	margin: 0 !important;
    	padding: 0 !important;
    }
    .sociable ul li {
    	background: none;
    	display: inline;
    	list-style-type: none;
    	margin: 0;
    	padding: 1px;
    }
    .sociable ul li:before { content: ""; }
    .sociable img {
    	display: inline;
    	float: none;
    	width: 16px;
    	height: 16px;
    	border: 0;
    	margin: 0;
    	padding: 0;
    }
    
    .sociable-hovers {
    	opacity: .4;
    	-moz-opacity: .4;
    	filter: alpha(opacity=40);
    }
    .sociable-hovers:hover {
    	opacity: 1;
    	-moz-opacity: 1;
    	filter: alpha(opacity=100);
    }
    
    /* End sociable */
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Sociable plugin layout from vertical to horozontal?’ is closed to new replies.