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.

#109754 Problem to edit an article in frontend : replace Joomla image manager

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 easyconnect83 on Wednesday, 15 December 2021 12:29 GMT

easyconnect83
Hello,

when I want to publish an article in frontend I have a 2 blocks :

id = "imageModal_jform_images_image_fulltext"
and id = "imageModal_jform_images_image_intro"

above the editor which prevents me from accessing the form fields.

These blocks display a window to allow the addition of an intro image and the image of the complete article upon clicking on the respective buttons. I can't seem to correct the problem.

I will send you the access codes in a private message.

Thank you in advance.

Attachments

Ryan
This looks like an issue with the template layout. Those fields are part of the Joomla Article Manager, not JCE.

Do you have the same issue with a different template, such as the core Protostar template?

Ryan Demmer

Lead Developer / CEO / CTO

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

easyconnect83
Indeed with another template the problem no longer occurs. Can you give me a way to correct it?

Thanks

Ryan
The tabs are not working as expected because they use Bootstrap css and your template does not appear to be loading Bootstrap as required.

Please speak to the template developer about this.

Ryan Demmer

Lead Developer / CEO / CTO

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

easyconnect83
Indeed the anchors do not work: #editor, #images, #metadata, ... I indicated this to the developer. In the meantime I did this:

.field-media-wrapper .modal {
    height: auto !important;
}
in the custom.css file of the template. Thanks for this lead. I'll take a closer look.