• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 06.05.24, 17:49
  • Opened by: Valérie Rabeau
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #25532 - The menu created with Creative Element appears below the product images on the category pages

Hello,

Menus created with Creative Element appears below products images thumbnails on categories pages (please see image herewith).

You can see by yourself here : https://www.karmaprotect.fr/12-accessoires

I’ve tried changing the Z-indexes, but it doesn’t make any difference.

Note : I’m still using version 8.2.0 of your theme. Please DON’T update it to solve the issue, I’ve had too many problems with 8.3.1 on other customers websites, I want to keep 8.2.0.
On the other hand, please tell me what you’re going to modify so that I can do it if necessary on other websites.

Attachments:

Comments

Fred 06 May 2024, 23:52

Hi, Valérie.
Try this trick: https://take.ms/YpglG

Valérie Rabeau 07 May 2024, 00:45

Hello Fred,

Nope. I tried your trick, but it didn't make any difference.

(I cleared the cache of Prestashop, of the browser, and I also tested in private browsing mode.)

Attachments:

menu_below_2.jpg (195.3 KiB)
Fred 07 May 2024, 09:27

Ok, add following CSS to Theme Settings → Customer CSS

#header {
  position: relative; 
  z-index: 9;
}
Valérie Rabeau 07 May 2024, 11:00

Hello Fred,

I tried your 1st solution again and it works. For it to work, z-index and css class must be on the menu widget and not on the section.

Thanks for your help.

Fred 07 May 2024, 11:48

You are welcome!