z-index problem?
- joomlack@elmarco.nl
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
3 years 4 months ago #61109
by joomlack@elmarco.nl
z-index problem? was created by joomlack@elmarco.nl
I bought the pro version hoping that the suspected z-index problem in this version would be OK.
In desktop mode, the tooltip overlays most items. However, this is not the case in all cases. Some layers still overlap the tooltip. The biggest problem is in mobile mode (see picture). Here the tooltip is at the lowest z-index. In the css file the z-index is at 50000 and 60000. This should be enough. Unfortunately this is not the case. It also seems that there are no changes when I change the z-index value.
Can anyone help me get the tooltip to the front in both desktop and mobile mode?
In desktop mode, the tooltip overlays most items. However, this is not the case in all cases. Some layers still overlap the tooltip. The biggest problem is in mobile mode (see picture). Here the tooltip is at the lowest z-index. In the css file the z-index is at 50000 and 60000. This should be enough. Unfortunately this is not the case. It also seems that there are no changes when I change the z-index value.
Can anyone help me get the tooltip to the front in both desktop and mobile mode?
Please Log in or Create an account to join the conversation.
3 years 4 months ago #61110
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic z-index problem?
Hi
Please give me the url of the page so that I can check the problem and tell you what to do
CEd
Please give me the url of the page so that I can check the problem and tell you what to do
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- joomlack@elmarco.nl
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
3 years 4 months ago #61111
by joomlack@elmarco.nl
Replied by joomlack@elmarco.nl on topic z-index problem?
Please Log in or Create an account to join the conversation.
3 years 4 months ago #61112
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic z-index problem?
Please add this css code in your page
this shall fix it
Code:
#tooltipgc_overlay { z-index: 1; }
Joomlack Webmaster and Developer
The following user(s) said Thank You: joomlack@elmarco.nl
Please Log in or Create an account to join the conversation.
- joomlack@elmarco.nl
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
3 years 4 months ago - 3 years 4 months ago #61113
by joomlack@elmarco.nl
Replied by joomlack@elmarco.nl on topic z-index problem?
Yes!!!! Thank you!!!! The mobile problem is gone.
Now the desktop problem remains.
On the page at "Special Ketchup" you can see what I mean
Now the desktop problem remains.
On the page at "Special Ketchup" you can see what I mean
Last edit: 3 years 4 months ago by joomlack@elmarco.nl.
Please Log in or Create an account to join the conversation.
Time to create page: 0.224 seconds