Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

not showing subitems
(1 viewing) (1) Guest
Go to bottomPage: 12345678...12
TOPIC: not showing subitems
*
#4343
Re:not showing subitems 14 Years, 1 Month ago Karma: 748
Hello,

It seems this problem with your template. We suppose your template contains incorrect code for removing mootools.js including. Could you provide index.php file of your template that we can investigate this problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#4344
Re:not showing subitems 14 Years, 1 Month ago Karma: 0
sorry, i'm new to that template stuff... here's the code that's in the index.php:

Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
     <link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl ?>/templates/sckreuzlingen_neu/css/template.css" />
        <link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl ?>/modules/mod_swmenufree/styles/menu.css" />
        <link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl ?>/modules/mod_ariextmenu/mod_ariextmenu/js/css/menu.css" />
        <link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl ?>/modules/mod_ariextmenu/mod_ariextmenu/js/css/menu.min.css" />
</head>
<body>
   <div id="frame">
      <div id="head">
   <div id="oben">
    </div>
        <div class="abstandhalter">
        </div>
    <div id="unten">
           <div id="topmenu">
              <jdoc:include type="modules" name="user1" />
           </div>
           <div id="signet">
           </div>
        </div>   
        <div class="abstandhalter">
        </div>
  </div>
      
  <div id="mitte">
     <div id="breadcrumb">
            <jdoc:include type="modules" name="breadcrumb" />
         </div>
         <div id="search">
<jdoc:include type="modules" name="user2" />
         </div>
         <div id="content">
            <jdoc:include type="component" />
         </div>   
         <div id="right">
<jdoc:include type="modules" name="right" />
         </div>         
  </div>
      
      <div id="footer">
         <div id="syndication">
            <jdoc:include type="modules" name="syndicate" />
         </div>
         <div id="copyright">
            <jdoc:include type="modules" name="footer" />
         </div>
  </div>
   </div>
</body>
</html>



thx!
The administrator has disabled public write access.
 
#4345
Re:not showing subitems 14 Years, 1 Month ago Karma: 748
<head></head> tag should contain the following code:

Code:


<jdoc:include type="head" />



This code loads including which were be done through Joomla! API. Use the following code in your template:

Code:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
     <link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl ?>/templates/sckreuzlingen_neu/css/template.css" />
        <link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl ?>/modules/mod_swmenufree/styles/menu.css" />
     <jdoc:include type="head" />
</head>
<body>
   <div id="frame">
      <div id="head">
   <div id="oben">
    </div>
        <div class="abstandhalter">
        </div>
    <div id="unten">
           <div id="topmenu">
              <jdoc:include type="modules" name="user1" />
           </div>
           <div id="signet">
           </div>
        </div>   
        <div class="abstandhalter">
        </div>
  </div>
      
  <div id="mitte">
     <div id="breadcrumb">
            <jdoc:include type="modules" name="breadcrumb" />
         </div>
         <div id="search">
<jdoc:include type="modules" name="user2" />
         </div>
         <div id="content">
            <jdoc:include type="component" />
         </div>   
         <div id="right">
<jdoc:include type="modules" name="right" />
         </div>         
  </div>
      
      <div id="footer">
         <div id="syndication">
            <jdoc:include type="modules" name="syndicate" />
         </div>
         <div id="copyright">
            <jdoc:include type="modules" name="footer" />
         </div>
  </div>
   </div>
</body>
</html>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4346
Re:not showing subitems 14 Years, 1 Month ago Karma: 0
omg that was a bad mistake of mine...

thx for the ultra fast support :-D
The administrator has disabled public write access.
 
#4347
Re:not showing subitems 14 Years, 1 Month ago Karma: 0
They were super helpful with my issue too. GREAT support!! ARISoft rules! Thanks guys!
The administrator has disabled public write access.
 
#5069
Re:not showing subitems 14 Years ago Karma: 0
Something broke on my site. The ARI Ext menu has been working great for a few weeks. Then yesterday my client noticed the menus stopped closing. I was able to partialy fix the issue by uninstalling and them reinstalling the latest version of the ARI Ext Menu module again and re-tweaking the CSS files for the menu. However now the drop-down menus have stopped working in IE (IE 8 on XP). They work great on Safari and Firefox, but they do not respond in IE now.

Sorry to ask for help on this again. You guys have been so helpful. The site is vincentcustombuilding.com

Thanks in advance. (Is there a "Make a donation" button on your site. I really gotta give you guys some money for all the help you have provided.)
The administrator has disabled public write access.
 
Go to topPage: 12345678...12