Felipe Elia

Results 153 comments of Felipe Elia

Hey @kovshenin, thanks for taking the time to leave your comments here! As this code is a result of several different iterations, I had to do some investigation to answer...

Hi @madaolex, The "output" method actually expects either a string or an array. We did have a problem with that but that was supposedly fixed in 4.1.0 via #2688. Is...

Hi there! This happens because the class is loaded too late. The require [here](https://github.com/humanmade/S3-Uploads/blob/3.0.4/inc/namespace.php#L9) will call during the `init` hook, while the `add_command` is executed before that, [here](https://github.com/humanmade/S3-Uploads/blob/3.0.4/s3-uploads.php#L16). That could...

@MARQAS before we merge this one we will need a list of real scenarios where we would expect the feature to integrate or not with Elasticsearch. Then that will need...

Sorry @Clorith. The file isn't that way [here](https://github.com/Kenshino/HelpHub/blob/master/Gruntfile.js)? I did a pull first... And to use theme's Gruntfile we should update it's `grunt-sass` version, like was done in #197. The...

It seems everything is ready for this (CPT already supports excerpts, they are displayed when present, _et cetera_). I guess the only necessary step here is actually writing the excerpts,...

@jakgsl any chance you can give #3036 a try and confirm it fixes the issue? Thanks!

Hi @btxtiger, Most of WooCommerce products info is already indexed when you have the WooCommerce feature enabled in the ElasticPress dashboard (wp-admin/admin.php?page=elasticpress) To @oscarssanchez's point, we do not recommend editing...

Hey @marc-tt, thanks for opening the issue. I've created a PR changing a bit how those filters work and now the deprecated filters will honor the value set with the...

Hey @natesprout, thanks for opening the issue! Although you have a completely valid use case, as widgets are losing space to blocks, we have decided to focus only on blocks...