- Posts: 49
- Thank you received: 0
display a submenu within a post
-
lg3raccoon
Inactive member - Topic Author
- Member
Less
More
10 months 1 week ago #51098
by lg3raccoon
Replied by lg3raccoon on topic display a submenu within a post
Okay, thanks, that was it. However, I now have an offset in the first menu item on the left.
Maybe you have a fundamentally different suggestion, a different approach, because there are also other questions.
Basically, the behavior of the menu doesn't seem to work satisfactorily for me?
The starting article on the home page leads me to the other menu items via the read more link, e.g. B. from home to courses. Everything works fine on the pages without submenus. However, for courses I have eight submenus. There are problems with the menu on both the PC and the mobile device.
On the PC, if I clicked on the Courses menu once, the Courses post opens, but the Courses menu item with its submenu does not open again when I click on it.
When I click on the Courses menu item on my mobile device, nothing happens. So I have to click on the submenu items and can't read the post that is under Courses.
The best thing to do is to take a look at the screenshot and the website that I have now put online.
www.bewussterbewegen.de/index.php/kurse
Maybe you have a fundamentally different suggestion, a different approach, because there are also other questions.
Basically, the behavior of the menu doesn't seem to work satisfactorily for me?
The starting article on the home page leads me to the other menu items via the read more link, e.g. B. from home to courses. Everything works fine on the pages without submenus. However, for courses I have eight submenus. There are problems with the menu on both the PC and the mobile device.
On the PC, if I clicked on the Courses menu once, the Courses post opens, but the Courses menu item with its submenu does not open again when I click on it.
When I click on the Courses menu item on my mobile device, nothing happens. So I have to click on the submenu items and can't read the post that is under Courses.
The best thing to do is to take a look at the screenshot and the website that I have now put online.
www.bewussterbewegen.de/index.php/kurse
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
10 months 1 week ago #51100
by milos
Replied by milos on topic display a submenu within a post
Hello,
In the custom.css file add:
also, change the previous code I gave you to:
Regarding the top menu problems, please try disabling the phpdebugbar extension that you are using. It's possible that it breaks Javascript code of the menu.
Regards,
Milos
In the custom.css file add:
Code:
.belowcontent {
clear: both;
}
also, change the previous code I gave you to:
Code:
.belowcontent ul.menu {
white-space: unset;
}
Regarding the top menu problems, please try disabling the phpdebugbar extension that you are using. It's possible that it breaks Javascript code of the menu.
Regards,
Milos
Please Log in to join the conversation.
-
lg3raccoon
Inactive member - Topic Author
- Member
Less
More
- Posts: 49
- Thank you received: 0
10 months 1 week ago #51103
by lg3raccoon
Replied by lg3raccoon on topic display a submenu within a post
Thank you. Your tips for the menu helped me.
Unfortunately I can't do anything with the other hint: I don't know of such an extension for the PC, for the mobile phone or for Joomla. Can you provide me more information on how and where I can find and disable this phpdebugbar extension?
Unfortunately I can't do anything with the other hint: I don't know of such an extension for the PC, for the mobile phone or for Joomla. Can you provide me more information on how and where I can find and disable this phpdebugbar extension?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
10 months 1 week ago #51105
by milos
Replied by milos on topic display a submenu within a post
Hello,
Go to System > Global Configuration > System and disable Debug System.
Regards,
Milos
Go to System > Global Configuration > System and disable Debug System.
Regards,
Milos
Please Log in to join the conversation.
-
lg3raccoon
Inactive member - Topic Author
- Member
Less
More
- Posts: 49
- Thank you received: 0
10 months 1 week ago #51106
by lg3raccoon
Replied by lg3raccoon on topic display a submenu within a post
I turned off debug mode Unfortunately, I can't see any improvement on either the mobile device or the PC.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
10 months 1 week ago #51107
by milos
Replied by milos on topic display a submenu within a post
Hello,
I am not sure what causes this. I tested the template on our server with a similar configuration as yours and the menu worked fine.
1. Go to System > Site Template Styles > Clinic and save the template options once (you don't have to change anything).
2. Try to disable all additional extensions that you installed on this website. One of them may make the conflict with the menu script.
3. If none of the above works, try re-downloading the template file "hot_clinic5x.zip" from our site and install it in Joomla. Before doing that, make a full website backup or backup.
Regards,
Milos
Regards,
Milos
I am not sure what causes this. I tested the template on our server with a similar configuration as yours and the menu worked fine.
1. Go to System > Site Template Styles > Clinic and save the template options once (you don't have to change anything).
2. Try to disable all additional extensions that you installed on this website. One of them may make the conflict with the menu script.
3. If none of the above works, try re-downloading the template file "hot_clinic5x.zip" from our site and install it in Joomla. Before doing that, make a full website backup or backup.
Regards,
Milos
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.153 seconds