alexhillel

Results 5 comments of alexhillel

I'm seeing issues with `relatedTo` as a query argument: ``` query projectIndexEntry { projectIndexEntry: entries(section: [projectIndex], limit: 1) { ... on ProjectIndex { id title uri projectIndexEntries(relatedTo: [{targetElement:46}]) { ......

Thanks, seems to be working great.

It's a standard Laravel Forge server deployed onto a Linode VPS. It's relatively freshly provisioned and there's nothing strange installed on there from what I can recall, and it's the...

I've turned off all optimisations in the config (including jpegoptim), and also set cacheDuration and cacheDurationRemoteFiles to false. I also set the cache directory to a differently named folder (public/transforms)....

I'm also wondering there has been any development on a migration path from this plugin to the Craft 3 native implementation? I'm working on a legacy Craft 2 site which...