Page 1 of 1

FIXED: Themeable Menu Issue

Posted: Thu Feb 08, 2024 6:30 pm
by wixily
Hi wbers,
I have being experiencing this issue for sometime hopefuly i can get a fix now

What am doing
I place themeable menu in a master page and a card in the index page. when i enable card header collapsible, the themeable menu drop down becomes inactive when i preview the index page.
But when i place the card in the master page and preview the master page, the themeable menu drop down works.

Here is th project download link https://we.tl/t-3qSeAPhDS2

:roll: :(

Re: Themeable Menu Issue

Posted: Thu Feb 08, 2024 8:48 pm
by Pablo
The issue is related to order of the elements on the page.
The quickest way to solve this is by adding an (empty) HTML object.
In the 'resources' section add: popper.min.js

Image

Then right click the HTML object and make sure it's the first element on the page (arrange -> move to back).

Re: Themeable Menu Issue

Posted: Thu Feb 08, 2024 9:25 pm
by wixily
Pablo wrote: Thu Feb 08, 2024 8:48 pm The issue is related to order of the elements on the page.
The quickest way to solve this is by adding an (empty) HTML object.
In the 'resources' section add: popper.min.js

Image

Then right click the HTML object and make sure it's the first element on the page (arrange -> move to back).
Thank you Pablo for that quick response. Your solution worked like magic✨