- Posts: 6793
- Thank you received: 722
Responsive menu won't show
-
milos
Support Staff -
- Moderator
-
Less
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
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.
-
underground1
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 75
- Thank you received: 0
8 years 11 months ago #46415
by underground1
Replied by underground1 on topic Responsive menu won't show
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.
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
-
Less
More
- Posts: 6793
- Thank you received: 722
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:
Paste here everything that's AFTER this line. I need to check if you have the correct code.
Thanks,
Milos
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.
-
underground1
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 75
- Thank you received: 0
8 years 11 months ago #46417
by underground1
Replied by underground1 on topic Responsive menu won't show
<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) ?>
<?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
-
Less
More
- Posts: 6793
- Thank you received: 722
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
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.
-
underground1
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 75
- Thank you received: 0
8 years 11 months ago #46419
by underground1
Replied by underground1 on topic Responsive menu won't show
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.
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