Superfish Menu not appearing.

Everything to do with Joomla! 2.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
unrealweapon
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sun May 06, 2012 1:36 am

Superfish Menu not appearing.

Post by unrealweapon » Sun May 06, 2012 1:53 am

i am very new to Joomla and I am not sure if this code is right :

Code: Select all

*******head*******
<script src="<?php echo $tpath; ?>/js/superfish.js" type="text/javascript"></script>
<script> 
 
    $(document).ready(function() { 
        $('ul.sf-menu').superfish(); 
    }); 
 
</script>
<!--link to the CSS files for this  SF menu type -->
<link rel="stylesheet" media="screen" href="<?php echo $tpath; ?>/css/superfish.css" />

*******body*******
		  <div class="inheader">
		  
				<jdoc:include type="module" name="header" title="Main Menu" />
			
      	  </div>
anyway.. i installed the joomla 2.5 superfishmenu from :

http://extensions.joomla.org/extensions ... c2giO30%3D

i have added some dummy menus to try

here's a ss of my module manager:
Image

here's a ss of my menu

Image
and a ss of my superfish module..

Image

i tried with this settings and my html source code shows this :

Code: Select all

 <div class="inheader">
      	  </div>
anyone can guide me where have i gone wrong at ??

Locked

Return to “Templates for Joomla! 2.5”