André B.
Forum Replies Created
-
Forum: Plugins
In reply to: [DigitalOcean Spaces Sync] Compatible with multisite?@keeross, That would be nice – do you have an timeframe for this?
Forum: Plugins
In reply to: [User Switching] 502 Bad GatewayHi,
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
In reply to: [Instant Articles for WP] Video Embed QuestionHi,
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/socialForum: Plugins
In reply to: [Instant Articles for WP] Modifying the output by filtersI´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
In reply to: Media library using large images for grid viewI´m also looking into this, as i noticed this today. Some fix around to this issue?
Forum: Plugins
In reply to: [Plugin: WooCommerce] order-review.php shows wrong languageWe 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.
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).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