PDA

View Full Version : General wide footer going to mobile menu



Robert Engelke
January 26, 2020, 12:04 AM
So I was wondering how can I stop the footer links from going to the mobile menu, it becomes really cluttered and I would like to kind of have a footer like the Nova Theme.

https://www.wantaddigest.com/

Which files would I have to edit to do this?

Rudi
January 26, 2020, 04:15 PM
Hello Robert,

Actually, the task has already been created regarding this problem

meanwhile, you can remove it from the main menu:

go to file manager > templates > js > lib.js > find this.mobileMenu = function(){

remove below:



$('section.main-menu ul.menu').append($('nav.footer-menu ul > li'));

Robert Engelke
February 7, 2020, 08:41 AM
So that worked but I still need the footer menu to show at the bottom on mobile. Should I open a ticket?

Rudi
February 7, 2020, 11:23 AM
by default the footer links are hidden (as planned)

you can reveal them via css code but they will look unstructured

if you have support create a ticket and I'll adjust them to footer

Robert Engelke
March 6, 2020, 05:39 PM
Saw that you had updated the footer, thank you for the help!