Title: pimo's Replies | WordPress.org

---

# pimo

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST API (WP API)] Filtering for slug (post slug)](https://wordpress.org/support/topic/filtering-for-slug-post-slug/)
 *  Thread Starter [pimo](https://wordpress.org/support/users/pimo/)
 * (@pimo)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/filtering-for-slug-post-slug/#post-5433137)
 * Happy to hear I have been useful!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST API (WP API)] exclude fields from request](https://wordpress.org/support/topic/exclude-fields-from-request/)
 *  [pimo](https://wordpress.org/support/users/pimo/)
 * (@pimo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/exclude-fields-from-request/#post-5380247)
 * I am wondering the same thing. They say to use “exclude”, but how can I use “
   exclude” ?
    If you know a better plugin, just let me know, tnx!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate] Is this plugin still alive?](https://wordpress.org/support/topic/is-this-plugin-still-alive-1/)
 *  Thread Starter [pimo](https://wordpress.org/support/users/pimo/)
 * (@pimo)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/is-this-plugin-still-alive-1/#post-5512468)
 * It sounds good!
    Tnx John!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate] Is this plugin still alive?](https://wordpress.org/support/topic/is-this-plugin-still-alive-1/)
 *  Thread Starter [pimo](https://wordpress.org/support/users/pimo/)
 * (@pimo)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/is-this-plugin-still-alive-1/#post-5512466)
 * Hi Almarma,
    yes, I tried the same. I hope this will survive. 🙂 Tnx for your
   reply!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate] Is this plugin still alive?](https://wordpress.org/support/topic/is-this-plugin-still-alive-1/)
 *  Thread Starter [pimo](https://wordpress.org/support/users/pimo/)
 * (@pimo)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/is-this-plugin-still-alive-1/#post-5512067)
 * … maybe this one:
    [https://wordpress.org/plugins/qtranslate-xp/](https://wordpress.org/plugins/qtranslate-xp/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate] New version release](https://wordpress.org/support/topic/new-version-release/)
 *  [pimo](https://wordpress.org/support/users/pimo/)
 * (@pimo)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/new-version-release/#post-5469735)
 * I am just wondering if this plugin is still alive.
    Meanwhile you can force it
   to work for your version of wp just updating the following line: define(‘QT_SUPPORTED_WP_VERSION’,‘
   3.9.3’); in the qtranslate/qtranslate.php with your wp version number.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST API (WP API)] Filter or change the contents of the json object conditionally](https://wordpress.org/support/topic/filter-or-change-the-contents-of-the-json-object-conditionally/)
 *  [pimo](https://wordpress.org/support/users/pimo/)
 * (@pimo)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/filter-or-change-the-contents-of-the-json-object-conditionally/#post-4562426)
 * I tried this
    add_filter( ‘json_prepare_post’, function ($data, $post, $context){
   unset($data[‘author’]); return $data; }, 10, 3 ); but instead of delete [‘author’]
   from my array it moved it to another position in the json.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST API (WP API)] Filtering for slug (post slug)](https://wordpress.org/support/topic/filtering-for-slug-post-slug/)
 *  Thread Starter [pimo](https://wordpress.org/support/users/pimo/)
 * (@pimo)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/filtering-for-slug-post-slug/#post-5432937)
 * Ok, I did it by myself and i use something like:
    URL/wp-json/posts?filter[name]
   ==this-post-slug It works but is a bit different than URL/wp-json/posts/id because
   it retrieves not a single post but a collection (array) of a single item. so 
   in my case, working with Angular.js, I just added the index on my data object
   to reach the data, something like project[0].data instead of project.data as 
   usual. I hope this could help someone else.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Lightbox & Gallery] Doesn't work properly on mobile](https://wordpress.org/support/topic/doesnt-work-properly-on-mobile/)
 *  [pimo](https://wordpress.org/support/users/pimo/)
 * (@pimo)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/doesnt-work-properly-on-mobile/#post-5329197)
 * … in a perfect world
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Lightbox & Gallery] Doesn't work properly on mobile](https://wordpress.org/support/topic/doesnt-work-properly-on-mobile/)
 *  [pimo](https://wordpress.org/support/users/pimo/)
 * (@pimo)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/doesnt-work-properly-on-mobile/#post-5329195)
 * so maybe as long as you can check (if mobile) you can do the opposite (if !mobile),
   
   so you can use swipebox as primary.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Lightbox & Gallery] Doesn't work properly on mobile](https://wordpress.org/support/topic/doesnt-work-properly-on-mobile/)
 *  [pimo](https://wordpress.org/support/users/pimo/)
 * (@pimo)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/doesnt-work-properly-on-mobile/#post-5329191)
 * Lightbox settings -> Top and bottom bars -> Disable
    It worked for me!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Lightbox & Gallery] Doesn't work properly on mobile](https://wordpress.org/support/topic/doesnt-work-properly-on-mobile/)
 *  [pimo](https://wordpress.org/support/users/pimo/)
 * (@pimo)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/doesnt-work-properly-on-mobile/#post-5329009)
 * Doesn’t work properly on Android for me but it is right on iOs.
    On Andoid when
   i tap on a thumbnail, the lightbox is shown but not the image.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST API (WP API)] issue with qtranslate](https://wordpress.org/support/topic/issue-with-qtranslate/)
 *  Thread Starter [pimo](https://wordpress.org/support/users/pimo/)
 * (@pimo)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/issue-with-qtranslate/#post-5298744)
 * I just discovered that
    [http://YOURURL/en/wp-json/posts?type=etc&#8230](http://YOURURL/en/wp-json/posts?type=etc&#8230);
   it translates the json content, so maybe i could manage the language changes 
   through js..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Gallery Will Not Display](https://wordpress.org/support/topic/gallery-will-not-display/)
 *  [pimo](https://wordpress.org/support/users/pimo/)
 * (@pimo)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/gallery-will-not-display/#post-4558233)
 * yes, the port seemed to be the issue for me. i’ve moved my web site from local
   to a web devel area and it seems to work properly.
    Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Gallery Will Not Display](https://wordpress.org/support/topic/gallery-will-not-display/)
 *  [pimo](https://wordpress.org/support/users/pimo/)
 * (@pimo)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/gallery-will-not-display/#post-4558190)
 * Exactly same issue here!
    They say: Compatible up to: 3.7.1 so the issue it could
   be the wp version i guess. now the question is, will they update it? Actually
   they know that the new 2.0x release doesn’t work properly: [http://www.nextgen-gallery.com/open-letter-to-the-nextgen-community-from-erick-danzer/](http://www.nextgen-gallery.com/open-letter-to-the-nextgen-community-from-erick-danzer/)
   but i’m wondering if it could be better move to another gallery plugin.

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