I use a plugin called crop thumbnails to crop images in the media library.
When I add an image through the builder, I can see the crop image button in the media library popup, but it is not clickable.
I use a plugin called crop thumbnails to crop images in the media library.
When I add an image through the builder, I can see the crop image button in the media library popup, but it is not clickable.
Hi Christian,
Thanks so much for your report!
I think the problem is caused by the plugin being only executed in the backend, while Bricks is executed in the front end. You should contact plugin support and ask to execute it in the front end when editing with Bricks. This can be done with bricks_is_builder()
.
Best regards,
timmse
Thanks, I’ve submitted an issue.