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)

#112042 right on the software bar

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 Thursday, 20 October 2022 19:29 BST

francisd
Hello,

I have a pro license.
I am administrator of my site and I want to give the rights on an article.
For that I declared my user as creator of the article.
He can connect and can modify a little the text but does not have access to the functionalities of the icons bar of the top (bold, links, images etc..)
Can you tell me what I have to do to make it accessible?

Thank you!

______

Bonjour,

J’ai une licence pro.
Je suis administrateur de mon site et je souhaite donner les droits sur un article.
Pour cela j’ai déclaré mon utilisateur comme créateur de l’article.
Il peut se connecter et peut modifier un peu le texte mais n’a pas accès aux fonctionnalités de la barre d’icones du haut (gras, liens, images etc..)
Pouvez vous me dir ce que je dois faire pour l rendre accessible ?

Merci !

Ryan
Please post a screenshot of the user's editor toolbar.

Ryan Demmer

Lead Developer / CEO / CTO

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

francisd
Hi,

I join a screenshot. For instance justification, add image, paragraph, create link and a lot other doest not work on this user account.
Bold or font color works.

Thanks

Attachments

Ryan
Does this only happen in the front-end? What happens exactly when you try to use these features?

Ryan Demmer

Lead Developer / CEO / CTO

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

francisd
Nothing, it is not active, no reaction. Everything works fine, even on front-end with an admin account

Ryan
Please send me 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.

Ryan
Your template is missing the css that hides the core modal dialog when it is not active, eg:

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
Because the modal is not hidden, it is blocking parts of the editor.

Ryan Demmer

Lead Developer / CEO / CTO

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

francisd
Can you give me some more information on hoot correct the problem.. What file do I have to correct and how (I am a little poor i, using CSS)

Ryan
Add the code above to your templates template.css file.

Ryan Demmer

Lead Developer / CEO / CTO

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