Corrupted Class Name on Unordered List Element

  • cmb
  • cmb's Avatar Offline Topic Author
  • New Member
  • New Member
  • Posts: 5
  • Thanks: 1

Corrupted Class Name on Unordered List Element was created by cmb

Posted 10 years 1 month ago #18705
I just updated a site to Maximenu CK version 6.2.9 running on a Joomla 2.5.19 site. There is a horizontal menu on the site and the <ul> element should have a class of menu. Instead it has a class of menu;?>. That means that the CSS selector for ul.menu {} is not implemented.

To fix the problem I modified line 18 of \modules\mod_maximenuck\tmpl\nativejoomla.php to correct the problem.

The original line 18 was:
Code:
<ul class="menu<?php echo $params->get('moduleclass_sfx'); ?>;?>"<?php

The corrected version is:
Code:
<ul class="menu<?php echo $params->get('moduleclass_sfx'); ?>"<?php
by cmb
The following user(s) said Thank You: ced1870

Please Log in or Create an account to join the conversation.

Replied by ced1870 on topic Corrupted Class Name on Unordered List Element

Posted 10 years 1 month ago #18708
Hi
thank you for this information, I have found it in the nativejoomla layout
It will be fixed into the next version
CEd

Joomlack Webmaster and Developer

by ced1870

Please Log in or Create an account to join the conversation.

Time to create page: 0.638 seconds

Fast and powerful creation, customizable and responsive.

Read More

We have 885 guests and no members online