Jany Martelli

Results 41 comments of Jany Martelli

Guess not :( Moving to [remote-ftp](https://atom.io/packages/remote-ftp).

> can anyone offer a suggestion for a package that handles project management with local/remote sync? Moved from Atom to Visual Studio Code, sorry :/

If anyone's interested in an updated version of this plugin, I [forked it](https://github.com/Jany-M/wp-live-search) and made it **compatible with WP 4.7.2 and the most recent API**. Also, some changes were made...

@djmtype my version was working perfectly fine up until at least 4.8. Have not tested it with a newer version though. If it's not working, it might have to do...

@djmtype that sounds like a routing issue. There are no 404 in case of no results. Make sure that you are getting results by testing eg. http://yoursite.com/wp-json/wp/v2/pages and your cpt....

I cannot get this to work. Tried with/without trailing slash. Any test I could run to check what's going on?

The htaccess rule (above everything else) fixed it. ``` RewriteEngine On RewriteRule ^index\.php$ - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] ```

I think there is an issue with folder access/perms (probabyl starting with the installation itself), besides the odd installer behavior. After trying to install from the website's latest exe, the...

Turns out, if you change extension of a .png, to .ico (which is usually fine for other purposes), the Windows build will fail. I don't know if that's why you...