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?

Need help on menu displayed by Ari Ext Module.
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Need help on menu displayed by Ari Ext Module.
#20832
Need help on menu displayed by Ari Ext Module. 12 Years, 8 Months ago Karma: 0
Dear AriSoft,
I’m new to Joomla, I've just been with it since last 2 months. I'm building my website & install your Ari Ext Module to display my top position menu. The whole menu has not finished yet, and I have some questions to ask for your advice. This is my website www.boboorchids.com/.

1. How can I make my 1st class menu items fit in the top menu's space set by the template? If possible, can I make the top menu items background transparent? Because the height of top menu items displayed by Ari Ext Module is more than the space provided and partly overlaps my website header picture.

Also, how to get rid of the empty space of vertical drop-down submenus, so they have the same height as their 1st class parent menu after 1st class menu has been customized as mentioned above?

2. How to make the vertical drop-down submenus "Orchid Flask", "Orchid Seedlings", "Orchid Blooming Size" to be aligned left, equal to the alignment of its first class parent menu "Orchid Catalog"?

3. I want the arrow on 1st class parent menu to be shown in the bottom right corner of the menu item "Orchid Catalog".

After you give me the CSS Code, what should I do next? I just copy them and paste on the Ari Ext Module Parameter’s CSS styles box? I don't have any knowledge on html or css, so please kindly reply me in the simple easy way.
Thank you so much in advance for your help. I like your extension & really hope it works with my website.

Best Regards,
Lynn
The administrator has disabled public write access.
 
#20838
Re:Need help on menu displayed by Ari Ext Module. 12 Years, 8 Months ago Karma: 748
Hello,

The problems with site template styles for default menu. Add the next code to "CSS Styles" parameter in module settings:

Code:


#topnavi ul.ux-menu li a
{
 height: 20px;
 float: none !important;
}

#topnavi ul.ux-menu li a span
{
 padding: 0 !important;
}

#topnavi ul.ux-menu-sub
{
 margin: 0;
 padding: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20856
Re:Need help on menu displayed by Ari Ext Module. 12 Years, 8 Months ago Karma: 0
Thank you for your prompt assistance! Really appreciate, now it works!!

Lynn
The administrator has disabled public write access.
 
#20949
Re:Need help on menu displayed by Ari Ext Module. 12 Years, 8 Months ago Karma: 0
Hi AriSoft!

The previous css code works fine for me. By the way, for the purpose of smoother display feelings...

- I wanna know if it's possible to make little change to the style; which is making the frames dissappear. (I mean the frames of the menu items in both 1st class parent menu & its all vertical drop-down sub-menus)

- And after making the frames dissapeared, the whole AriExt Module still maintains the primary settings of background, hover, and text colors & effects.

Will this conflict with the previous css code you gave me above?
Or you can give me the new code to replace the first one or add to the existing one? Please tell me also, that I have to replace or to add the the first one.

Thank you so much! Have a nice day!

Regards,
Lynn

my website www.boboorchids.com
The administrator has disabled public write access.
 
#20974
Re:Need help on menu displayed by Ari Ext Module. 12 Years, 8 Months ago Karma: 748
Add the next CSS rules:

Code:


#topnavi .ux-menu
{
 background-image: none !important;
}

#topnavi .ux-menu A,
#topnavi .ux-menu LI
{
 border-style: none !important;
}

#topnavi .ux-menu LI
{
 padding: 0 !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20991
Re:Need help on menu displayed by Ari Ext Module. 12 Years, 8 Months ago Karma: 0
Thanks for your help & this cool extension!

Regards,
Lynn
The administrator has disabled public write access.
 
Go to topPage: 1