After auto update from Joomla_3.4.3-Stable-Full_Package to 3.4.4 the title of Menu not hidden more.
Independent of disable all options, not hidden the words "Main Menu" in the site.
Hidden the words "Main Menu"
Not hidden
Version base Joomla_3.4.3-Stable-Full_Package
After auto update 3.4.4
For "correct" this issue I comment the source code:
templates/beez3/html/modules.php - line 22
from:
<?php if ($module->showtitle) { ?> <h<?php echo $headerLevel; ?>><?php echo $module->title; ?></h<?php echo $headerLevel; ?>>
to:
<!-- <?php if ($module->showtitle) { ?> <h<?php echo $headerLevel; ?>><?php echo $module->title; ?></h<?php echo $headerLevel; ?>> -->
I think that the configured parameter cannot reaches to page modules.php.
I I found another bug in the menu: the bold in the option selected not change, stay always in the first option.
Maybe you made a corehack instead of an override on modules.php ?
I tested the following situation on the latest staging version:
1. Change default template to beez3
2. Made a menu module
3. Set the parameter "Show title" to hide
The title of the menu module is hidden now, so I can't reproduce the issue.
Also, I can't reproduce the bug with the active bold item.
I dont understand because the problem occurs, i think that the selected option (variable) do not reaches the page.
I recreates the menu of the zero and clone the module menu, the bold error is solved, but the title still occurs.
Now i try install the version 3.4.4 of zero.
Thanks alot for you attention,
create fonction not show module title begin
function moChrom_nones {
//not Write code $module->title used that
$echo $module->content;//add config what you want take charge default configuration backend advanced
}
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-18 14:09:43 |
Closed_By | ⇒ | brianteeman |
hmm this file was not changed since 30 Dec 2014 maybe the problem is not there..