Hi,
First question:
Trying to create a pop-up menu (similar to this with burger on the left).
1. Using modal popup button/icon.
2. When clicking on burger icon – a page comes up
3. The X icon (closing element) on the right top corner appears to be “above” (overlaid) all other elements that are inline with it (such as search form example). These elements (blocks) are not clickable, not working.
Second question:
Where the X icon (closing element) can be changed to another icon?
Thank you
Hi Alex,
In that popup the close element is set over content, what can be done is to set it normal – https://i.imgur.com/XyUhRh9.png
The close icon can be changed from the popup element – https://i.imgur.com/sMVMrPi.png – https://i.imgur.com/Ntj4BA0.png
Thank you!
Hi,
Yes, normally it is possible with the option you had initially to set the elements that are on the line with the x button to be set as inline elements – https://i.imgur.com/1X1qHqh.png and this should fix the initial problem.
I hope this will help you!
Hi Calin,
Thank you for your response.
I do not think it is possible.
The ‘normal’ header is not an option since you cannot place a search form in it (or anything else).
The ‘above the content’ header does not work, because X is inside div ‘tdm-pm-header’. This div has z-index: 10, obviously to make the X work properly.
– As a result, whenever X visually seems to be on the same line as any other element (menu item, search form, logo with link etc), this element is not working, as it appears ‘below’ X element, so it is blocked.
You can see it here, and any other demo that has this type of menu.
– An option could probably be to set z-index 10 to any of those elements that are covered by X element?
The best would probably be, if you can please add on the list an option to have a ‘normal’ header, with logo and search form.
Thank you.