Noah Hearle
Forum Replies Created
-
Forum: Plugins
In reply to: [Reviews and Rating – Google Reviews] Deprecated notices@bbceg Thanks for sharing this. These warning have been fixed in the next release (already set) and I’ll add this to ww.wp.xz.cn once the extensive testing is complete.
@sophiaalexis This could be caused by redirections at Google’s side – I’ve noticed this resolves to different targets dependent on the device – and sometimes it doesn’t resolve at all.
You can disable the place link (and any of the links), check the Shortcode parameters for details. If you need a specific example, share the Shortcode you’re using and I’ll add the parameter to the existing string.
Forum: Plugins
In reply to: [We’re Open!] day_format is ignored@boyi The parameter:
day_formatwill apply to all opening hours in the[open]Shortcode.The main issue here is you’re using the wrong Shortcode –
[open_special]is just a check for special opening hours, great for conditional HTML usually enclosing the[open]Shortcode with regular set toFALSE.Please use something like the following in your website:
[open_special tag="div" class="bc-card-content" empty=true count=60]
<h2>Special opening hours</h2>
[open regular=false special=true count=60 day_format="short_date_short_month"]
[/open_special]Forum: Plugins
In reply to: [We’re Open!] Says we are closed when we are not@bublitzcreative Please add the parameter with value as follows to the existing Shortcode:
[open update="immediate"]This will circumvent the page caching that is likely applied to non-logged in users.
Forum: Plugins
In reply to: [We’re Open!] Google My Business Sync@marcelkraan Apologies for not responding urgently to your request, I have had other matters to resolve in my life so the forum responses have been slightly delayed.
@vrowdy is correct, the “View Retrieved Data” button there will help you by showing the opening hours available for that location. If there are none, then don’t attempt to synchronise with this place.
You’re welcome to share the Retrieved Data (use the code excerpt here).
@tgrblogger Glad it’s working again for you. The error message held the clue: add the IPv6 mentioned here (
2605:a140:2286:xxx::1) to the API Key Restrictions. This is unrelated to the type of API.Forum: Reviews
In reply to: [Reviews and Rating – Google Reviews] Fantastic pluginThanks for the great review @onethreeco!
Forum: Plugins
In reply to: [Reviews and Rating – Google Reviews] shortcode date_desc@aprit Apologies for the delay, there has been an issue with my account here and I’ve only just regained access.
This issue can have a variety of causes, so I would recommend checking the “Retrieved Data” as your first step. Does this show the reviews that you’re expecting?
There is a preference you may set for retrieving reviews either by “relevance” or “newest”. The default option is “relevance”, so this will not always return the latest review, particularly if it is empty or very short.
And, at any time, you may use the HTML Import to fill in the catalogue of reviews including those that have just landed.
Clearing the cache should not be required. The page cache will inhibit new reviews for a time so find a balance between the freshness of the page and the performance.
If you have further queries, just reply in the forum and I’ll reply promptly.
@guenni007 Apologies for the delay, there has been an issue with my account here and I’ve only just regained access.
This is a good suggestion and I’ll consider making a change in an upcoming release to hide the More, rather than take it out. I will need to add a new parameter for “Less”. Naturally, you would be able to apply CSS to this element to introduce icons to denote the same.
Forum: Plugins
In reply to: [Reviews and Rating – Google Reviews] Strucured data@pierremartin310 Apologies for the delay, there has been an issue with my account here and I’ve only just regained access.
Structured Data may overlap – this is not a problem. However, it is recommended to keep some Structured Data to pages with the appropriate context, so have the overall business’s review information appear just once in the website, likely the home page.
The LocalBusiness (or similar) is required for valid Structured Data. If this were removed, the reviews would have no context and it would become invalid and consequently ignored.
Forum: Plugins
In reply to: [Reviews and Rating – Google Reviews] Avatar Accessibility Issue@netzzjd Apologies for the delay, there has been an issue with my account here and I’ve only just regained access.
This is a really good suggestion and I can see why this would cause an issue with accessibility. I cannot find any reference to the
aria-label="Avatar"; this does not exist in the code.I will make a change in the next update and set the reviewer’s name (e.g. “Netzz’s Avatar” or something similar).
Forum: Plugins
In reply to: [We’re Open!] Combine custom date names with full date@vrowdy Apologies for the delay, there has been an issue with my account here and I’ve only just regained access.
At the moment, there is no way to perform this because the
wp_datefunction choose one language, whatever is used by the page and shows this for the date format.Your suggestion here is a good one as I’ve also run into this same issue on a Dutch website that I helped create a few years ago. There was a need for both versions of the date to appear – so, I’ll give this some consideration and perhaps add a parameter to override the month names, similar to the days of the week.
Forum: Plugins
In reply to: [We’re Open!] Special opening hours not completeThanks for checking this and confirming it affects others too. I’ll prioritise the fix in the next release.
@badgon In a recent version I rewrote the code within the conditional/replacement text so it could be extended more easily.
I’ll look at having a replacement variable for the next open day and the condition that supports this.
Thanks again for this and the other points you’ve brought up!
Forum: Plugins
In reply to: [We’re Open!] Feature request: Add option for filtering for no special days@badgon Thanks for this suggestion! I can see this may be a tricky one to implement and then explain within the documentation (so other’s understand and can use it).
I’ll certainly consider it and hopefully I can find a suitable method to apply and then explain this.