Daniel Slyman

Results 12 comments of Daniel Slyman

For some reason, this makes it work for me. I am new to Elasticsearch and Elasticsearch. Could someone explain why this works afterwards? function ep_fine_tuning_ep_formatted_args( $formatted_args, $args ) { $search_fields...

Thanks for the input, I am getting PHP errors when trying to add this to the functions.php, any idea where I should put this?

Thanks for your reply! 1. When adding the indexing function I receive this error: ``` Your PHP code changes were rolled back due to an error on line 86 of...

Thanks! That worked, could you now tell me where I would put this? public function set_up() { add_filter( 'ep_post_sync_args', array( $this->lang_integration, 'add_lang_info' ), 10, 2 ); add_filter( 'ep_formatted_args', array( $this->lang_integration,...

> > > rclone rcd --rc-web-gui --rc-addr :5572 > > > > > > I tried this > > `rclone rcd --rc-web-gui-no-open-browser --rc-no-auth --rc-addr :5572 -vvv` > > and when...

I have the same issues, I also used EWWW and I would much prefer have my webp formats ready to go and not converted on the fly. However, regardless of...

``` location ~* ^.+\.(png|jpe?g|gif)$ { add_header Vary Accept; try_files $uri$webp_suffix $uri =404; add_header Access-Control-Allow-Origin "*"; expires max; access_log off; } ``` essentially I have my webp images in the same...

Thanks but I am just looking to implement this for WordPress sites that I'm running on nginx. There must be a way to easily rewrite the requests or am I...