• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 19.08.24, 10:05
  • Opened by: Nicola
  • Closed by: Fred
  • Closed on: 16.01.25, 21:58
  • Reason: Closed
  • Comment: Glad to help!

Ticket #25720 - Menu page

Hello, i’m adding the menu bar in my homepage. I noticed that when i press the menu button, all the category appear but it moves the page down. How can i show the menu bar without moving the page? Is ok if it goes on the images/slides and covers a part of them.
Thanks

Attachments:

menu.jpg (203.9 KiB)

Comments

Fred 19 Aug 2024, 22:50

Hi, Nicola.
I do not see the header at all here https://test.cebsas.it/ Is the url correct?

Nicola 20 Aug 2024, 18:23

Yes i confirm the link is correct, in attachment the screenshot where there is also the link. There are 3 because i'm trying to test. Let me know if you can see the header

Attachments:

header.jpg (232.3 KiB)
Fred 20 Aug 2024, 20:52

I see a different page. Do I have to update my local DNS settings to see it?

Nicola 21 Aug 2024, 08:49

Can you send me a screenshot of the page that you see? The homepage…

Fred 21 Aug 2024, 21:04

Yes, now I see the same page as on your screenshot. I don't know what's happened, maybe some cache.
As for the menu, as I can see you are using Pro widget.
Try this CSS to fix the issue

.elementor-nav--dropdown {position: absolute !important}
Nicola 27 Aug 2024, 10:17

With this css the issue is fixed but i have 3 problems:
- the banner stay fixed but the category menu become below images
- when you click on the menu, you go with the mouse on the first category and it open subcategories, if i want to close the first category and go to the second i can't anymore and stay always opened (it became hover)
- the menu go over the button of the categories, is difficult to close everything

Fred 28 Aug 2024, 21:09

Try this

.elementor-nav--dropdown {position: absolute !important; z-index: 999 !important}

You are using the widget that is not a part of the theme, isn't it?

Nicola 29 Aug 2024, 16:14

Is not working. I tried to use also Alysum header, but i can't add a category tree that works. Can you check? I need only a category tree that is not going under the slide module, and that i can open and close.

Fred 30 Aug 2024, 22:00

It works for me, check this screenshot https://take.ms/nP35B

Nicola 03 Sep 2024, 10:40

yes actually it worked for you and not for me. I don't understand why because the custom css script was actually modified by us for testing and in your screenshot it was still original. It seems like changes are not saved even though they are actually there.
Anyway now it works.
However I would like to understand how to disable the onhover submenu opening feature, I would like them to open when I click with the mouse.
I would also like to put the title to the menu (Categories) and I would like to move the menu so that it opens a little lower, so that it does not cover the writing.
How can i modify the CSS's margin-top? if i put on the css doesn't work

Fred 03 Sep 2024, 20:38

But you are using one of the Pro version widget, that's not ours. So better to ask CE support about that, I suppose

Nicola 16 Jan 2025, 15:30

Thanks you can close the ticket