Title: André B.'s Replies | WordPress.org

---

# André B.

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DigitalOcean Spaces Sync] Compatible with multisite?](https://wordpress.org/support/topic/compatible-with-multisite-13/)
 *  [André B.](https://wordpress.org/support/users/sickmind/)
 * (@sickmind)
 * [8 years ago](https://wordpress.org/support/topic/compatible-with-multisite-13/#post-10189298)
 * [@keeross](https://wordpress.org/support/users/keeross/), That would be nice –
   do you have an timeframe for this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Switching] 502 Bad Gateway](https://wordpress.org/support/topic/502-bad-gateway-36/)
 *  Thread Starter [André B.](https://wordpress.org/support/users/sickmind/)
 * (@sickmind)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/502-bad-gateway-36/#post-9615650)
 * Hi,
 * Thanks for all help. I´ve solved it by looking into header size limits as mentioned,
   both for proxy and fastcgi.
 * Once again, thanks for quick help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Instant Articles for WP] Video Embed Question](https://wordpress.org/support/topic/video-embed-question/)
 *  [André B.](https://wordpress.org/support/users/sickmind/)
 * (@sickmind)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/video-embed-question/#post-7369958)
 * Hi,
 * if you haven´t solved this yet, its because its not supported(as many other embeds).
 * Please read Facebook Instant Articles documentation:
    [https://developers.facebook.com/docs/instant-articles/reference/social](https://developers.facebook.com/docs/instant-articles/reference/social)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Instant Articles for WP] Modifying the output by filters](https://wordpress.org/support/topic/modifying-the-output-by-filters/)
 *  Thread Starter [André B.](https://wordpress.org/support/users/sickmind/)
 * (@sickmind)
 * [10 years ago](https://wordpress.org/support/topic/modifying-the-output-by-filters/#post-7304694)
 * I´v figured out that cover_media function doesn’t handle video. I´m doing some
   testing on extending the following code in function to_instant_article()
 *     ```
       $cover = $this->get_the_featured_image();
       		if ( $cover['src'] ) {
       			$image = Image::create()->withURL( $cover['src'] );
       			if ( isset( $cover['caption'] ) && strlen( $cover['caption'] ) > 0 ) {
       				$image->withCaption(
       				    Caption::create()->withTitle( $cover['caption'] )
       				);
       			}
   
       			$header->withCover( $image );
       ```
   
 * to do a check if my custom video is set, otherwise return back to featured image.
 * Note: The only way i´v seen video support in the plugin is via a shortcode, instant_articles_shortcode_handler_video
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Media library using large images for grid view](https://wordpress.org/support/topic/media-library-using-large-images-for-grid-view/)
 *  [André B.](https://wordpress.org/support/users/sickmind/)
 * (@sickmind)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/media-library-using-large-images-for-grid-view/#post-5392990)
 * I´m also looking into this, as i noticed this today. Some fix around to this 
   issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WooCommerce] order-review.php shows wrong language](https://wordpress.org/support/topic/plugin-woocommerce-order-reviewphp-shows-wrong-language/)
 *  [André B.](https://wordpress.org/support/users/sickmind/)
 * (@sickmind)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-woocommerce-order-reviewphp-shows-wrong-language/#post-3415162)
 * We have encountered the same problem, and we think it´s because of the handling
   of chosen language and ajax.
 * The lang parameters isn´t get through the default ajax call.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-CRM - Customer Relations Management for WordPress] [Plugin: WP-CRM – Customer Relations Management for WordPress] Missing slug 'user_email'](https://wordpress.org/support/topic/plugin-wp-crm-customer-relations-management-for-wordpress-missing-slug-user_email/)
 *  [André B.](https://wordpress.org/support/users/sickmind/)
 * (@sickmind)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-crm-customer-relations-management-for-wordpress-missing-slug-user_email/#post-2899810)
 * We experienced this problem when removing all fields from the field editor, and
   not created the same field name with our new field setup.
 * After setting up a new field with this name, our form worked again, have you 
   tried this?
    As far as I have looked, you can turn of the email(register without
   email setting).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-CRM - Customer Relations Management for WordPress] [Plugin: WP-CRM – Customer Relations Management for WordPress] Multi-site](https://wordpress.org/support/topic/plugin-wp-crm-customer-relations-management-for-wordpress-multi-site/)
 *  [André B.](https://wordpress.org/support/users/sickmind/)
 * (@sickmind)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-crm-customer-relations-management-for-wordpress-multi-site/#post-3034748)
 * We also have the same question, but another direction of it.
 * We have tried this on 3.4.2 Network, and only Site enabled the plugin.
    Our discovery
   was that it also shows all users from the Network, and not only the sub-site 
   as we hoped for. We know that this is default behavior in different “user-related”
   plugins under WP Network, but will this be looked into in a near future? – To
   get the users isolated pr. site.
 * Thanks

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