• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Mobile Menu Buttons not taking me to the link

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I changed the color of my background and switched out a photo and now my menu links won't work on my mobile site.  the site is ericksonasphalt.com  I can add screenshots of whichever code will help us get to the bottom of this.  Is there a specific area that I should focus on?  I know this is far fetched, but i have been racking my brain for 5 hours trying to figure out what i did.  
 
Marshal
Posts: 4491
572
VSCode Eclipse IDE TypeScript Redhat MicroProfile Quarkus Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Velvet Longtin wrote:I changed the color of my background and switched out a photo and now my menu links won't work on my mobile site ...


Do you actually have a separate mobile site, or different view for mobile and desktop?  What happens if you navigate to the mobile view from a desktop browser - do you see the same problem?
 
Velvet Longtin
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Same thing happens.  The whole site is in dreamweaver and there is a mobile.html I apologize for not knowing much about the mobile part.  I have figured out how to manipulate the desktop site, but the mobile is giving me a headache..
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Back out the changes until the site works again. The add them back, one at a time, to see which change "broke" the site. Then you'll know where to concentrate or ask questions regarding.
 
Velvet Longtin
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Unfortunately, I saved.  I couldn't seem to back out. . I am going to look in the file for a backup and try to start over..
 
Bear Bibeault
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do not write one more single line of code until the code is under source control such as git.

Do it now.

Now.

It is inconceivable that you cannot back out changes.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic