Daniel Snell
Forum Replies Created
-
Forum: Plugins
In reply to: [We’re Open!] Consolidation and Text StylingThanks for your help.
Listing days closed with consolidation would be a great addition to the plugin. Multiple ranges of temporary closure would also be great so that a business can set out any closures ahead of time, even up to a year ahead.Forum: Plugins
In reply to: [We’re Open!] Consolidation and Text StylingThanks, that very helpful.
From what I can see the codes %closure_start%?and?%closure_end% only pull data from Temporary Closure.
Is there a way to list in a sentence all closures including any individual days. My goal is display something like this
Taking a break dates?Sat 29th Jun,?Tue 2nd Jul,?Sat 06 Jul – Mon 15 Jul
I used the code[open_special empty=true ]
Taking a break dates
[open text regular=false closed=" " day_suffix="," day_separator=" " day_format="short_date_short_month" count="10" ]
[open_text] %closure_start{format:D d M }%%end% – %closure_end{format:D d M}% %end%[/open_text]
[/open_special]However from what I can tell the count will hit the range of the temporary closure and will list those days individually.
I can’t see any code that would allow me to list individual days that are pulled from the Exceptions or Holidays and then a range as well over a period of xx days. Or if that’s not possible in one sentence is it possible to just pull the Exceptions or Holidays separately to the Temporary Closure?
Thanks for your help.Forum: Plugins
In reply to: [We’re Open!] Google API ErrorThanks for the quick reply.
Forum: Themes and Templates
In reply to: [OceanWP] Customiser not openingI just upgraded to 7 and unfortunately still having an issue.
Forum: Themes and Templates
In reply to: [OceanWP] Customiser not openingI have now switched to Elementor since this is the recommended plugin. I’ve experience further issues loading Elementor when I have an additional Elementor plugin installed for Elementor widgets.
I found if I have the ocean extra plugin and Essential Addons for Elementor activated it can’t load the elementor editor. If I disable ocean extra I can get in to edit the page.
Forum: Themes and Templates
In reply to: [OceanWP] Customiser not openingYes, I narrowed it down to Siteorigin Widget Bundle plugin.
Forum: Installing WordPress
In reply to: Installation: Best PracticesThanks Dane, That’s exactly what I was looking for.
Forum: Installing WordPress
In reply to: Installation: Best PracticesHi Jacks, thanks for the question. It’s a bit off topic of my original question but I would recommend looking into a plugin like backup buddy which can help you also migrate to a new URL and is very straight forward to use. I believe there might be some free alternatives that can do a similar job. If you’re doing it by hand you would need to edit the database. I’m sure there are a bunch of tutorials via a google search on how to migrate to a new url for a wordpress site.
Good luck
Daniel