• Resolved corelan

    (@corelan)


    Hi, would it be possible to allow us to configure a custom separator character to show in between post titles?

    also, any way to put the “post info after ticker” in between ( and ) (as an option)?

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Sayan Datta

    (@infosatech)

    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: https://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!

    Thread Starter corelan

    (@corelan)

    Hi – the separator in https://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

    Plugin Author Sayan Datta

    (@infosatech)

    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: https://prntscr.com/ndtm6o

    Thanks!

    Thread Starter corelan

    (@corelan)

    that works, thanks !

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘separator character’ is closed to new replies.