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?

Trying to integrate the drop down menu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Trying to integrate the drop down menu
#8538
Trying to integrate the drop down menu 13 Years, 4 Months ago Karma: 0
First of all, I have no business probably even attempting this because I am an infrastructure / systems guy, not a web developer. I have a very basic joomla site set up about how I want the structure of it, and I have been able to get the drop down menus to work. What I cannot seem to do is figure out how to even start going about formatting the drop down menus to the same as the topmenu in the template was.

Currently I have them both turned on and you can see both at heminghous.com/joomla/ Can anyone point me to a total idiots guide on getting the formatting correct?
The administrator has disabled public write access.
 
#8552
Re:Trying to integrate the drop down menu 13 Years, 4 Months ago Karma: 746
Hello,

Currently your site contains only "ARI YUI Menu" and doesn't contain default site template menu module. Check it please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8557
Re:Trying to integrate the drop down menu 13 Years, 4 Months ago Karma: 0
Yeah, I been hacking my way through the CSS and got it almost where I want it now. The only thing I have been having problems with is that no matter what I do, the menu labels themselves don't seem to change size (the text of the menus)? I can change the color just fine, but why do font size changes not affect it?
The administrator has disabled public write access.
 
#8558
Re:Trying to integrate the drop down menu 13 Years, 4 Months ago Karma: 746
What font-size do you want to change? Font size of main menu items or sub-menu items? Currently main menu items and sub-menu items have different font size on your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8569
Re:Trying to integrate the drop down menu 13 Years, 4 Months ago Karma: 0
I read through a bunch of other posts and figured out to put this in my CSS styles on the module parameters:
#{$id} ul ul li a
{
font-size: 15px !important;
font-weight: bold !important;
}
#{$id} ul li a
{
font-size: 15px !important;
}

Now what I need to do is put some background back on the drop downs. For some reason when I edit the safe_menu.css and put it there, it only covers the first dropdown. One of my menus has 3 drop downs (single level just 3 down) and only that first one has a background on it!
The administrator has disabled public write access.
 
#8584
Re:Trying to integrate the drop down menu 13 Years, 4 Months ago Karma: 746
All sub-menu items on your page have background:



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