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.

#110435 Insert file and text

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, 22 February 2022 16:51 GMT

ant
Hi, using Insert File/Media Manager I want to insert for download a Pdf file with Icon only. In popup I can't disable Text. I must delete it after inserted. Why?
Regards

Attachments

Ryan
In popup I can't disable Text. I must delete it after inserted. Why?
I guess it was just created this way, assuming the text would always be included, with the other options as additional information only. I may change it, although I'm not sure how this would affect selection when editing. You can use css to hide the text, which is probably easier that deleting the text of each new link. Add the following to your template stylesheet:

.wf_file_text {
    display: none;
}

Ryan Demmer

Lead Developer / CEO / CTO

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