Title: donachy's Replies | WordPress.org

---

# donachy

  [  ](https://wordpress.org/support/users/donachy/)

 *   [Profile](https://wordpress.org/support/users/donachy/)
 *   [Topics Started](https://wordpress.org/support/users/donachy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/donachy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/donachy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/donachy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/donachy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/donachy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[REST API - Filter Fields] nice but doesn’t work with _embed param](https://wordpress.org/support/topic/nice-but-doesnt-work-with-_embed-param/)
 *  Thread Starter [donachy](https://wordpress.org/support/users/donachy/)
 * (@donachy)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/nice-but-doesnt-work-with-_embed-param/#post-8623049)
 * Perfect!!!
 * a quick test seems to work!!!
 * Nice job, thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[REST API - Filter Fields] nice but doesn’t work with _embed param](https://wordpress.org/support/topic/nice-but-doesnt-work-with-_embed-param/)
 *  Thread Starter [donachy](https://wordpress.org/support/users/donachy/)
 * (@donachy)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/nice-but-doesnt-work-with-_embed-param/#post-8622367)
 * I really don’t know this.
 * I found the code of _embedded fields in
    wp-includes/rest-api/class-wp-rest-server.
   php
 * but I don’t understand wich is the problem
 * Anyway, thanks for trying 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[REST API - Filter Fields] nice but doesn’t work with _embed param](https://wordpress.org/support/topic/nice-but-doesnt-work-with-_embed-param/)
 *  Thread Starter [donachy](https://wordpress.org/support/users/donachy/)
 * (@donachy)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/nice-but-doesnt-work-with-_embed-param/#post-8621100)
 * Hi 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 _embedded
 * Also 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
    -  This reply was modified 9 years, 6 months ago by [donachy](https://wordpress.org/support/users/donachy/).
    -  This reply was modified 9 years, 6 months ago by [donachy](https://wordpress.org/support/users/donachy/).
    -  This reply was modified 9 years, 6 months ago by [donachy](https://wordpress.org/support/users/donachy/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] with recaptcha submit button is disabled](https://wordpress.org/support/topic/with-recaptcha-submit-button-is-disabled/)
 *  Thread Starter [donachy](https://wordpress.org/support/users/donachy/)
 * (@donachy)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/with-recaptcha-submit-button-is-disabled/#post-7694833)
 * marked resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] with recaptcha submit button is disabled](https://wordpress.org/support/topic/with-recaptcha-submit-button-is-disabled/)
 *  Thread Starter [donachy](https://wordpress.org/support/users/donachy/)
 * (@donachy)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/with-recaptcha-submit-button-is-disabled/#post-7694832)
 * Wonderful!!!
    Thank you very much..edited custom css and solved the problem
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] with recaptcha submit button is disabled](https://wordpress.org/support/topic/with-recaptcha-submit-button-is-disabled/)
 *  Thread Starter [donachy](https://wordpress.org/support/users/donachy/)
 * (@donachy)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/with-recaptcha-submit-button-is-disabled/#post-7694818)
 * You were right,
    it’s a theme problem I tried with default theme and also another
   theme I have in antoher site and it works
 * Do 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Great Newsletter] Subscribers list bug after update to 4.3](https://wordpress.org/support/topic/subscribers-list-bug-after-update-to-43/)
 *  [donachy](https://wordpress.org/support/users/donachy/)
 * (@donachy)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/subscribers-list-bug-after-update-to-43/#post-6549509)
 * Seems 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Weekly Class Schedule] Expansion Pack 1 problem](https://wordpress.org/support/topic/expansion-pack-1-problem/)
 *  Thread Starter [donachy](https://wordpress.org/support/users/donachy/)
 * (@donachy)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/expansion-pack-1-problem/#post-7568075)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Weekly Class Schedule] How to activate expansion pack 1 & 2](https://wordpress.org/support/topic/how-to-activate-expansion-pack-1-2/)
 *  [donachy](https://wordpress.org/support/users/donachy/)
 * (@donachy)
 * [10 years ago](https://wordpress.org/support/topic/how-to-activate-expansion-pack-1-2/#post-7259933)
 * I 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

Viewing 9 replies - 1 through 9 (of 9 total)