• Resolved Prixer

    (@prixer)


    Plugin is working
    But when I choose this option:
    Display chat messages as read-only. So visitors can view chats, but not add their own.
    New messages do not show on visitors browsers (Unless refresh)

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Yes this is a known bug that is on the list for the free version. For now the visitor must refresh the page in order to view latest/new chat messages.

    I hope this helps, let me know if I can provide any further information.

    Thread Starter Prixer

    (@prixer)

    I used code to hide textbox to visitors, So they can not submit ??
    Another issue that sound alert not always played in mobile devices, I use 8 seconds sound.

    Thread Starter Prixer

    (@prixer)

    ul#sac-messages li.sac-chat-message::before { content: "[ 'attr(data-time)' ]"; color: #777; }
    

    This code is not working well, This is the output [‘attr(data-time)’]

    Plugin Author Jeff Starr

    (@specialk)

    I don’t think the plugin has any audio clips that are 8 seconds long. Try just using one of the provided sound fx should work normally in all devices/browsers.

    Thread Starter Prixer

    (@prixer)

    I have uploaded custom message audio file and renamed it.
    What should be it maximum length?
    _______________________________

    ul#sac-messages li.sac-chat-message::before { content: "[ 'attr(data-time)' ]"; color: #777; }
    

    The code above do not show the time and hour but this text : [‘attr(data-time)’]

    Plugin Author Jeff Starr

    (@specialk)

    1. “I have uploaded custom message audio file and renamed it.
      What should be it maximum length?”

    There are no specific min/max limits. The goal though, to work well in all browsers and devices, is to keep the file size as small as possible. For example, look at the file sizes (not length, but size) of the default audio files to get a better idea of what to aim for.

    2. “The code above do not show the time and hour but this text : [‘attr(data-time)’]”

    I’m not remembering that code, can you let me know where you found it? I may be able to help but need more context.

    Thread Starter Prixer

    (@prixer)

    This code is taken from the FAQ in order to see time and date near each message

    Plugin Author Jeff Starr

    (@specialk)

    Thanks, I just tested and it’s working fine. Maybe check to make sure all the quotes are straight and not fancy/curly.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Read-only cancels the refresh on visitor browser’ is closed to new replies.