
Biz Türkler biraz sabırsızız. Sorun ÇözüldüCable Player wrote:Hi there. I've installed this extension using "Upload Extensions 3.1.0" and it doesn't display properly. The icons display over the edit/delete/quote buttons in a pst, rather than at the bottom of the post like in your screen grabs.
I've attached a screen-grab of my own, it also includes the other extensions installed to the board.
I'm not sure if this is a known bug, or a collision with another extension or not. (I'm using 3.1.0-RC6)
netyuvam wrote:Biz Türkler biraz sabırsızız. Sorun ÇözüldüCable Player wrote:Hi there. I've installed this extension using "Upload Extensions 3.1.0" and it doesn't display properly. The icons display over the edit/delete/quote buttons in a pst, rather than at the bottom of the post like in your screen grabs.
I've attached a screen-grab of my own, it also includes the other extensions installed to the board.
I'm not sure if this is a known bug, or a collision with another extension or not. (I'm using 3.1.0-RC6)
shareon.css dosyasını aç
Aşağıdaki kısmı bul:
Code: Select all
.share-icon-button:before { content: ''; display: inline-block; float: right; height: 16px; margin: 2px 0 0 2px; width: 16px;
Buradaki ile değiştir:
Code: Select all
.share-icon-button:before { content: ''; display: inline-block; float: right; height: 16px; margin: 25px 0px 0px 2px; width: 16px;
It is Solved
shareon.css >>>
Find:
Code: Select all
.share-icon-button:before { content: ''; display: inline-block; float: right; height: 16px; margin: 2px 0 0 2px; width: 16px;
Replace:
Code: Select all
.share-icon-button:before { content: ''; display: inline-block; float: right; height: 16px; margin: 25px 0px 0px 2px; width: 16px;
Demo: http://forum.netyuvam.org/viewtopic.php?f=2&t=1
Code: Select all
/* Share On Extension */
.share-icon-button:before { background-image: url("./images/icons_share.png"); }
.share-button {
cursor: pointer;
display: inline-block;
height: 18px;
font-size: 13px;
white-space: nowrap;
border-radius: 0;
padding: 2px 8px;
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
position: relative;
top:0px; left:-280px;
text-decoration: none !important;
outline-style: none !important;
vertical-align: bottom;
}
.share-icon-button:before {
content: '';
display: inline-block;
float: right;
height: 16px;
margin: 2px 0px 0px 2px;
width: 16px;
}
.dropdown-select.share-icon-button:before {
margin-right: 4px;
}
.post-buttons .share-icon-button {
padding: 0 3px;
}
.hastouch .post-buttons .share-icon-button {
padding: 2px 8px;
}
.post-buttons .share-icon-button span {
display: block;
height: 0;
overflow: hidden;
position: absolute;
width: 1px;
}
.post-buttons .share-icon-button:before {
margin-left: 0;
}
.facebook-icon:before { background-position: 452px 0; }
.twitter-icon:before { background-position: 431px 0px; }
.tuenti-icon:before { background-position: 410px 0px; }
.sonico-icon:before { background-position: 389px 0px; }
.friendfeed-icon:before { background-position: 368px 0px; }
.digg-icon:before { background-position: 347px 0px; }
.reddit-icon:before { background-position: 326px 0px; }
.delicious-icon:before { background-position: 305px 0px; }
.vk-icon:before { background-position: 284px 0px; }
.tumblr-icon:before { background-position: 263px 0px; }
.google-icon:before { background-position: 242px 0px; }
Code: Select all
.share-icon-button:before {
content: '';
display: inline-block;
float: right;
height: 16px;
margin: 2px 0 0 2px;
width: 16px;
Code: Select all
.share-icon-button:before {
content: '';
display: inline-block;
float: right;
height: 16px;
margin: 25px 0px 0px 2px;
width: 16px;
marhaba alhitaryalhitary wrote:in RTL forum like arabic, it shows the bellow problem :
<a href="http://www.freeimagehosting.net/commerc ... phy/"><img src="https://camo.phpbb.com/26debc368290af2e0572bd7e6a19b5be3eabfa8d/687474703a2f2f692e696d6775722e636f6d2f747a30367675752e6a7067" alt="Commercial Photography"></a>
Code: Select all
/* Share On Extension */
.share-icon-button:before { background-image: url("./images/icons_share.png"); }
.share-button {
cursor: pointer;
display: inline-block;
height: 18px;
font-size: 13px;
white-space: nowrap;
border-radius: 0;
padding: 2px 8px;
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
position: relative;
top:0px; left:-280px;
text-decoration: none !important;
outline-style: none !important;
vertical-align: bottom;
}
.share-icon-button:before {
content: '';
display: inline-block;
float: right;
height: 16px;
margin: 2px 0px 0px 2px;
width: 16px;
}
.dropdown-select.share-icon-button:before {
margin-right: 4px;
}
.post-buttons .share-icon-button {
padding: 0 3px;
}
.hastouch .post-buttons .share-icon-button {
padding: 2px 8px;
}
.post-buttons .share-icon-button span {
display: block;
height: 0;
overflow: hidden;
position: absolute;
width: 1px;
}
.post-buttons .share-icon-button:before {
margin-left: 0;
}
.facebook-icon:before { background-position: 452px 0; }
.twitter-icon:before { background-position: 431px 0px; }
.tuenti-icon:before { background-position: 410px 0px; }
.sonico-icon:before { background-position: 389px 0px; }
.friendfeed-icon:before { background-position: 368px 0px; }
.digg-icon:before { background-position: 347px 0px; }
.reddit-icon:before { background-position: 326px 0px; }
.delicious-icon:before { background-position: 305px 0px; }
.vk-icon:before { background-position: 284px 0px; }
.tumblr-icon:before { background-position: 263px 0px; }
.google-icon:before { background-position: 242px 0px; }
Code: Select all
top:0px; left:-280px;