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 Online

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

#110472 JCE Editor width in Joomshopping "Edit product"

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 Modis on Thursday, 03 March 2022 14:45 GMT

Modis
On the product edit page in Jumshopping, the JCE editor has a width of 838 pixels and there is no way to make it larger. If i turn on any other editor, there is no problem

Attachments

Ryan
Please send me a login - https://www.joomlacontenteditor.net/contact/site-login

Ryan Demmer

Lead Developer / CEO / CTO

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

Modis
Sent

Ryan
The JoomShopping extension still uses tables for its layout, which doesn't work well with the way the JCE editor is structured, using flex-box, which is different to the Tinymce editor. I have applied a temporary fix for this on your site, in the admin template's template.css file (administrator/templates/isis/css/template.css), using the following css rule:

/* fix for JoomShopping layout */
.col100 > .admintable {
  width: 100%;
}

Ryan Demmer

Lead Developer / CEO / CTO

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

Modis
Nothing has changed. The editor still does not stretch

Ryan
Clear you browser cache.

Ryan Demmer

Lead Developer / CEO / CTO

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

Modis
Thank you so much! Everything is fine now.