Jump to content
  • 0

Dany Kurniawan

Question

Hello everyone. Good Day,

I have a little bit problem in adding some nav-menu item on client page.

The scenario is : I wanna add some menu on client page. The nav-menu is using dropdown style.

I have looked up at plugin_action table on the DB. I look at the support menu plugin for example. That plugin is using serialize array to make the dropdown menu.

 

What i wanna ask is, can i make dropdown menu without using the code style of support manager plugin on navigation.php file?

If i have to use the code style of support manager, would anybody help me please to explain the way it does?

 

Sorry for the inconvenience. Thanks before for anybody that want to help.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

In your template file, search the li of the nav and add the fallwing code to your template, you need to edit links and navigation names

 

<li class="dropdown">
	<a href="#" class="dropdown-toggle" data-toggle="dropdown">
		<i class=""></i>Link 1<b class="caret"></b>
	</a>
	<ul class="dropdown-menu">
		<li><a href="http://URL_HERE/"><i class=""></i> Sub Link 1</a></li>
		<li><a href="http://URL_HERE/"><i class=""></i> Sub Link 2</a></li>
	</ul>
</li>

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...