Tagged: tooltip
Hi Guys,
The tooltips of any hotspot image i add are not showing. I have installed the theme in a test environment (same theme version), when i add a hotspot image with the same settings the tooltips show up.
I also tried temporarily disabling all custom css but unfortunately that didn’t work.
Link and login details below.
I’d be great if you can help me out.
Kind regards!
Hello Rikard,
I’m sorry for the inconvenience, see below for working credentials.
Edit: i also tried replacing the enfold files of the not-working-tooltip-site with the working-tooltip-site but this didn’t solve the issue.
Hi!
Please add following code to Quick CSS
.avia-tooltip {
position: absolute!important;
}
Following code is causing the issue
body.ncf_sidebar_push > * {
position: relative;
}
Regards,
Yigit
Solved, thanks a lot for the support!