Submenu description color parameter does not respond
5 years 2 weeks ago #55621
by ckakoh
Submenu description color parameter does not respond was created by ckakoh
Joomla 3.9.16
Maximenu CK 9.0.7
Mobile Menu CK 1.0.15
Hi CEd
We try to modify "default theme" with
1) new background color, without background image
2) and the "Sub menu" with different color for Title style and Description style.
Default theme:
1. Case #55580 your modification/patch (no standard background) works fine.
--> maximenuck.php, no standard background image --> delete line 38,39
2. The description color style does not respond.
i.e the color for description is always grey.
(see attached images)
Blank theme:
2. Same behaviour - the description color style does not respond.
Any hints?
Best regards
Maximenu CK 9.0.7
Mobile Menu CK 1.0.15
Hi CEd
We try to modify "default theme" with
1) new background color, without background image
2) and the "Sub menu" with different color for Title style and Description style.
Default theme:
1. Case #55580 your modification/patch (no standard background) works fine.
--> maximenuck.php, no standard background image --> delete line 38,39
2. The description color style does not respond.
i.e the color for description is always grey.
(see attached images)
Blank theme:
2. Same behaviour - the description color style does not respond.
Any hints?
Best regards
Please Log in or Create an account to join the conversation.
5 years 2 weeks ago #55634
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Submenu description color parameter does not respond
Hi
thank you for reporting the problem. I have got it also by my side
Please replace this file
www.dropbox.com/s/rg4bshb8srrlsw1/style.php?dl=0
in
administrator\components\com_maximenuck\helpers
tell me if this is now ok for you
CEd
thank you for reporting the problem. I have got it also by my side
Please replace this file
www.dropbox.com/s/rg4bshb8srrlsw1/style.php?dl=0
in
administrator\components\com_maximenuck\helpers
tell me if this is now ok for you
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
5 years 2 weeks ago #55637
by ckakoh
Replied by ckakoh on topic Submenu description color parameter does not respond
Hi CEd
I have replaced the style.php file. Unfortunately, the description color style still does not respond.
I have tested with a new menu style with theme blank and default (see image).
Best regards
I have replaced the style.php file. Unfortunately, the description color style still does not respond.
I have tested with a new menu style with theme blank and default (see image).
Best regards
Please Log in or Create an account to join the conversation.
5 years 2 weeks ago #55638
by ckakoh
Replied by ckakoh on topic Submenu description color parameter does not respond
Hi CEd,
I checked the style.php file.
On line 678 and 679 there is still descfontcolor. I have changed it to:
$css = ($params->get($prefix . 'desccolor') != '') ?
'color: ' . $params->get($prefix . 'desccolor') . $important . ';' : '';
Now it works. I do not know if the css descfontcolor is necessary?
Regards
I checked the style.php file.
On line 678 and 679 there is still descfontcolor. I have changed it to:
$css = ($params->get($prefix . 'desccolor') != '') ?
'color: ' . $params->get($prefix . 'desccolor') . $important . ';' : '';
Now it works. I do not know if the css descfontcolor is necessary?
Regards
Please Log in or Create an account to join the conversation.
5 years 2 weeks ago #55639
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Submenu description color parameter does not respond
thank you for checking !
I was on the wrong way, please try with the new file
www.dropbox.com/s/rg4bshb8srrlsw1/style.php?dl=0
let me know. Tested (correctly
) by my side, this is ok
my fault is that I have updated the file after the style was saved ...
I was on the wrong way, please try with the new file
www.dropbox.com/s/rg4bshb8srrlsw1/style.php?dl=0
let me know. Tested (correctly

my fault is that I have updated the file after the style was saved ...
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
5 years 2 weeks ago #55640
by ckakoh
Replied by ckakoh on topic Submenu description color parameter does not respond
I have tested it, it works fine. Thanks a lot.
Please Log in or Create an account to join the conversation.
Time to create page: 0.222 seconds