modxcms / fred

The friendly front-end editor for visual, drag-and-drop content building in MODX CMS
https://fred.modx.com
MIT License
59 stars 25 forks source link

Snippet into chunks #2

Closed Electrica closed 6 years ago

Electrica commented 6 years ago

I can't run snippet into chunks. _501 _502

matdave commented 6 years ago

https://modxcms.github.io/fred/elements/settings/ Check out the {"remote":true} option. If that isn't set, the element is just parsed as static to save on constant server requests.

Electrica commented 6 years ago

image image image

Not work(( image

matdave commented 6 years ago

The error log issue is fixed in beta2, which I am just waiting for the next round of Extras checks. I'm guessing that Fred is not working with the Fenom processor, which we hadn't tested yet.

alienbuild commented 6 years ago

Solved on the MODX facebook group.

Issue was missing quotes in the JSON around true. {"remote":true} should be {"remote":"true"}

Also the OP mis-spelled &parents in the pdo call.

Electrica commented 6 years ago

Can i use dinamic link, example [[~[[15]]]] not work.

alienbuild commented 6 years ago

Can you create a new issue Electrica please if this one has been solved.