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?

2 instances of menu - separating CSS
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: 2 instances of menu - separating CSS
#8691
Re:2 instances of menu - separating CSS 13 Years, 7 Months ago Karma: 0
Hi Thanks,

I tried that but get no response. Odd but think it is close. Any other suggestion. I am still testing on my own also. I really appreciate your help.
The administrator has disabled public write access.
 
#8699
Re:2 instances of menu - separating CSS 13 Years, 7 Months ago Karma: 0
Still looking into this. It seems that #ariextmenu_ariext22 a is the issue. I am sure this comes from the parameter settings. Is there a way to override this?
The administrator has disabled public write access.
 
#8703
Re:2 instances of menu - separating CSS 13 Years, 7 Months ago Karma: 748
You can edit module source file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8708
Re:2 instances of menu - separating CSS 13 Years, 7 Months ago Karma: 0
Does this mean that you can not completely control the submenu because of the parameter settings? There isn't a css selctor combination that will allow you to change the submenu font size?

Which source file is the correct one to edit? I have no clue as what to edit once I got there. Any assistance would be most appreciated. Thanks!
The administrator has disabled public write access.
 
#8709
Re:2 instances of menu - separating CSS 13 Years, 7 Months ago Karma: 748
See the next file <joomla_directory>/modules/mod_ariextmenu/mod_ariextmenu/templates/main.html.php

Find the following code:

Code:


printf('<style type="text/css">#%1$s A{ font-size: %2$s !important; font-weight: %3$s !important; text-transform: %4$s !important; }</style>',
'ariextmenu_' . $menuId,
$moduleParams->get('fontSize', '12px'),
$moduleParams->get('fontWeight', 'normal'),
$moduleParams->get('textTransform', 'none'));



and the following:

Code:


AriDocumentHelper::includeCustomHeadTag(
sprintf('<style type="text/css">#%1$s A{ font-size: %2$s !important; font-weight: %3$s !important; text-transform: %4$s !important; }</style>',
'ariextmenu_' . $menuId,
$moduleParams->get('fontSize', '12px'),
$moduleParams->get('fontWeight', 'normal'),
$moduleParams->get('textTransform', 'none')));



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8710
Re:2 instances of menu - separating CSS 13 Years, 7 Months ago Karma: 0
Ahhh. Found the code. THink the best method is to comment out the effecting parts However, it kills the menu all together. Slickly I miss spelled font-size (fonts-size)and that gets it. Is there a better way of doing this?
The administrator has disabled public write access.
 
Go to topPage: 1234