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}
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#
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
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!
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