-
-
Notifications
You must be signed in to change notification settings - Fork 828
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
[Feature] Custom Action Buttons below poster #996
Comments
turns out i just need to use a lot of global css to override the default settings .filepond--action-buttons { /* .filepond--file-action-button.filepond--action-buttons-sp:hover { .filepond--file-action-button.filepond--action-buttons-sp span { .filepond--file-wrapper { .filepond--file { .filepond--file-poster { .filepond--action-buttons { .filepond--action-buttons .filepond--file-action-button { .filepond--file-poster-wrapper { .filepond--image-preview-wrapper { .filepond--image-preview { |
Yeah, the action button is a styled button, you'd have to duplicate the view and create a basic variant to make a plain version. But indeed overriding styles works as well. |
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
hi, filepond is excellent, it is so beautiful
i have created a plugin for creating extra buttons based on the metadata actions. It works but i need help with styling
Current problems is
i feel that fileActionButton is not suitable for my purpose. is there a better built in? otherwise, can you point me in the direction to make one?
also i feel that some of the issues have to do with the order of rendering. the buttons should wait until the preview poster is created.
cheers,
RT
Describe the solution you'd like
when the script runs, based on the buttons in actions
poster
button1
button2
button3
Describe alternatives you've considered
I tried doing a DOM manipulation by adding button directly. it got squeezed into top right hand corner and was made invisible
The text was updated successfully, but these errors were encountered: