Antoine
Antoine
I'm not sure if it's the right way to do it, but here's the solution I've come up with. I'm injecting the reducer in my smart component's _constructor_ method like...
I would also love to see S3 Uploads plugin integrate with images optimization plugins. I tried all of the popular ones (Imagify, Kraken.io, EWWW, WP Smush It, Tinify) and none...
LWP v1.0 is under active development! Support for LXD should come with 1.0 too :)
I finally manage to add one (S3 Uploads). After you add the plugin to the MU plugin custom installer path in your `composer.json` file, you also need to create a...
I wanted to get rid of WP default themes too! So, I updated `support/app_slug_compile.sh`, now it looks like this: ``` bash # ... # Remove files to slim down slug...
Same issue with Ubuntu 16.04 (PHP 7.0). Downgrading my PHP version also did the trick! (_Ubuntu 14.04 + PHP 5.5_)
Whenever I remove angular-prismicio code, I don't get that error. I've set the config into my main app.js file : ``` javascript PrismicProvider.setApiEndpoint('https://xxxx.prismic.io/api'); PrismicProvider.setAccessToken('xxxxxxx'); PrismicProvider.setClientId('xxxxxxxx'); PrismicProvider.setClientSecret('xxxxxxx'); PrismicProvider.setLinkResolver(function(ctx, doc) { return...
UPDATE : looks like I had to add my domain name to "Trusted sites" list on IE, and use _http_ over _https_ when hitting Prismic.io api. Now it's working, on...