b_blac
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [rtSocial] Support Tumblr Share ButtonThanks Saurabh, look forward to it!
Forum: Plugins
In reply to: [Social Sharing Toolkit] Like and publish feature in like fb buttonagree – it would be nice to have such feature.
Hi Imran,
Not an expert on CSS, but this previous post may have an answer for you.
Best,
AndrewForum: Plugins
In reply to: [WP Popular Posts] [Plugin: WordPress Popular Posts] Add post link to excerptThanks Héctor!
Hey vatu, found a solution to display title from the top of the image:
Step1: Instead of just putting [wpp], use the following
<div class=”popular-posts-page”>[wpp]</div>Step2: add to the css
.popular-posts-page li {
min-height:65px;
display:block;
list-style:none outside none;
}.popular-posts-page img {
float:left;
margin-right:4px;
border:2px solid #ECEFF5;
}Note I set my thumbnail width as 50px, so min-height:65px works for me. Hope this helps.
Viewing 5 replies - 1 through 5 (of 5 total)