chadit
Forum Replies Created
-
Forum: Plugins
In reply to: [Business Hours Indicator] Weekdays names shows only in English languageForum: Plugins
In reply to: [Business Hours Indicator] Weekdays names shows only in English languageIts confirmed by (@koikaam) that its dos not work whit the version 6.8
So what to do, any fix for the 6.8 version or there will be a new update for the plugin!?
Thank.
Forum: Plugins
In reply to: [Business Hours Indicator] Weekdays names shows only in English languageI think the eror comes after the wordpress updated to 6.8
Forum: Plugins
In reply to: [Business Hours Indicator] Change Closed word.OK I have solve it..
Forum: Plugins
In reply to: [Business Hours Indicator] Change Closed word.Hi @maartenbelmans
Sorry but how to do that, and what way you are writing about?
Forum: Plugins
In reply to: [Business Hours Indicator] Change Closed word.Sorry but how to do that, and what way you are writing about?
Forum: Plugins
In reply to: [We’re Open!] Add time count downYes if you can help, whit it…
Forum: Plugins
In reply to: [We’re Open!] Add time count downYes if you can help, whit it…
Forum: Plugins
In reply to: [We’re Open!] Add time count downCan you help and Insert the code inside this code, as you prefer…
[open_now update=”immediate”]
<p style=”color: #2cc968; text-align: center;”>Great, we are now open ! </p>
[open_text]
%if_open_now% We are currently open, so pop in! %end%
%if_open_later% We are currently not open, but we will be open today at: %today_next%. %end%
%if_closed_now%
%if_not_open_later% We are currently not open for the remainder of the day
%if_open_tomorrow%, however we are open tomorrow at %tomorrow_start%.
%else% and closed tomorrow. %end%
%end%
%end%
[/open_text]
[/open_now]
[closed_now update=”immediate”]
<p style=”color: #f12929; text-align: center;”>Sorry, we are now closed ! </p>
[open_text]
%if_open_now% We are currently open, so pop in! %end%
%if_open_later% We are currently not open, but we will be open today at: %today_next%. %end%
%if_closed_now%
%if_not_open_later% We are currently not open for the remainder of the day
%if_open_tomorrow%, however we are open tomorrow at %tomorrow_start%.
%else% and closed tomorrow. %end%
%end%
%end%
[/open_text]
[/closed_now]Forum: Plugins
In reply to: [We’re Open!] Add time count downYes and that what I ask for, how I can add the replacement code, into the code so it works…
It’s here I have to edit
%if_open_later% We are currently not open, but we will be open today at: %today_next%. %end%
So it’s in this code I have to add the replacement code of the minuets, so it began to show how longtime its before open.. But my problem is how to put the replacement code, so it works…