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.

#110193 Image Map - icons under image

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 anotart on Wednesday, 02 February 2022 15:48 GMT

anotart
I think this is new, but not sure since I didn't always scroll down the page when testing the image map. On this page:

https://ittyandbitty.com/for-kids/explore-itty-and-bitty-s-world

The open links are appearing under the image. The links on the image map work as expected. I don't want the open links to appear at all.

I just noticed this today after doing all plugin and Joomla updates. This happens in the Chrome and Edge browser, but not in Firefox.

Thank you for your help!

Attachments

Ryan
Please add the following to your template css file:

area .wf-icon-zoom-link {
    display: none;
}
I will fix this in the next Mediabox update.

Ryan Demmer

Lead Developer / CEO / CTO

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

anotart
Thank you! Worked!