Justin Wyllie
Justin Wyllie
Come on. What drop-down is not working? What version of Bootstrap?
What drop-down is not working? (I don't see the dropdown-toggle class when I do view source). have you made the required changes (via the filter) for BS5?
It looks like that tip about depth might fix it but if not - here is a debugging tip. [wp_nav_menu](https://github.com/WordPress/wordpress-develop/blob/5.9/src/wp-includes/nav-menu-template.php#L57-L301) seems to get the menu using these two functions: ```...
> I just checked with version 4.3.0 and Bootstrap 5. The dropdown is working. Can you please check the console for JS errors? I think he is saying that the...
Ah. Ok. I see. I hadn't seen the video. (Sorry everyone - they didn't work in Chrome for me). I've compared the markup with my working case and I notice...
@saifullahsiddique - I don't think the OP ever resolved the issue he was having with this library. It seems he got it to output the html but the drop down...
basically no. the date was displayed to the users in local time. we converted it to UTC to send to our back-end.