Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

htc

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Sub Menus #1441
    htc
    Participant

    Hi,
    Thanks for the great works. I have the same problem too. All I did was to use the same index.html from the demo, change the source of JQuery & CSS and move the css and libs folders under a different directory /publish. The menu comes up but the no drop down.

    
    <!-- jQuery -->
    <script type="text/javascript" src="publish/libs/jquery-loader.js"></script>
    
    <!-- SmartMenus jQuery plugin -->
    <script type="text/javascript" src="publish/jquery.smartmenus.js"></script>
    
    <!-- SmartMenus jQuery init -->
    <script type="text/javascript">
    	$(function() {
    		$('#main-menu').smartmenus({
    			subMenusSubOffsetX: 1,
    			subMenusSubOffsetY: -8
    		});
    	});
    </script>
    
    
    
    
    <!-- SmartMenus core CSS (required) -->
    <link href="publish/css/sm-core-css.css" rel="stylesheet" type="text/css" />
    
    <!-- "sm-blue" menu theme (optional, you can use your own CSS, too) -->
    <link href="publish/css/sm-blue/sm-blue.css" rel="stylesheet" type="text/css" />
    
    <!-- #main-menu config - instance specific stuff not covered in the theme -->
    <style type="text/css">
    

    Any help would be appreciated.
    Thanks
    htc

Viewing 1 post (of 1 total)