Closed (fixed)
Project:
eStore
Version:
2.2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 May 2024 at 21:29 UTC
Updated:
20 May 2025 at 20:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
niharika.s commentedComment #3
niharika.s commentedComment #4
danrodThanks @jankap , yes, I saw this issue myself, I'm assigning this task myself in order to fix it.
Comment #5
danrodHello @jankap, which Drupal version are you using, I'm afraid the issue is related with this
I'm using Drupal 11.1.1, this means that all the bootstrap functionality is basically not working here, I'll try on a D10 instance to see if it works.
Meanwhile I'll find a way to fix the menus, at least with custom JS code.
Comment #7
danrodI applied some temporary Javascript and some block configuration and it seems to work now:
In the block menu settings, you will need to set these options and it should work after that
I'll set this task to "Needs Review" for a bit, I believe needs further testing.
Comment #8
danrodComment #9
danrodComment #10
danrodI'll merge this to the 2.2.x branch, I made some fixes in the Desktop & Mobile menu and works much better. Please guys review, I'll mark this as "Fixed", if any other issues appear, please let me know and I re-open the task.
Comment #11
danrodComment #12
danrodI removed the temporary JS class for fixing the BS3 - JQuery4 not working great together and used a forked version of Bootstrap 3 in this issue here: https://www.drupal.org/project/estore/issues/3522884
Already merged into the 2.2.x branch