Basic mistakes in concrete5
Permalink
1. z-index error. image properties under add blog entry
2. Css error. After sending the file, the system does not mean that the file is ready. How it is and how it should be attached in the picture.
Green marker not show.
2. Css error. After sending the file, the system does not mean that the file is ready. How it is and how it should be attached in the picture.
Green marker not show.
This is concrete5 with sample content. Standard installation.
This is not a block. This is the composer's form.
"As for adding the file you need to click the "Close" button from the upload window and then select the file from the File Manager list. "
Yes I know but in dropzone.js sent files are marked with a green marker and not sent with a red one.
It confuses my clients
This is not a block. This is the composer's form.
"As for adding the file you need to click the "Close" button from the upload window and then select the file from the File Manager list. "
Yes I know but in dropzone.js sent files are marked with a green marker and not sent with a red one.
It confuses my clients
@dariuszgarus
You are correct there should be a green tick in the top right corner of the uploaded file preview.
Looking at the source code when the file has been uploaded I can see there is a div with a class of dz-success-mark that holds the green tick that is not being displayed .
I think the form stops loading at the 'dz-progress' div and fails to show the 'dz-success-mark' div.
I think this is a bug...
You are correct there should be a green tick in the top right corner of the uploaded file preview.
Looking at the source code when the file has been uploaded I can see there is a div with a class of dz-success-mark that holds the green tick that is not being displayed .
I think the form stops loading at the 'dz-progress' div and fails to show the 'dz-success-mark' div.
I think this is a bug...
I sent to the bugtracker.
https://www.concrete5.org/developers/bugs/8-5-0/marking-a-sent-file/...
https://www.concrete5.org/developers/bugs/8-5-0/marking-a-sent-file/...
If a problem exists in the current version of c5, please post it as an issue on GitHub.
(Unfortunately the bug tracker doesn't get anywhere near as much attention)
(Unfortunately the bug tracker doesn't get anywhere near as much attention)
OK. Added
There is no Blog Entry block in the C5 core so this might be an issue to raise with whoever build your Blog Entry block.
As for adding the file you need to click the "Close" button from the upload window and then select the file from the File Manager list.