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?

Menu in capitals
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Menu in capitals
#14436
Menu in capitals 13 Years, 6 Months ago Karma: 0
Hello,

I just installed ARI Menu (very cool menu module) and solved the template issue with beez2 (Joomla 1.6) with the following CSS below. Now all the texts in the menu are in capitals. How can i solve this.

... and no I have not set text transform in the module.



#header .ux-menu-container
{
position: absolute;
top: 3px;
left: 3px;
}
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: left;
text-align: left;
}
#header .ux-menu-container ul
{
max-width: none;
padding: 0;
margin: 0;
}

____________________________________________
Eiderstedt the nose in the face of Schleswig-Holstein.
The administrator has disabled public write access.
_____________________________________
Eiderstedt, the nose in the face of Schleswig-Holstein.
 
#14439
Re:Menu in capitals 13 Years, 6 Months ago Karma: 760
Hello,

Check "Text transform" parameter in module settings. If it doesn't help, provide link to page where we can see the problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#14441
Re:Menu in capitals 13 Years, 6 Months ago Karma: 0
as mentioned: "... and no I have not set text transform in the module."

Here is the link: test.visit-eiderstedt.de

Thanks for your quick help.
_____________________________________________
Eiderstedt the nose in the face of Schleswig-Holstein.
The administrator has disabled public write access.
_____________________________________
Eiderstedt, the nose in the face of Schleswig-Holstein.
 
#14442
Re:Menu in capitals 13 Years, 6 Months ago Karma: 760
This problem with site template CSS styles. Add the next CSS rule that fix it:

Code:


#header ul.ux-menu li a
{
 text-transform: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#14443
Re:Menu in capitals 13 Years, 6 Months ago Karma: 0
That solved the issue. Many thanks for youre lightning fast support.
The administrator has disabled public write access.
_____________________________________
Eiderstedt, the nose in the face of Schleswig-Holstein.
 
Go to topPage: 1