Image Select / Upload Modal Issue - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Image Select / Upload Modal Issue

PU

Paul Uhl

Helix Framework 3 years ago

On our website we have enabled front-end login for our editors (this is not the Joomla Administrator Login).

When they try to SELECT or UPLOAD an image for an article the vertical dimension of the image modal is truncated making it entirely unuasable. This occurs for every user type. It does not occur if you log in using the Joomla Administrator Login. It only happens if you login through the template front end.

ie: www.mywebsite.com/login

Joomla 4.2.1 Helix Ultimate 2.0.7 PHP 7.4.29

0
2 Answers
PU
Paul Uhl
Accepted Answer
3 years ago #67197

I had to write CSS to modify the bootstrap controlled modal to get it to work properly:

.modal-dialog { height: 600px !important; } .modal-content { / 80% of window height / height: 80%; }

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #67200

Hi

Thanks for contacting us. And thanks for sharing the solution with us. You can now accept the answer and close this post.

-Regards.

0