You are here:  » Menù Mobile


Menù Mobile

Submitted by Tobix on Tue, 2021-04-13 15:04 in

Hi, David,
I think I have a problem. As you can see, I am making some changes to the graphics and I realized that the menu has disappeared on the smartphone. How could I solve?
{link saved}

Submitted by support on Wed, 2021-04-14 07:47

Hi Tobix,

It looks like href attribute of the hamburger icon link has accidentally been changed to your categories.php page - it should be just "#" - check html/menu.php at line 13 it looks like you have now:

      <li class='toggle-topbar'><a href='https://{link saved}/categories.php'>☰</a></li>

...it should be just:

      <li class='toggle-topbar'><a href='#'>☰</a></li>

Cheers,
David.
--
PriceTapestry.com

Submitted by Tobix on Wed, 2021-04-14 14:31

I was changed because clicking on the menu did nothing.

I put it back as you said and it does nothing on the smartphone. Insert in url /category.php#

Submitted by support on Thu, 2021-04-15 06:48

Hi Tobix,

Apologies i've lost the site URL, please could restore to just "#" as the href and then if you could view the site in a desktop browser, shrink the window to mobile dimensions and then click to try and expand the menu. Then restore the window to full size and open the Browser Console (CTRL+SHIFT+J in Firefox) and see if the log is showing any errors that point towards the problem.

If still no joy let me know the example URL again and I'll check it out further for you...

Cheers,
David.
--
PriceTapestry.com

Submitted by Tobix on Thu, 2021-04-15 16:40

Resolved.
I did the simplest thing. Go and copy the original files again (I made a lot of changes as you can see {link saved})
It is now everything is ok!
Thanks anyway David!