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?

Multiple Menus - Background color style
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Multiple Menus - Background color style
#8493
Multiple Menus - Background color style 13 Years, 6 Months ago Karma: 0
I install two Vertical Menus, one below the next.

But, the second Menu don't apply the CSS Style applied to the fist Menu:

.yui-skin-sam .yuimenu UL LI {list-style: none;}
.yuimenu ul li {background-image: none;}
#ariyui30.yui-skin-sam .yuimenu .bd {background-color:#BBC790; border:1px solid #61CBD9;}

Both Menus CSS Style are identical, but the Background color and Border Color don't function for the second Menu. It appear in WHITE background color instead of blue (#BBC790).

Please help me.
The administrator has disabled public write access.
 
#8495
Re:Multiple Menus - Background color style 13 Years, 6 Months ago Karma: 748
Hello,

Each menu instance has unique id because the following CSS rule will be applied only to one instance of the module:

Code:


#ariyui30.yui-skin-sam .yuimenu .bd {background-color:#BBC790; border:1px solid #61CBD9;}



Add the following code into menu CSS file:

Code:


{$id}.yui-skin-sam .yuimenu .bd {background-color:#BBC790; border:1px solid #61CBD9;}



or the following code in "CSS Styles" parameter in module settings:

Code:


#{$id}.yui-skin-sam .yuimenu .bd {background-color:#BBC790; border:1px solid #61CBD9;}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8500
Re:Multiple Menus - Background color style 13 Years, 6 Months ago Karma: 0
Thank you so much! It worked. I did forget what the $id signify ("the Joomla ID of the MODULE"). Thanks!
The administrator has disabled public write access.
 
#15988
Re:Multiple Menus - Background color style 12 Years, 11 Months ago Karma: 0
admin wrote:
Hello,

Each menu instance has unique id because the following CSS rule will be applied only to one instance of the module:

Code:


#ariyui30.yui-skin-sam .yuimenu .bd {background-color:#BBC790; border:1px solid #61CBD9;}



Add the following code into menu CSS file:

Code:


{$id}.yui-skin-sam .yuimenu .bd {background-color:#BBC790; border:1px solid #61CBD9;}



or the following code in "CSS Styles" parameter in module settings:

Code:


#{$id}.yui-skin-sam .yuimenu .bd {background-color:#BBC790; border:1px solid #61CBD9;}



Regards,
ARI Soft


Hi there
I am having a bit of an issue with adding multiple menus on the same page, and have found nothing to say this great module does not support multiple menus as each one is uniquely identified by "Module Class Suffix: if I am not misttaken.
Update* Sorry, I see the Joomla Module ID is the unique identifier, not the Module Class Suffix, if I am correct in what I see.
However I am getting different results on the 3 menus I have on the home page (see attached jpg)
The one in the centre is displaying the way I want it (separator,article, separator, article, etc)
The other 2 are set up exactly the same way, but expand to the right, without showing the article in the main menu block.
Menus and modules for all 3 are set up exactly the same way!
I have seen posts on the dots on the menu items, and will look into that myself, just want to know which css file I am supposed to edit?
Thanks
Len
Last Edit: 2011/06/13 07:00 By lenr.Reason: update
The administrator has disabled public write access.
 
#15989
Re:Multiple Menus - Background color style 12 Years, 11 Months ago Karma: 748
Hello,

Provide link to page where we can see the problem because it can be a problem with site template styles.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15991
Re:Multiple Menus - Background color style 12 Years, 11 Months ago Karma: 0
Hi there,
Unfortunately, I am using localhost to get everything working before I go live with it.
I have downloaded the EXT Menu, and am now using that without issue, so I may as well stay with it. however, I prefer the look of the YUI Menu
I am still getting the square dots ahead of each menu item, tho, so will search the forum for help on that!
Last Edit: 2011/06/13 08:24 By lenr.Reason: Addition
The administrator has disabled public write access.
 
Go to topPage: 12