Hi,
The plugin directory is wrong for enqueueing your styles and scripts.
You need to update “class-workable-api-admin.php” line 385-386 from “wp-workable” to “wrapper-for-workable-api”.
Also you still have an error on activation mentioned in another thread.
“Trying to access array offset on value of type bool in wp-content/plugins/wrapper-for-workable-api/inc/classes/class-workable-api-wrapper.php on line 74”
Thanks,
]]>I’m getting the following errors with this plugin (WordPress 5.7.2)
in the admin:
Warning: count(): Parameter must be an array or an object that implements Countable in …/wp-content/plugins/wrapper-for-workable-api/inc/classes/class-workable-api-admin.php on line 245
on the frontend using the shortcode:
Warning: Invalid argument supplied for foreach() in …/wp-content/plugins/wrapper-for-workable-api/inc/classes/class-workable-api-wrapper.php on line 166
]]>I’m trying to click the box to show on site and it won’t seem to save it. You can see what’s happening here:
https://share.getcloudapp.com/L1uBYwd0
It just comes back unchecked and so my shortcode doesn’t output jobs.
There is this error in the console if it helps?
https://share.getcloudapp.com/QwuAQrZ1
Hi, thanks for the plugin. I’m having an issue where only certain jobs are showing twice on the front-end. In the plugin settings, the jobs are showing correctly. Have you run into this issue at all?
]]>On activation i get multiple notices like this:
Trying to access array offset on value of type bool in wp-content/plugins/wrapper-for-workable-api/inc/classes/class-workable-api-wrapper.php on line 74
Furthermore the plugin page mentions the plugin isn’t tested with the current WordPress version (5.6).
]]>