Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Crop featured image" button not clickable in Bricks Builder #89

Open
christianmagill opened this issue Mar 25, 2024 · 2 comments
Open

Comments

@christianmagill
Copy link

I'm guessing the necessary javascript is only executed on the backend while the Bricks builder is executed on the front end. I'd appreciate if you could execute the necessary code on the front end as well when Bricks builder is running. This can be done using the bricks_is_builder() function.

@vollyimnetz
Copy link
Owner

The code for provide the backend-functionality is indeed only loaded in the admin view of wordpress, as thats the position it is currently needed. You may have a look at functions/backendpreparer.php to find the code.

As the Bricks Builder is a commercial plugin i am not willing to pay just to fix a bug on a plugin i do not use.
But feel free to open a pull request with the code you need to change in order to fix your issue.

@christianmagill
Copy link
Author

Thanks! I'll do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants