You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#112232 Template manager thumbnails layout

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Tuesday, 08 November 2022 17:04 GMT

Joris
In the Template Manager we have the nice option to preview the templates with thumbnails. However, I only see the first two and a half, the rest disappears.
In the <ui.css> I see a max-height defined at 336px, but I don't know why and I don't get it overwritten. Any ideas?

Attachments

Ryan
Replace ui.css in components/com_jce/editor/tiny_mce/themes/advanced/skins/default with the file in the attached zip.

Clear you browser cache.

Attachments

ui.css.zip

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

Joris

Thanks Ryan!
Is it correct/needed the height (max-height: 336px;) is still there?
Now with overflow (overflow-y: auto;) there is a scroll bar; it works, but not really intuitive.

Still doubting: is there any way to override the ui.css declaration?

Kind regards,
Joris

Ryan
Is it correct/needed the height (max-height: 336px;) is still there?
Now with overflow (overflow-y: auto;) there is a scroll bar; it works, but not really intuitive.


There must be some height limit to the menu item, and once this is reached, then a scrollbar is shown so all items are accessible.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.