1. z0r0z
  2. Commercial Templates
  3. Sunday, 23 January 2022
  4.  Subscribe via email
Hello Ciaran,

where to change menu heading from mobile menu in emani template? I haven't found anything about this anywhere.

Best regards
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Does nobody have a tip for me?
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
If this is something you would like to amend yourself, open your templates scripts.js (../templates/[YourTemplate/js/scripts.js) and locate the following...

const navigator = menu.navigation({
theme: "dark"
});


Add a title key and edit to taste...

const navigator = menu.navigation({
theme: "dark",
title: "My Menu"
});


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
If this is something you would like to amend yourself, open your templates scripts.js (../templates/[YourTemplate/js/scripts.js) and locate the following...

const navigator = menu.navigation({
theme: "dark"
});


Add a title key and edit to taste...

const navigator = menu.navigation({
theme: "dark",
title: "My Menu"
});


Ciaran


Thank you Ciaran, that helped :)
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,
coming back to this: it may be a solution for the moment but will be overwritten with next template update. I faced the same problem today and looked for solutions here.

Maybe it is an idea to add a string variable to the template options under "Responsive Options" to the possibility to change this?

Might this be possible?

Regards
Oliver
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Oliver

Thank you for the excellent suggestion. We have just added this feature to the Joomla 4 version of the Emani template which is now available to download.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Awesome!!! :)
Really appreciate this!
  1. more than a month ago
  2. Commercial Templates
  3. # 7
  • Page :
  • 1


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