rflewelling
Forum Replies Created
-
Forum: Plugins
In reply to: [We’re Open!] Special Hours Widget/ShortcodeExceptions and Holidays shortcode working now.
The day shifting issue above happens with Regular hours in timezone Chicago.
Forum: Plugins
In reply to: [We’re Open!] Special Hours Widget/Shortcodetested this shortcode again with update and still no display
[open class=”hours-right closed-bold” day_format=”full_date_month_nos” regular=false start=”2021/01/01″ end=”2021/12/31″]
Forum: Plugins
In reply to: [We’re Open!] Special Hours Widget/Shortcodeok, will do. FYI, every time I upgrade to a new version, it shifts my opening hours a day so I have to re-set them every time I upgrade the plugin. I can send a screen shot if necessary.
Also, the modified date for the change is never accurately reflected in the settings.
Forum: Plugins
In reply to: [We’re Open!] Special Hours Widget/ShortcodeI have used the Exceptions and Holidays functionality for the dates I listed above, as they are exceptions and holidays.
Show closed days is checked in settings.
Forum: Plugins
In reply to: [We’re Open!] Special Hours Widget/ShortcodeDoesn’t work.
I use this code (below) based on your example and get no results, even though I have the following (copied below) defined as Exceptions or Holidays.
[open class=”hours-right closed-bold” day_format=”full_date_month_nos” regular=false start=”2021/01/01″ end=”2021/12/31″]
Sunday, April 4 Closed
Friday, April 16 Closed
Monday, May 31 Closed
Sunday, July 4 Closed
Monday, September 6 Closed
Friday, October 8 Closed
Saturday, October 16 ClosedForum: Plugins
In reply to: [We’re Open!] Opening information not updatingHere is an example where on the home page, it currently says closed, but other pages are correct. I inserted the “now” after the condition to show the issue. Even the “now” is not correct.
Forum: Plugins
In reply to: [We’re Open!] Opening information not updatingThis screenshot shows that on Saturday, 9/19 at 3:01, the plugin says Open today 10 am – 6 pm. The hours for Saturday were set at 2 pm – 6 pm.
How do you avoid issues with caching? The hours that the plugin is displaying in the screen shot are Friday’s hours.
https://gepl.org/gepl-v2/wp-content/uploads/2020/09/image.png
Forum: Plugins
In reply to: [We’re Open!] Plugin editing doesn’t work in SafariI am using a current version of Safari – Version 13.1.1.
screenshots of editor in
Safari
https://gepl.org/gepl-v2/wp-content/uploads/2020/09/Screen-Shot-2020-09-22-at-3.53.12-PM.png
https://gepl.org/gepl-v2/wp-content/uploads/2020/09/Screen-Shot-2020-09-22-at-3.53.20-PM.png (when you hover over Save button)Firefox
https://gepl.org/gepl-v2/wp-content/uploads/2020/09/Screen-Shot-2020-09-22-at-3.54.20-PM.png
https://gepl.org/gepl-v2/wp-content/uploads/2020/09/Screen-Shot-2020-09-22-at-3.54.32-PM.png (when you hover over Save button)Forum: Plugins
In reply to: [We’re Open!] Opening information not updatingThe time zone setting is already correct. I think that there is a syntax problem with the if_closed logic. Can you confirm that the code below is valid?
[open_text]%if_open% Open %today% %hours_today% %end% %if_closed% Currently closed %end%[/open_text]
It also seems that it behaves differently on the Home page than on the other pages.
Forum: Plugins
In reply to: [We’re Open!] Opening information not updatingthe shortcode I was using was
[open_text]%if_open% Open today %space% %hours_today% %end% %if_closed% Currently closed %end% [/open_text]
Forum: Plugins
In reply to: [We’re Open!] Opening information not updatingyes, I flushed the cache in the plugin and also on my site.
how should I share the screenshots?
the current URL is gepl.org, but I have removed the condition for when we are closed. now, to try to avoid the problem, I only display today’s hours. I am waiting to see whether it updates to Tuesday at midnight.