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.

#115091 droppics placeholder will not be shown in jce editor

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, 31 October 2023 11:45 GMT

kreativ quadrat
hi since last versions the droppics placeholder for gallery will not be shown in jce editor?

<p><img src="https://www.joomlacontenteditor.net/components/com_droppics/assets/images/t.gif" alt="" style="background: url('/components/com_droppics/assets/images/gallery.png') no-repeat scroll center center #D6D6D6; border: 2px dashed #888888; height: 200px; border-radius: 10px; width: 99%;" data-droppicsgallery="194" data-droppicsversion="3.2.23" data-gallery="194" /></p>

When the page loads, it flashes briefly and is then no longer visible

Attachments

Ryan
I'm not seeing any issue with that code in the editor without Droppics installed (I don't have the extension), except the image doesn't display, but the code is not removed when an article is saved or loaded.

Ryan Demmer

Lead Developer / CEO / CTO

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

kreativ quadrat
Normally it looks like the attached screenshot problem is this

img[src="https://www.joomlacontenteditor.net/components/com_droppics/assets/images/t.gif?1698696569883"] {
  display: none !important;
}
its INLINE?

Attachments

Ryan
Yes, that will hide the image. Where is that css code located?

Ryan Demmer

Lead Developer / CEO / CTO

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

kreativ quadrat
FF Inspector says INLINE?

also this is a problem

mg[src$="/components/com_droppics/assets/images/t.gif?1698698884179"] {
display: none !important;
visibility: hidden !important;
height: 0px !important;
min-height: 0px !important;
}
comes it from JCE?

i deactivate
mg[src="/components/com_droppics/assets/images/t.gif?1698699126980"] {
display: none !important;
}
its INLINE
same Problem
than
img[src$="/components/com_droppics/assets/images/t.gif?1698699126980"] {
display: none !important;
visibility: hidden !important;
height: 0px !important;
min-height: 0px !important;
}
it works
strange

Attachments

Ryan
also this is a problem

mg[src$="/components/com_droppics/assets/images/t.gif?1698698884179"] {
display: none !important;
visibility: hidden !important;
height: 0px !important;
min-height: 0px !important;
}
comes it from JCE?


No this is not from JCE. None of the css code you have posted is from JCE.

Ryan Demmer

Lead Developer / CEO / CTO

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

kreativ quadrat
when i use TinyMCE it works?

Ryan
[quotePost id="115109"]when i use TinyMCE it works?[/quotePost]

Have you added the css above to any of your template stylesheets? JCE loads the template stylesheets into the editor to style the content.

Ryan Demmer

Lead Developer / CEO / CTO

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

kreativ quadrat
yes I have, but when I change to standard the font changes etc but I still don't see the droppics placeholder

kreativ quadrat
it must be any settings in jce when i change to example MOBILE Profile it works

Ryan
In your "Default" profile, have you added anything to Editor Profiles -> Editor Parameters -> Typography -> Editor Styles?

Ryan Demmer

Lead Developer / CEO / CTO

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

kreativ quadrat
problem is when i have inserted the advanced image manager

Attachments

kreativ quadrat
without the advanced image manager button it works

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.

kreativ quadrat
login is send to you

Ryan
Are you using a browser extension like Ghostery or UBlock Origin or something similar?

Ryan Demmer

Lead Developer / CEO / CTO

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

kreativ quadrat
Yes, Adblocker Ultimate...why would this add-on block this placeholder image when "Insert Image" is enabled?

Ryan
[quotePost id="115124"]Yes, Adblocker Ultimate...why would this add-on block this placeholder image when "Insert Image" is enabled?[/quotePost]

I don't know, but 2 blocker extension that I have block the image if the name is t.gif. If I change the code so the image name is img.gif for example, nothing happens.

Ryan Demmer

Lead Developer / CEO / CTO

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

Ryan
Image MAnager Extended adds a query string to the end of each image, so that it is always loaded from the server and not the browser cache, eg:

t.gif?1698752696941
This combined with file name, seems to trigger the blocker.

Ryan Demmer

Lead Developer / CEO / CTO

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