Paul Annekov
Forum Replies Created
-
Forum: Plugins
In reply to: [Flexible Recent Posts] Shortcode in excerpt!I don’t understand your message. Can you provide more details + add some screenshots?
Forum: Plugins
In reply to: [Flexible Recent Posts] Any to offset the postsNo. You can only try to hide the first post with CSS but not offset.
Forum: Plugins
In reply to: [Flexible Recent Posts] Excerpt lenght conflicttcs.minten, it’s default behaviour of WordPress. If you set custom excerpt during edit – it won’t be trimmed.
I have just set (in version 1.0.4) higher priority to excerpt length filter and now themes will not override it.
Forum: Plugins
In reply to: [Flexible Recent Posts] time_since limitationThe behaviour of feature “time since” is different from site to site. Somebody prefer to display textual date representation until a day and somebody until a week. I have chosen the golden mean.
Forum: Plugins
In reply to: [Flexible Recent Posts] change color of the titleTry this (change color code near the #):
<div class="frp-left"> <a href="[frp_link]">[frp_thumbnail size="115x115"]</a> </div> <div class="news-widget-info"> <div class="news-widget-title"> <a href="[frp_link]" class="news-widget-link" style="color: #2bffb1">[frp_title]</a> </div> </div> <div class="frp-clear"></div>
Forum: Plugins
In reply to: [Flexible Recent Posts] Erroneous HTML addedThe problem is in function
wpautop()
. Just try to create new Text widget, insert the same contents and put a tick to “Automatically add paragraphs” checkbox. You would see the same result.
That function is very buggy as for me. Try to remove all whitespaces and the problem will be solved:<div class=”frp-left”><div class=”calendar-date”><div class=”calendar-month”>[frp_date format=”M” time_since=”0″]</div><div class=”calendar-day”>[frp_date format=”j” time_since=”0″]</div></div></div>
Forum: Plugins
In reply to: [Flexible Recent Posts] Vertical AlighmentUse CSS. Ask someone who knows it how to vertically align two blocks.
Forum: Plugins
In reply to: [Flexible Recent Posts] Excerpt lenght conflictWill fix this bug soon. I have not enough time now.
Forum: Plugins
In reply to: [Flexible Recent Posts] How to make space between photo and textSuppose you have such template:
[frp_thumbnail size="32x32"] [frp_excerpt length="10"]
(thumbnail + excerpt). To add some gap between image and text you can use CSS:<div style="margin: 0 10px 10px 0">[frp_thumbnail size="32x32"]</div> [frp_excerpt length="10"]
(modify10px
to change gap size).Forum: Plugins
In reply to: [Flexible Recent Posts] Excerpt lenght conflictSo you insert something like this
[frp_excerpt length="15"]
to template in settings, but the excerpt length is not 15?Forum: Plugins
In reply to: [Flexible Recent Posts] Thumbnail size in percentages?You are welcome! The answer is here.
Forum: Plugins
In reply to: [Flexible Recent Posts] Linked widget titleTime… ??
Forum: Plugins
In reply to: [Flexible Recent Posts] Linked widget titleThere was already such request. Will make it as soon as possible.
Forum: Plugins
In reply to: [Flexible Recent Posts] Show Category NameSomebody has already made such feature request. Will try to make it in one month.
Forum: Plugins
In reply to: [Flexible Recent Posts] Works with sticky posts?I think Yes because it’s default WordPress behavior. You can try yourself.