• Resolved Shashank Borse

    (@teamratls)


    Hello Team,

    I am facing an issue, where I am not able to find the redordering the messages in the plugin.

    I want to show the latest message added in the top of the marquee, please help me doing it.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • What I do is just use one message in each of my marquees. Because you can use HTML tags in the message, I just add all of my “messages” in one message and separate them using a <br /> tag. For example, try adding this to one of your messages:

    
    This is my first message.<br />
    This is my second message.<br />
    This is my third message.<br />
    

    If you want a blank line in between each message, then add another <br /> tag:

    
    This is my first message.<br /><br />
    This is my second message.<br /><br />
    This is my third message.<br /><br />
    

    You can also add individual HTML links to each “message”:

    
    <a href="https://mysite.com/page1">Go to the First Page.</a><br /><br />
    <a href="https://mysite.com/page2">Go to the Second Page.</a><br /><br />
    <a href="https://mysite.com/page1">Go to the Third Page.</a><br /><br />
    

    Adding separate “messages” in each message allows you to order the messages any way you like.

    Here is a page where I have two different marquees that uses the above principle (scroll down about half way down the page). Each marquee only uses one message, but there are multiple “messages” inside each message. The first one uses <br /> tags to separate the messages, the second one uses an unordered list tag < ul > with each message a list item < li >.

    Thread Starter Shashank Borse

    (@teamratls)

    Thank you so much for the help. Appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Redorder the messages in the plugin’ is closed to new replies.