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?

Menu problem
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Menu problem
#3983
Menu problem 13 Years, 11 Months ago Karma: 0
Hello

I am new to Joomla and have been trying without luck (I'm sure due to my lack of Joomla knowledge!) to get the drop down menu system working. I have installed the module and selected topmenu, however I am not seeing any drop down menus. If features is clicked I believe the ARI YUI module shows beneath. What I am trying to acheive is show drop downs when I hover over Features for the time being.

Thanks in advance.
dal
User Offline Click here to see the profile of this user
Last Edit: 2010/04/29 07:57 By dal.
The administrator has disabled public write access.
 
#3984
Re:Menu problem 13 Years, 11 Months ago Karma: 746
Hello,

Have you enabled menu module? We don't see 'ARI YUI Menu' on your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3985
Re:Menu problem 13 Years, 11 Months ago Karma: 0
Thanks for the quick resonse.
Yes, it seems to show something behind the top menu when I click on Features, grab attached for your module
dal
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3986
Re:Menu problem 13 Years, 11 Months ago Karma: 0
Here is the grab..
dal
User Offline Click here to see the profile of this user
Last Edit: 2010/04/29 07:58 By dal.
The administrator has disabled public write access.
 
#3987
Re:Menu problem 13 Years, 11 Months ago Karma: 746
It problems with your template styles. It contains specific styles for this position. If you have knowledge of CSS, you can see it in FireBug plugin for FireFox browser. You can add the following CSS rule to template CSS file that show 'ARI YUI Menu':

Code:


BODY #pillmenu,
#pillmenu .yuimenubar ul,
#pillmenu .yuimenubar ul li,
#pillmenu .yuimenubar ul li a 
{
  height: auto;
}

#pillmenu .yuimenubar ul {
  width: auto;
}

#pillmenu .yuimenubar ul li {
  background: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#3988
Re:Menu problem 13 Years, 11 Months ago Karma: 0
Thank you.
That has kind of sorted the issue, however I only see the module when I click on the Features tab, what I was hoping to acheive would be hover over the existing Features and have drop down menus shown.
dal
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 12