1. tuki
  2. Commercial Templates
  3. Tuesday, 04 October 2022
  4.  Subscribe via email
Hello Ciarán,

I made a page with Nina template. I found that the menu on responsive mobile view only scrolling the page. And the menu stay opened. Is there any solution / function / javascript to close the onepager menu for example with onclick event. Now user need to close it manually after the page scroll for the content.

BIG thanks for your suggession.

Have a nice day
Regards,
Peter
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Peter

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

In the official template demo there is also available this problem here: https://www.joomla51.com/demo/0173/index.php/features/one-page-website (need to change mobile view in firebug, or check it on mobile).

But in jasmine template its solved, and working very good : https://www.joomla51.com/demo/0164/index.php/features/one-page-website

What is the difference between the templates? I think maybe there is an additional script on onclick in jasmine. But its easier to ask you than start debugging. :)

BIG thanks for your help.
Regards,
Pter
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Peter

To amend try adding the following to the Head Custom Code field of your templates parameters (Extensions -> Template Manager -> YourTemplate -> Custom Code -> Head Custom Code)...

<script>
document.addEventListener("DOMContentLoaded", function() {
document.querySelector('.mobile-menu')
.addEventListener('mouseup', (evnt) => {
evnt.preventDefault();
drawer.close();
});
});
</script>


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello, Ciaran,

Thanks for the suggestion. Tried but unfortunately doesnt close the panel.

I get error from firebug:
Uncaught ReferenceError: drawer is not defined

<anonymous> https://hajhosszabbitas.professionalsales.hu/:400
EventListener.handleEvent* https://hajhosszabbitas.professionalsales.hu/:398
EventListener.handleEvent* https://hajhosszabbitas.professionalsales.hu/:396


Seems Nina use other name for the mobile manu?
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Can you suggest what is the correct reference instead of "drawer"? THANK!
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Finally solved. In j51_nina/js/scripts.js enabled the commented section

( // one page website - close on click
document.querySelector('.mobile-menu')
.addEventListener('mouseup', (evnt) => {
evnt.preventDefault();
drawer.close();
});)

From custom code the script not worked correctly. But in this way it started working. Thanks!
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok