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?

Submenus nor appearing, formating not proper.
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Submenus nor appearing, formating not proper.
#46020
Submenus nor appearing, formating not proper. 10 Years, 5 Months ago Karma: 0
I have tried, but could not get the sub menus to open.

** Link Removed **

There are 11 sub menus under "Policy & Procedure", but none appears. Sometimes, only the first one appears.

I want the sub menus to drop down in a list like shown on www.demo2.ari-soft.com/ari-ext-menu.html.

The small down arrow is also over the text.

The formatting, border etc. are also not proper in this template.

Please help.
Last Edit: 2013/11/14 14:44 By nasirq.
The administrator has disabled public write access.
 
#46023
Re:Submenus nor appearing, formating not proper. 10 Years, 5 Months ago Karma: 747
Hello,

This problem with site template style for default menu in selected module position. Add the following CSS rule:

#navbar DIV.ux-menu-container ul
{
overflow: visible;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#46024
Re:Submenus nor appearing, formating not proper. 10 Years, 5 Months ago Karma: 0
It is better but still not proper.

The background is transparent, the long text is overlapping and the small down arrow is still over the test.
The administrator has disabled public write access.
 
#46031
Re:Submenus nor appearing, formating not proper. 10 Years, 5 Months ago Karma: 747
Open index.php file of site template and replace the following code:

<div id="navbar">

and replace it with the following one:

<div id="navbar1">

add also the following code to "CSS Styles" parameter in module settings:

UL.ux-menu LI{margin:0;}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#46063
Re:Submenus nor appearing, formating not proper. 10 Years, 5 Months ago Karma: 0
It seems to be fine now.

But the menu is not showing the color of the template.
The administrator has disabled public write access.
 
#46064
Re:Submenus nor appearing, formating not proper. 10 Years, 5 Months ago Karma: 747
Color of menu items can be configured in module settings.

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