• Resolved Andrew

    (@andrewkantor)


    Hey, Brian — quick question, and I bet it’s my fault.

    I have tried changing the “There are no upcoming events at this time” message, but it doesn’t seem to work.

    I used this shortcode:

    
    [ecs-list-events cat='wednesday' limit='999' excerpt='600' contentorder='title, date, venue' message='We haven't added this listing yet. Stay tuned!']
    

    And I even tried adding “message” to the contentorder:

    
    [ecs-list-events cat='wednesday' limit='999' excerpt='600' contentorder='message, title, date' message='We haven't added this listing yet. Stay tuned!']
    

    But no joy. Any idea what I’m doing wrong? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Andrew

    (@andrewkantor)

    HA! Solved it! Apparently the apostrophe in the message was causing the problem. I changed my shortcode to this (using double-quotes instead) and it works:

    [ecs-list-events cat=’wednesday’ limit=’999′ excerpt=’600′ contentorder=’title, date’ message=”We haven’t added this listing yet. Stay tuned!”]

    I guess I’ll leave this here in case anyone else who likes to use contractions has the same issue. Sorry to bug you!

    Plugin Author Brian Hogg

    (@brianhogg)

    Glad you got it sorted! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I can’t seem to change the “Message”’ is closed to new replies.