Back to Catalog Support

VDLP
VDLP

If you add a image to a product the uploaded image div is not fully displayed. The options to remove and order a image arent visable. I dont know if its standaard to use this image upload function in a sidebar for octobercms. For now i made a quick css fix.

.form-sidebar .field-fileupload.style-image-multi .upload-files-container {
    margin-left: 0px;
}

.form-sidebar .field-fileupload.style-image-multi .upload-button {
    width: 100%;
}
Tiipiik
Tiipiik

Hi,

In fact it's an OctoberCMS little CSS bug, not a plugin bug. As we could use any type and place it anywhere in the layout, things have to move smoothly. But for some display sizes there is this bug. You can add your fix to a PR on the OctoberCMS github page.

I could add it in the plugin but it would load a CSS file just for those lines, which is not really interesting, compared to fix the bug to the entire OctoberCMS plugins that use multiple images on the backend sidebar.

If you want, you can make a try and use the resize feature of Firefox, then resize to 468px or more than 1440 and you will see the buttons displaying correctly.

VDLP
VDLP

Tiipiik said:

Hi,

In fact it's an OctoberCMS little CSS bug, not a plugin bug. As we could use any type and place it anywhere in the layout, things have to move smoothly. But for some display sizes there is this bug. You can add your fix to a PR on the OctoberCMS github page.

I could add it in the plugin but it would load a CSS file just for those lines, which is not really interesting, compared to fix the bug to the entire OctoberCMS plugins that use multiple images on the backend sidebar.

If you want, you can make a try and use the resize feature of Firefox, then resize to 468px or more than 1440 and you will see the buttons displaying correctly.

Thanks for your reply! I will create a issue for OctoberCMS.

1-3 of 3