Menu Disappeared - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Menu Disappeared

NS

Niels S.

SP Page Builder 6 months ago

Hi,

I started creating the english version of the menu and since that the german version is only accessible via the burger when I decrease the window size. The english version is shown in both version.

Here is the site: https://2s-kommunikationsberatung.de/index.php/de/

Can you tell me what might be the reason?

regards

Niels

0
10 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 6 months ago #190456

Please marked the issue as sloved

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 6 months ago #189896

Hi there!

Thank you for bringing this to our attention, and I sincerely apologize for the inconvenience caused.

To assist you more effectively, may I kindly request temporary administrative access to your site? This will allow me to thoroughly investigate and resolve the issue for you.

Before sharing the credentials, I strongly recommend taking a complete backup of your site to ensure all data remains secure.

Looking forward to your response.

Best regards

0
NS
Niels S.
Accepted Answer
6 months ago #189900

Hi,

thank you for the support! I put the access data into the Hidden Content.

Regards

Niels

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 6 months ago #189903

Apologies for the inconvenience.

It appears that the proper method for setting up a multilingual Joomla site has not been followed. To ensure everything works correctly, we recommend referring to the official documentation for creating a multilingual Joomla site using Helix Ultimate:

👉 How to Create a Multilingual Site in Joomla 4 Using Helix Ultimate

Also the following css in your Template Options -> Custom Code -> Custom CSS, caused the menu disappeared issue. Please review the css

@media screen and (max-width: 300px) {
    .sp-megamenu-parent {display: none !important;}
    #offcanvas-toggler {display: flex !important;}
}

@media screen and (max-width: 1800px) {
    .sp-megamenu-parent {display: none !important;}
    #offcanvas-toggler {display: flex !important;}
}
0
NS
Niels S.
Accepted Answer
6 months ago #190394

Thanks for the support. I was succesful by folloiwng your documentation.

One problem is left:

When decrease the english menu from normal to the burger size, the menu is not reachable in the english burger version. I only can see it on the large screen. Can you tell me the reason?

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 6 months ago #190397

Please recheck your custom css codes

0
NS
Niels S.
Accepted Answer
6 months ago #190399

I got the code from your forum.

Even if I delete it in the english version, the burger menu does not appear. Could it be another reason?

0
NS
Niels S.
Accepted Answer
6 months ago #190402

I tried again and deleted the whole code in all versions. But still, I cannot see the english menu in the burger-version.

Do you have other suggestions?

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 6 months ago #190441

Check now

0
NS
Niels S.
Accepted Answer
6 months ago #190455

Thank you!

0