I am trying Bootstrap starter theme and just checking if dropdown is working or not and found that drop down is not working as expected.
please check the screenshot below -
see here page b showing # link instead of page B link.
I am expecting the link of the page but instead of showing clickable link of the page, its showing # in link when hover.
like instead of showing site.com/page-2
its showing site.com/#
so its non clickable link(just #) instead of clickable.
I am testing on local computer and I just dragged the bootstrap nav bar to test page and then i set up wp smart menu.
and when I am testing it on site, it is showing all navigation links as expected but parent menu and its sub menus are not showing as expected. Instead of showing the link of parent page, its showing default # link.
Here is html code of default nav bar which im testing
Yes I tried with 1, 2 and 3 but results are same with all of them and depth 0 showing only parent menu(working link). I am doing something wrong. But I dont know where im doing wrong…