BUG!!
1 year 9 months ago #67315
by rbuelund
This is the error:
Class 'Maximenuck\Helper' not found
.../modules/mod_maximenuck/tmpl/_image.php:27
22 }
23 $itemicon = '<span class="maximenuiconck ' . $icon . '"></span>';
24 }
25 $datahover = $params->get('datahover', '1') == '1' ? ' data-hover="' . addslashes($item->ftitle) . '"' : '';
26 $texthtml = $itemicon . '<span class="titreck-text"><span class="titreck-title">' . $item->ftitle . '</span>' . $description . '</span>';
27 $texthtml = Maximenuck\Helper::decodeCharsAfterJson($texthtml);
28
29 // manage image
30 if ($item->menu_image && $params->get('useimages', '1') !== '0') {
31 // manage image rollover
32 $menu_image_split = explode('.', $item->menu_image);
Class 'Maximenuck\Helper' not found
.../modules/mod_maximenuck/tmpl/_image.php:27
22 }
23 $itemicon = '<span class="maximenuiconck ' . $icon . '"></span>';
24 }
25 $datahover = $params->get('datahover', '1') == '1' ? ' data-hover="' . addslashes($item->ftitle) . '"' : '';
26 $texthtml = $itemicon . '<span class="titreck-text"><span class="titreck-title">' . $item->ftitle . '</span>' . $description . '</span>';
27 $texthtml = Maximenuck\Helper::decodeCharsAfterJson($texthtml);
28
29 // manage image
30 if ($item->menu_image && $params->get('useimages', '1') !== '0') {
31 // manage image rollover
32 $menu_image_split = explode('.', $item->menu_image);
Please Log in or Create an account to join the conversation.
1 year 9 months ago #67320
by ced1870
Joomlack Webmaster and Developer
this means that you had a V8, then V9 without checking the notes, and now the V10 which is fully compatible with the V9 but not with the V8
you can check that to get your styles
forum.joomlack.fr/index.php/4-maximenu-c...maximenu-ck-v8-to-v9
you can check that to get your styles
forum.joomlack.fr/index.php/4-maximenu-c...maximenu-ck-v8-to-v9
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.224 seconds