• Resolved Menno Richardson

    (@menno-richardson)


    First off. Very nice plugin. However there is an problem.

    When I add menu items it al works fine but when I add the submenu. The links are added thw right way only the link anchors stay empty. This is what I get:

    <ul class="nav nav-pills">
      <li><a href="https://www.domein.com/link1/">Link 1</a></li>
      <li><a href="https://www.domein.com/link2/">Link 2</a></li>
      <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Link 3<b class="caret"></b></a>
        <ul class="dropdown-menu">
          <li><a href="https://www.domein.com/link4/"></a></li>
          <li><a href="https://www.domein.com/link5/"></a></li>
        </ul>
      </li>
    </ul>

    What is going wrong?

    https://www.ads-software.com/extend/plugins/wp-bootstrap-navmenu/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author sajjadrad

    (@sajjadrad)

    Did you fill label of link4 and link5 in appearance/menus ?

    Plugin Author sajjadrad

    (@sajjadrad)

    I set menus like this:
    https://imageshack.us/photo/my-images/580/linksty.jpg/
    and this is output:

    <ul class="nav">
    	<li><a href="https://www.domein.com/link1/">Link 1</a></li>
    	<li><a href="https://www.domein.com/link2/">Link 2</a></li>
    	<li class="dropdown">
    		<a class="dropdown-toggle" href="#" data-toggle="dropdown">Link 3<b class="caret"></b></a>
    		<ul class="dropdown-menu">
    			<li><a href="https://www.domein.com/link4/">Link 4</a></li>
    			<li><a href="https://www.domein.com/link5/">Link 5</a></li>
    		</ul>
    	</li>
    </ul>

    Thread Starter Menno Richardson

    (@menno-richardson)

    Thanks for the reply sajjadrad,

    Yes I filled in all the labels. Only difference between yours and mine is that I did not add custom links but selected pages from the richt bar

    Check demo menu

    Here is the menu live Link check Service & onderhoud

    Excuse for the Dutch language ??

    Plugin Author sajjadrad

    (@sajjadrad)

    Your welcome.
    I fixed bugs.You can download 0.4.8 version now.
    Thanks for feedback ??

    Thread Starter Menno Richardson

    (@menno-richardson)

    Great!!

    Works perfectly now. Im very grateful!

    Thanks sajjadrad

    Plugin Author sajjadrad

    (@sajjadrad)

    Your welcome ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Dropdown link anchors are empty’ is closed to new replies.