donachy
Forum Replies Created
-
Forum: Plugins
In reply to: [REST API - Filter Fields] nice but doesn’t work with _embed paramPerfect!!!
a quick test seems to work!!!
Nice job, thanks
Forum: Plugins
In reply to: [REST API - Filter Fields] nice but doesn’t work with _embed paramI really don’t know this.
I found the code of _embedded fields in
wp-includes/rest-api/class-wp-rest-server.phpbut I don’t understand wich is the problem
Anyway, thanks for trying ??
Forum: Plugins
In reply to: [REST API - Filter Fields] nice but doesn’t work with _embed paramHi svrooij,
I took a look into your code and debugged a bit on my test-site
it seems _embedded fields are not present in the
$data after this operation $data= $data->data;
so something happens here, of course the rest of code is not the problem.If I call every endpoint (i.e. wp-json/wp/v2/posts/x) with the ?_embed, without using “fields” params the data are returned
and if i return $data in your plugin before that operation all fields are returned including _embeddedAlso noticed that seems to miss the links information in fields
I.e. if I call a post endpoint (without _embed), for author’s field I obtain
“author”:[{“embeddable”:true,”href”:”http:\/\/mysite\/wp-json\/wp\/v2\/users\/2″}]
while if I filter using your plugin I obtain
“author”:2
So because the _embedded fields are based on _links and “embeddable” presence, I think this could be the point
I hope this help
Forum: Plugins
In reply to: [Contact Form 7] with recaptcha submit button is disabledmarked resolved
Forum: Plugins
In reply to: [Contact Form 7] with recaptcha submit button is disabledWonderful!!!
Thank you very much..edited custom css and solved the problemForum: Plugins
In reply to: [Contact Form 7] with recaptcha submit button is disabledYou were right,
it’s a theme problem
I tried with default theme and also another theme I have in antoher site and it worksDo you have an idea of wich could be the problem? So maybe I could address it to the theme support with some info.
The button is just disabled immediately after the recaptcha module is loaded
Forum: Plugins
In reply to: [WP Great Newsletter] Subscribers list bug after update to 4.3Seems the problem came back with newer version, I have 4.5.3
Now I got
Warning: require_once(/web/htdocs/www.mysite.com/home//wp-config.php): failed to open stream: No such file or directory in /web/htdocs/www.mysite.com/home/wps/wp-content/plugins/wp-great-newsletter/admin/includes/export-subscribers-xls.php on line 2
Fatal error: require_once(): Failed opening required ‘/web/htdocs/www.mysite.com/home//wp-config.php’ (include_path=’.:/php5.5/lib/php’) in /web/htdocs/www.mysite.com/home/wps/wp-content/plugins/wp-great-newsletter/admin/includes/export-subscribers-xls.php on line 2
I thnk the way you use to get db access contains some error
Forum: Plugins
In reply to: [Weekly Class Schedule] Expansion Pack 1 problemI think when you paid for some plugin that doesn’t work correctly the support should be more efficent. 5 days without an answer!!!
I add that the problem is not present if I disable the full layout (that is what I payed for!!!). The second class is under the first so it’s hidden
Please, I need a fix for this as soon as possible.
Forum: Plugins
In reply to: [Weekly Class Schedule] How to activate expansion pack 1 & 2I imagine you solved, anyway just for someone else like me who is looking for this answer
Simply Install the extension pack as an indipendent plugin and activate, then In the “Schedule” Menu will appear a new entry “Expansion Pack 1” and then you can insert the activation key and configure the options