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.

#107763 no media-box shown

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 Friday, 07 May 2021 10:38 BST

HGH
Hi Ryan, since some times, I have probs with the media-box. With some earlier articles/snippets the box isn't shown, but he pic is only shown in the browser. I investigated the following: In all my cases I have this code in the articles/snippets:

<a href="https://www.joomlacontenteditor.net/images/content/stories/firmen/maerklin/BR_010-3708x/3708x-fx/604987_37080-1-2-o.jpg" target="_blank" rel="noopener" type="image/jpeg" class="jcepopup zoom-bottom-right" data-mediabox="group[604987];width[800];title[Märklin Digital-Decoder für BR 10 der DB::604987 Oberseite]"><img src="https://www.joomlacontenteditor.net/images/content/stories/firmen/maerklin/BR_010-3708x/3708x-fx/604987_37080-1-2-o_k.jpg" alt="604987 37080 1 2 o" width="300" height="104" /></a>
In this case the behavior is as written before. You can see it here Scroll down to the pics an click them. When removing the target-tag and the rel-tag as:

<a href="https://www.joomlacontenteditor.net/images/content/stories/firmen/maerklin/BR_010-3708x/3708x-fx/604987_37080-1-2-o.jpg" type="image/jpeg" class="jcepopup zoom-bottom-right" data-mediabox="group[604987];width[800];title[Märklin Digital-Decoder für BR 10 der DB::604987 Oberseite]"><img src="https://www.joomlacontenteditor.net/images/content/stories/firmen/maerklin/BR_010-3708x/3708x-fx/604987_37080-1-2-o_k.jpg" alt="604987 37080 1 2 o" width="300" height="104" /></a>
All works well. In my case I have over 200 currencies of the

target="_blank" rel="noopener" type="image/jpeg" class="jcepopup zoom-bottom-right"
in my articles and snippets. Now my question. Is it a Mediabox-/JCE-Bug or must I remove those tags im my articles/snippets? Has the removement any dependencies? By the way, I have another prob. In the article there is a header with some '<' and '>'. When clicking to these pics, the user can scroll to the next article. There is also tool-tip on the pics, witch shows the title of the next article. Since some times, there is a crash by the tooltip ,when hoovering over the pics. I can't find the reason for that, but I think it is an CSS-Bug. Do you have a tip for me?

Ryan
You can see it here Scroll down to the pics an click them.
I'm not seeing an issue with these popups. They work as expected for me in Firefox and Chrome.
By the way, I have another prob. In the article there is a header with some '<' and '>'. When clicking to these pics, the user can scroll to the next article. There is also tool-tip on the pics, witch shows the title of the next article. Since some times, there is a crash by the tooltip ,when hoovering over the pics. I can't find the reason for that, but I think it is an CSS-Bug.
The joomla tooltip used here seems to be adding the wrong postion style to the tooltip. Add the following to your template css file:

.tooltip {
    position: absolute !important;
}

Ryan Demmer

Lead Developer / CEO / CTO

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