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.

#112965 Mediabox question

Posted in ‘Mediabox’
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 ant on Thursday, 02 February 2023 14:40 GMT

ant
Hello after upgrading to Joomla 4 my old site I see that the popup from thumbnails don't work: https://www.tommasofiore.it/tommaso-fiore-la-mostra/33-rassegna-stampa This is the code

<p>
<strong><br />
<a href="https://www.joomlacontenteditor.net/images/stories/la-mostra/rassegna-stampa/corriere-mezzogiorno-271220.gif" class="jcebox"><img style="border: 1px solid #cccccc; margin: 5px; width: 195px; height: 195px" src="https://www.joomlacontenteditor.net/images/stories/la-mostra/rassegna-stampa/thumbnails/thumb_corriere-mezzogiorno-271220.gif" alt="corriere-mezzogiorno-271220.gif" title="corriere-mezzogiorno-271220.gif" width="195" height="195" /><br />
Corriere del Mezzogiorno 27/12/2007</a><br />
</strong>
</p>
mediabox 2.1.2 plugin is installed and active. Please, what can I check to fix it? Regards

Ryan
If you only have one popup affected, then change the class fro m "jcebox" to "jcepopup", eg:

<a href="https://www.joomlacontenteditor.net/images/stories/la-mostra/rassegna-stampa/corriere-mezzogiorno-271220.gif" class="jcepopup">

Ryan Demmer

Lead Developer / CEO / CTO

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

ant
It is a problem in all images popup. I can find and replace all class occurrences using DB Replacer.
Thanks