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?

Issues with ARI Ext Menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Issues with ARI Ext Menu
#12502
Issues with ARI Ext Menu 13 Years, 2 Months ago Karma: 0
I have installed the ARI Ext Menu, on Joomla 1.6(installed fully with database). Previously, after installing the module, and activating it ,the menu was not visible, in the following position:

position-1
* beez5 (Top)
* beez_20 (Top)

After reading through your forum, i have copied the following code, in the CSS style box,

div#header
{
overflow: visible;
}
#header ul.ux-menu li a:link,
#header ul.ux-menu li a:visited
{
display: block;
padding: 10px 14px;
}

#header ul.ux-menu li a.ux-menu-link-parent:link,
#header ul.ux-menu li a.ux-menu-link-parent:visited
{
display: block;
padding: 10px 24px 10px 14px;
}


#header .ux-menu ul.ux-menu-hidden
{
display: none;
}

#header ul.ux-menu
{
right: 0;
margin: 0;
padding: 0;
position: relative;
}

#header ul.ux-menu-sub li
{
float: none;
text-align: left;
}

#header .ux-menu-container ul
{
max-width: none;
padding: 0;
margin: 0;
}

#header .ux-menu-container
{
position: absolute;
top: 48px;
left: 10px;
}


Now the menu is visible, but the submenu bar, on hover, is going out of the boundary of the page, I am attaching the images. Also How do we change the font color, on hover from white to black, also the color of the menu bar etc.
Last Edit: 2011/03/17 04:59 By kamal3965.
The administrator has disabled public write access.
 
#12503
Re:Issues with ARI Ext Menu 13 Years, 2 Months ago Karma: 748
Hello,

Provide link to page where we can see the issue that we can investigate it.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#12533
Re:Issues with ARI Ext Menu 13 Years, 2 Months ago Karma: 0
since i am working on my local PC, it is not possible to provide a link for the same.
The administrator has disabled public write access.
 
#12534
Re:Issues with ARI Ext Menu 13 Years, 2 Months ago Karma: 748
In this case you can provide page files by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#12535
Re:Issues with ARI Ext Menu 13 Years, 2 Months ago Karma: 0
As desired, i am sending the requested files.
File Attachment:
File Name: ari_ext.zip
File Size: 153827
The administrator has disabled public write access.
 
#12536
Re:Issues with ARI Ext Menu 13 Years, 2 Months ago Karma: 748
Fix the next CSS rule:

Code:


#header ul.ux-menu-sub li
{
  float: none;
  text-align: left;
}



It should be:

Code:


#header ul.ux-menu-sub li
{
  float: left;
  text-align: left;
}



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