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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

configuration ext menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: configuration ext menu
#27369
configuration ext menu 12 Years, 7 Months ago Karma: 0
Hi,
this is my first joomla's site. I dowloaded the ari ext menu but I really don't know how to configurate. I am noob with CSS, and I need help.

This is the link to my website: cliniqueveterinairebromont.com/test/

My problems:

1- Is it possible to ajust the width of the menu and it is possible to do some round corner to the menu box?
2- I really dont like how the drop down menu is configurate. How can I change it?

I hope someone can help me, and I am sorry if there is another post on this subject.

Thank you
The administrator has disabled public write access.
 
#27373
Re:configuration ext menu 12 Years, 7 Months ago Karma: 760
Hello,

Sorry, but provided page doesn't contain "ARI Ext Menu" module.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#27375
Re:configuration ext menu 12 Years, 7 Months ago Karma: 0
Oups,
it is my mistake. I tried a other menu to see if it was better, but no. So I put the ari menu back.

Sorry again. I hope you can help me
The administrator has disabled public write access.
 
#27383
Re:configuration ext menu 12 Years, 7 Months ago Karma: 760
Some conflicts occur due to site template styles for default menu. Add the next CSS rules to "CSS Styles" parameter in module settings:

Code:


#topnavi ul.ux-menu li
{
 height: 48px
}

#topnavi ul.ux-menu li a
{
 float: none;
 height: 28px;
 line-height: 28px;
}

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

#topnavi ul.ux-menu li.ux-menu-item138,
#topnavi ul.ux-menu li.ux-menu-item139
{
 width: 136px;
}

.ux-menu LI A.ux-menu-link-level-0.ux-menu-link-first
{
  -ms-border-radius: 7px 0px 0px 7px;
  -webkit-border-radius: 7px 0px 0px 7px;
  -moz-border-radius: 7px 0px 0px 7px;
  -o-border-radius: 7px 0px 0px 7px;
  border-radius: 7px 0px 0px 7px;
}

.ux-menu LI A.ux-menu-link-level-0.ux-menu-link-last
{
  -ms-border-radius: 0px 7px 7px 0px;
  -webkit-border-radius: 0px 7px 7px 0px;
  -moz-border-radius: 0px 7px 7px 0px;
  -o-border-radius: 0px 7px 7px 0px;
  border-radius: 0px 7px 7px 0px;
}



and set "Auto width" parameter to "Yes".

Regards,
ARI Soft
The administrator has disabled public write access.
 
#27394
Re:configuration ext menu 12 Years, 7 Months ago Karma: 0
Thank you so much. It's work very well. The only thing is when I pass my mouse on the main menu items, the background color ''mix'' with the text color and we see nothing. How can I fixed it?

Thank you again
The administrator has disabled public write access.
 
#27395
Re:configuration ext menu 12 Years, 7 Months ago Karma: 760
Text color can be configured in module settings. See "Main menu items styles -> Hover text color" parameter.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12