Chris Åkerfeldt Wendel
Forum Replies Created
-
Forum: Plugins
In reply to: [EduAdmin Booking] Bookning flow stops with a fatal errorHey, awesome that you found what caused it. We switched back in 4.2.3 to skip the types, to keep it compatible with older versions of PHP, but future versions (5.0.0+) will require at least PHP 8.1 and WP 6.1.
I have published a new version (2.28.4) that will include this parameter.
Seems like they have changed some things how those things work, haven’t seen those warnings before.
And I can’t find any information about that permission-param on https://developer.ww.wp.xz.cn/reference/functions/register_rest_route/
Forum: Plugins
In reply to: [EduAdmin Booking] Override templatesNo, sorry. The only custom template support we have is for the detail view.
But you can with attributes on the list view customize some parts of it at least.
If it’s required with further customization, I can recommend building a custom page with our REST API instead.
If you have any further questions, you can contact our regular support at EduAdmin Support-portal
Forum: Plugins
In reply to: [EduAdmin Booking] Override templatesHi Jonas,
For custom detail views (course template pages), you can add the attribute
customtemplate="1"to the[eduadmin-detailview]shortcode.This will tell the plugin not to load any templates by itself.
It also requires you to add all fields manually by using
[eduadmin-detailinfo].Otherwise, the only way to style things, is by using custom CSS.
Forum: Plugins
In reply to: [EduAdmin Booking] Please give documentsFirst you need an API-key from EduAdmin so that you can connect to it, and then you need to configure some course templates and so on in EduAdmin that should be visible in the plugin.
Do you have an account in EduAdmin?
Forum: Fixing WordPress
In reply to: Problems with caching, sitewide (frontend/admin)Found the problem, the problem was in the nginx-configuration..
The offending config was:
expires 86400s; add_header Pragma public; add_header Cache-Control "max-age=86400, public, must-revalidate, proxy-revalidate";Forum: Fixing WordPress
In reply to: Problems with caching, sitewide (frontend/admin)When I check the network tab in developer tools, I can also see that it’s using the disk cache.
https://itssimple.se/share/u/multinet/2018/04/06/1310-019c.png
(And the page is shown in Swedish, instead of English, which is selected.
Forum: Fixing WordPress
In reply to: Problems with caching, sitewide (frontend/admin)I’m currently on Chrome 65.0.3325.181 (Official Build) (64-bit).
And yes, it does appear while in Incognito mode too.
Here’s a screen-capture of it happening.
– Changing date format
– Saving, correct format is selected
– Click “General” again, wrong format is selected.
– Press F5, correct format is selected again.—
Hi @sumeetgohel
I only refresh the page after the settings have been saved,
so I think this might not be the case. Sorry.