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?

Selected Menu Item Not Selected
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Selected Menu Item Not Selected
#27429
Selected Menu Item Not Selected 12 Years, 2 Months ago Karma: 0
I feel like this is a very dumb problem but I cannot figure out what is wrong. I installed your highly customizable menu alternative. The only change I made was relating to the colors of the menu and, in the CSS Styles box, I added:

.ux-menu-container
{
position:relative;
padding: 6px 0 6px 0;
float: left;
left: 50%;
}

to get the menu to appear in the center of the screen. When I select a menu item, it loads the page correctly but it never highlights the menu item.

Here is the web address:

sclibraryhistory.dyndns.org/savejake/

The Joomla template I'm using is Mw_boot.

Thanks
The administrator has disabled public write access.
 
#27434
Re:Selected Menu Item Not Selected 12 Years, 2 Months ago Karma: 748
Hello,

Use "Current background color" parameter to set background of selected menu item.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#27452
Re:Selected Menu Item Not Selected 12 Years, 2 Months ago Karma: 0
Ok, really (really) feel stupid here! I spent so much time thinking it was an issue with my template I never checked the settings to see I was setting the color for the selected tab that of the background color.

Thanks. Problem solved. Is there a way I can get rid of the border surrounding the buttons? I scanned the archives and found a couple who made similar requests but when I copied the custom CSS style in the box, there was no change. These were the 2 solutions I found but did not work:

#nav .ux-menu LI A.ux-menu-link-level-0
{
background: transparent none;
border-style: none;
}

#nav .ux-menu-sub LI A
{
border-style: none !important;
}
The administrator has disabled public write access.
 
#27453
Re:Selected Menu Item Not Selected 12 Years, 2 Months ago Karma: 748
You are welcome. Use the next CSS rule:

Code:


.art-nav .ux-menu LI A.ux-menu-link-level-0
{
 border-style: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#27454
Re:Selected Menu Item Not Selected 12 Years, 2 Months ago Karma: 0
Another painfully easy fix! Thanks. Worked perfectly.
The administrator has disabled public write access.
 
Go to topPage: 1