Benedikt Dertinger
Benedikt Dertinger
Hi, thanks for this plugin! I'm trying to implement the following: I need a _global search throughout my site_. I'm using ACF in combination with posts and pages. I would...
I wrote a small program to catch data from a server and I'm able to display this data on the ePaper screen. But how can I access the buttons on...
Hello everyone, I got the following setup: - Wordpress 4.9.1 - Advanced Custom Fields PRO 5.6.7 - Responsify WP 1.9.8 - WP retina 2x 5.2.0 I turned on the **retina**,...
Is it possible to add media queries for retina screens? If I currently activate the retina option and set `rwp_style($image['id'], array('retina' => true));` I can't find any css queries for...
I use this project with sailsjs and mongodb and tried to setup a basic request which works fine. Here is my User.js model: ``` module.exports = { tableName: 'users', attributes:...
## 🐛 Bug Report If I use the example ```js ... preHandler: upload.array('photos', 12), handler: function(request, reply) { // request.files is array of `photos` files } ``` from the README...