Mobile menu problem

Posted in: Newspaper
Post count: 13

My developer is trying to mirror the site in their app but the code you are using obliges each time to completely reload the page even when the menu is opened, while the current standards (used in the app) no longer use this system.

Can help me to locate this code?
<i class=“tdb-mobile-menu-icon td-icon-mobile”></i>

and replace with this:
<span id=“tdb-mobile-menu-button”><i class=“tdb-mobile-menu-icon td-icon-mobile”></i></span>

I would like to edit this without affecting the hamburger hyperlink and the updating of the theme.

Thanks.

Post count: 20688

Hi,

That would be here – http://prntscr.com/n3m8nm you could modify it there if needed. By default there is a link there, changing it to a span may cause it not to work.

Thanks

Post count: 13

Ok thanks! anyway to make it linkable?

Post count: 20688

If you want it to direct to a link you could change the href on the existing link
http://prntscr.com/n427rh

This element’s job is to open a menu on mobile when clicked – http://prntscr.com/n424sl A modal should open with the chosen menu.
If this does not work in the app, I would have no idea why it happens. Unfortunately we made no tests in this matter up to this point. Sorry for the inconvenience.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.