Jannik Portz
Jannik Portz
Hi @kat2310 what do you mean exactly? The current day option in the Is Open or the highlighting of the Overview?
Ok thank you, please also answer the following questions so I can replicate the bug better: * Please give me your exact timezone and start of week settings you made...
This will be part of a major refactoring of how periods are internally represented which will enable easier extensibility but it will probably not come too soon. In the next...
Hi @monecchi , I looked at the source and it turns out the `$templatePath` should be relative to the `views` directory of the plugin: https://github.com/janizde/WP-Opening-Hours/blob/c604366d3f13541747c485d57878e9f489c65ef0/classes/OpeningHours/Module/Shortcode/AbstractShortcode.php#L122-L151 This is certainly documented wrong...
Yes that's right, would be better to have it without constraints. I currently don't have much time for the plugin, so send a pull request if you'd like. If so,...
related to: https://wordpress.org/support/topic/shortcode-output-alignment-center-vs-left/
@rvencu This will probably not be changed until the next major release as it might break appearance on sites. But v3 should unify this.
Hi, it seems the method gets passed something as `$setId` that is not a valid key for `ArrayObject`. Can you tell me what widget you're talking about and what you...
Great spot! Right, this should definitely be made consistent in the future. As for customizability you should be able to specify a custom time format with the *PHP time format*...