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?

add a seperator between menu items
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: add a seperator between menu items
#32365
add a seperator between menu items 11 Years, 9 Months ago Karma: 0
hallo,
how can i add a |
between the menu items?
always on the right,except the last menu entry
www.lichtpunkt-records.at/demo/

thanks for your help and support!
The administrator has disabled public write access.
 
#32366
Re:add a seperator between menu items 11 Years, 9 Months ago Karma: 748
Hello,

You can modify the extension for your needs. The module uses <joomla_directory>\modules\mod_ariextmenu\tmpl\menu.php template file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#32384
Re:add a seperator between menu items 11 Years, 9 Months ago Karma: 0
thanks for your answer!

i found this file!
and how can i add | as seperator between the menu titles?
can you please send me the code i have to insert and where to insert!

thanks a lot for your help and support!

kind regards
The administrator has disabled public write access.
 
#32386
Re:add a seperator between menu items 11 Years, 9 Months ago Karma: 748
The page doesn't contain "ARI Ext Menu" module.

PS: We don't provide custom modification as free support.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#32387
Re:add a seperator between menu items 11 Years, 9 Months ago Karma: 0
now it contains a ari ext menu ... before i tried another one!

i want to look like:

menu item 1 | menu item 2 | menu item 3 | menu item 4

no | at the last menu item!!

thanks for your help!

i insert this code in the module css section:

#{$id}
LI.ux-menu-item-level-0
{
width: 156px;
}
UL.ux-menu A {
border-style: solid !important;
}
UL.ux-menu LI
{
list-style: none;
}
body .ux-menu-container
{
text-align: center;
padding-left:-50px;
}

body .ux-menu
{
display: inline-block !important;
*zoom: 1;
display: inline;
}

#top_menu .ux-menu-container
{
text-align: center;
}

#top_menu .ux-menu-container .ux-menu
{
display: inline-block;
}

#top_menu .ux-menu-container .ux-menu A.ux-menu-link-level-0
{
height: 14px;
line-height: 14px;
}

#top_menu .ux-menu-container .ux-menu A.ux-menu-link-level-0>.ux-menu-arrow
{
top: 10px;
}
UL.ux-menu A
{
border-right: 0px solid #cbcbcb !important;
filter:alpha(opacity=90); /* IE */
opacity:0.9; /* allgemein */
-moz-opacity:0.9; /* Mozilla */
-khtml-opacity:0.9; /* KTHML */
-opera-opacity:0.9; /* Opera */
}
.demo-container UL.ux-menu LI A.ux-menu-link-level-1
{
background-color: transparent !important;
}
The administrator has disabled public write access.
 
#32389
Re:add a seperator between menu items 11 Years, 9 Months ago Karma: 748
Add the following CSS rules:

Code:


UL.ux-menu LI A.ux-menu-link-level-0
{
 border-style: none !important;
 border-left-style: solid !important;
}

UL.ux-menu LI A.ux-menu-link-level-0.ux-menu-link-first
{
 border-left-style: none !important;
}



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