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?

top sub menu not display when main menu enabled
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: top sub menu not display when main menu enabled
#43514
Re:top sub menu not display when main menu enabled 10 Years, 8 Months ago Karma: 747
Read our previous post please:

Currently the extension doesn't support images which are defined in Joomla! menu item settings.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#43518
Re:top sub menu not display when main menu enabled 10 Years, 8 Months ago Karma: 0
Is that custom css which I can post in the ari menu settings panel?
The administrator has disabled public write access.
 
#43528
Re:top sub menu not display when main menu enabled 10 Years, 8 Months ago Karma: 747
The following code can be used in "CSS Styles" parameter in module settings:

#{$id} LI.ux-menu-itemMENUITEMID>A
{
background-image: url(LINK_TO_IMAGE);
background-repeat: no-repeat;
background-position: center left;
}

Where MENUITEMID is ID of menu item and LINK_TO_IMAGE is a link to an image. For example if you want to add <joomla_directory>/images/menu1.jpg image for menu item with ID = 54, use the following code:

#{$id} LI.ux-menu-item54>A
{
background-image: url(images/menu1.jpg);
background-repeat: no-repeat;
background-position: center left;
}

PS: Path to an image can be another if SEF is enabled.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#43529
Re:top sub menu not display when main menu enabled 10 Years, 8 Months ago Karma: 0
Thanks. css was never my strong point. I expect to finish it today.
The administrator has disabled public write access.
 
Go to topPage: 1234