You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Understrap child theme in my wordpress site, with the Understrap Parent also present.
In my menu I have sub items, but the dropdown menu doesn't seem to add the class 'show' to the ul below, when i remove all the JS files from the js folder in my custom theme, the dropdown then works?
Would anyone have an idea a to what is occurring here?
Well your clue right there! If you remove all of your JS files and the Dropdown menu works, its highly likely that something in those JS files is interfering with it. I can say with some confidence that the Understrap parent + child themes, out of the box (without any customisation) do not produce the issue you are seeing?
I would start by incrementally commenting out individual functions within your JS files until you isolate the function that is interfering with your drop down menu. Hope that helps?
Hello, Thank you for your reply, after some digging I've found that the menu seems to be using bootstrap 4, and the rest of the site is fine using bootstrap 5, i moved all the default understrap js back over and removed my custom but no dice :(
Hello,
I am using the Understrap child theme in my wordpress site, with the Understrap Parent also present.
In my menu I have sub items, but the dropdown menu doesn't seem to add the class 'show' to the ul below, when i remove all the JS files from the js folder in my custom theme, the dropdown then works?
Would anyone have an idea a to what is occurring here?
Site for reference https://dev.globalshadingday.com/
The text was updated successfully, but these errors were encountered: