Hi @corelan
Hi, would it be possible to allow us to configure a custom separator character to show in between post titles?
You can set it from here: http://prntscr.com/ncjuio
any way to put the “post info after ticker” in between ( and ) (as an option)?
Sorry, I can’t understand what you want to say. Could you please explain it?
Thanks!
Hi – the separator in http://prntscr.com/ncjuio is the one used to separate the post title and the “info”. I am looking for a second separator that I can use to separate posts.
The second question is about the post info. I basically want to put it between rounded braces ( and )
hope this explains
thanks
Hi @corelan
Sorry for the late response. You can now put rounded braces between post info from plugin version v1.0.5:
[spt-posts-ticker post_info_start="( " post_info_end=" )"]
I think you can use a separator after posts using CSS. Use like this:
div.spt-content span.spt-item:after {
content: '|';
padding-left: 20px;
}
div.spt-content span.spt-item:last-child:after {
content: '';
padding-left: 0;
}
Screenshot: http://prntscr.com/ndtm6o
Thanks!