Saifullah Siddique (Saif)
Saifullah Siddique (Saif)
Bootstrap 5 ofcourse
There has a dropdown toggle class but no ul>li for sub menu/dropdown as well. I've used this nav walker before in a bs4 project and it works well. But in...
1. I'm using v4.3.0 of nav walker 2. Here is my array of arguments code I've passed to ```wp_nav_menu()``` ```php wp_nav_menu( array( 'theme_location' => 'primary-menu', 'depth' => 1, 'container' =>...
Still, It's not working. https://www.loom.com/share/65dbd605a7194534b98b39b33d59fd12
Thanks for your quote. I'll try again according to your suggestion and will let you know tommorow.
This is the console. There is no error related this. May be I've to check this walker with another different project. I'll inform you after testing with another project @IanDelMar...
I've checked it into my another project. But it still not working - https://www.loom.com/share/a4f7c5b325db4f08bec705ac8bb4bdd0 I don't know why. Thanks for your great support. I've to find another good solution for...
No. The DenMed is in Bootstrap v5.0.2 All of the CSS and JS has been enqueued properly and there is no problem with enqueue scripts and styles.
Well, the dropdown is now working with another walker library I've found. Feeling fresh now. I think you should update this walker with updated wordpress and bootstrap version and please...
Also you should focused on decreasing less lines of code. You wrote **608** lines of code for just this functionality, but it's not working for me. But I found a...