oliversaar
Forum Replies Created
-
Forum: Plugins
In reply to: [We’re Open!] Temporary Closure is not reflected in the code displayYou’re the best! Thanks for the quick solution!!
Oli
Okaaaay. Yes, this seems to work! Hopefully always on every browser also with low internet connection speed ??
Thank you Angus!
Forum: Plugins
In reply to: [Opening Hours] Is-Open-Widget bei gecachter Seite per Ajax nachladenHallo Jannik, auf eine halbe Stunde zu setzen ist für mich keine Option, da es auf der Startseite eingebunden ist. Ich bin mittlerweile auf ein anderes Plugin, “we’re open” (für Google My Business) gewechselt. Der Entwickler hat es mittlerweile recht gut hinbekommen. Vielleicht kannst du dir ja von dort etwas abschauen oder dem Entwickler schreiben. Ist ein netter und responsiver Typ ??
Forum: Plugins
In reply to: [We’re Open!] Show days or weekname instead of hoursOh yes! Really a good improvement, thanks!!
Forum: Plugins
In reply to: [We’re Open!] Show days or weekname instead of hoursSounds cool. I’m really looking forward for the new version ??
And your suggestion of a temporary fixed time makes sense, thanks!
Forum: Plugins
In reply to: [We’re Open!] Show days or weekname instead of hoursI would say, the best and most direct way to really find out when a business is open again would be to know exactly when. So as a user I would have a good feeling and would be quickly informed with something like “Sorry, we’re closed. We open again on Monday, 8.3.2021 at 8:00 o’clock”. But only if the closing time is more than one day.
Same day = “…we open again today at 3 o’clock p.m.
Next day = “…we open again tomorrow at 8 o’clock a.m.
After tomorrow = “… we open again on Monday, 8.3.2021 at 8 o’cock a.m.Forum: Plugins
In reply to: [Opening Hours] Is-Open-Widget bei gecachter Seite per Ajax nachladen@nachhaltigejobs, der Code von mir bringt dir gar nichts. Ich hatte nur auf janizdes Post geantwortet, der meinen aktuell verwendeten Code sehen wollte ??
Forum: Plugins
In reply to: [Opening Hours] Is-Open-Widget bei gecachter Seite per Ajax nachladenIch habe auf der Startseite der oben genannten Seite einfach folgenden Code verwendet:
https://gist.github.com/McOlsa/50125e0089493a4f9b7231f3915f838e
Kommst du damit so klar, oder brauchst du noch mehr?
Forum: Plugins
In reply to: [We’re Open!] View does not updateUnfortunately this code does not update in a cached page. I had to disable the cache to see the results. Maybe the update=”immediate” just does not work in [open_text]?
Forum: Plugins
In reply to: [We’re Open!] View does not updateOkaaay, I didn’t know that I can do that ??
Now it’s:<div class="openinginfo"> <div class="op-is-open-shortcode"> [open_text update="immediate"] [open_now] <span class="op-open">Gerade ge?ffnet</span> [/open_now] [closed_now] <span class="op-closed">Gerade geschlossen</span> [/closed_now] <span class="op-next-period op-next-period"> %if_open_now% Wir schlie?en um %today_end% Uhr. %end% %if_closed_now% %if_open_tomorrow% Wir ?ffnen morgen um %tomorrow_start% Uhr. %end% %if_closed_tomorrow% Wir ?ffnen in %hours% Stunden wieder. %end% %end% [/open_text] </span> </div> </div>
Tomorrow morning I will see if this works.
Thanks very much for looking into it!
Forum: Plugins
In reply to: [We’re Open!] View does not updateHi again, I still have an issue with updating the view in a cached page. Should this code with update=”immediate” work?
<div class="openinginfo"> <div class="op-is-open-shortcode"> [open_now update="immediate"] <span class="op-open">Gerade ge?ffnet</span> [/open_now] [closed_now update="immediate"] <span class="op-closed">Gerade geschlossen</span> [/closed_now] <span class="op-next-period op-next-period"> [open_text update="immediate"] %if_open_now% Wir schlie?en um %today_end% Uhr. %end% %if_closed_now% %if_open_tomorrow% Wir ?ffnen morgen um %tomorrow_start% Uhr. %end% %if_closed_tomorrow% Wir ?ffnen in %hours% Stunden wieder. %end% %end% [/open_text] </span> </div> </div>
When I’m calling the test page url, there is a short flickering at the red or green watch at the end of the left side. It seems that open_now and closed_now are refreshing, but not open_text.
Ooooh this helps, thanks very much!! I searched in the parameters but missed this one somehow – or I misinterpreted it, I don’t know.
And, I just wanted to change the text not the number of the amount. Sorry for the lack of clarity.
Thanks again for your help and quick response!
Forum: Plugins
In reply to: [We’re Open!] Text of review amount does not change to my languageOh, sorry, You’re right. I will do that.
Forum: Plugins
In reply to: [We’re Open!] How to find next open day and timeYes and thank you! Until then, I will do it the way you’re suggesting ??
Forum: Plugins
In reply to: [We’re Open!] How to find next open day and timeI understand.
In my opinion and in the shoes of a user looking at a webpage to find out when this location is open again, this new replacement would absolutely be helpful for people looking at the information and exactly know when this business will be open again.