@bmc38119 The update="immediate" parameter will work with all of the Shortcodes. I recommend using %now% to check the time – as it could be the time zone is not accurate.
@designextreme – Looks like my images did not get uploaded – sorry about that – I don’t post much to the wp.org support threads.
I uploaded my screenshots to imgur – see below. Hopefully you can see these images with descriptive captions. Let me know if this helps – as I am seeing noticeable differences in the code output when using the parameter – and causing backslash to appear before apostrophe.
@bmc38119 Did you try this and have %now% within the text? This will display the current time – so you can see if the time zone or something else isn’t set correctly.
With the update="immediate", then there should be an immediate AJAX request for new information.
Perhaps try this, so there is an enclosing HTML tag to apply the JavaScript data:
@designextreme After further reviewing, it appears the ajax request is replacing the text with the backslash in front of the single quote. I can see when refreshing the page that the text “We’re Open” appears correctly for a split second and then is replaced with the version of text containing the backslash “We\’re Open”.
Do you know if there is anything that can be done to prevent this?