Responsive menu won't show

  • milos
    Support Staff
  • Moderator
  • Moderator
More
8 years 11 months ago #46414 by milos
Replied by milos on topic Responsive menu won't show
Hello,

This variant should be OK: www.ims-tech.info/de/
Just rename menu type from topmenu-de to topmenude (without -)

Regards,
Milos

Please Log in to join the conversation.

More
8 years 11 months ago #46415 by underground1
Hi, Miloš,

thanks for your suggestion. Sadly, I have already tried that and had no result. Now, the menu type is renamed to topmenude so that you can see that the menu is still not responsive.

Once again, thanks for your input.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
8 years 11 months ago - 8 years 11 months ago #46416 by milos
Replied by milos on topic Responsive menu won't show
Hello,

Please open file /templates/hot_startup/index.php. At the bottom of this file, find this line:
Code:
<script src="<?php echo $template_path ?>/js/hot_startup.js"></script>

Paste here everything that's AFTER this line. I need to check if you have the correct code.

Thanks,
Milos
Last edit: 8 years 11 months ago by milos.

Please Log in to join the conversation.

More
8 years 11 months ago #46417 by underground1
<script src="<?php echo $template_path ?>/js/hot_startup.js"></script>
<?php if($enableResponsiveMenu) { ?>
<script type="text/javascript">
<?php
foreach($mnucfg as $menu_name => $menu) {
if($menu == "navv"){ ?>
var navigation = responsiveNav(".container_<?php echo $menu_name;?>");
<?php
}
}
?>
</script>
<?php } ?>
</body>
</html>
<?php } // if($css_request) ?>

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
8 years 11 months ago #46418 by milos
Replied by milos on topic Responsive menu won't show
Ok, the code is current. Perhaps absence of a menu (drop down type) on a page makes JS conflicts. It makes responsive menu not to work.

I think it will work when you select different menu type in template parameters for the rest two menus (mainmenu and mainmenuen). In example, select Joomla classic.

In the meantime, we will try to fix the bug.

Thanks
The following user(s) said Thank You: underground1

Please Log in to join the conversation.

More
8 years 11 months ago #46419 by underground1
Hi, Miloš,

sadly, even if I choose any other menu (Joomla classic, Horizontal ...) they do not act responsive.
Even if the mainmenu IS set on the page in the template layout builder, only this menu changes into a burger menu when reaching the selected responsive value. All other menus remain as they were.

Thanks for your support.

Please Log in to join the conversation.

Time to create page: 0.092 seconds
Powered by Kunena Forum