Code Monkey home page Code Monkey logo

Comments (7)

abaldwin99 avatar abaldwin99 commented on July 17, 2024

This is likely not an issue with the agency code but is an issue with the changes you made when turning it into a multi-page site. You probably need to check that your hrefs are pointing to the correct page. You can test this by changing...

<a class="page-scroll" href="#portfolio">Portfolio</a>

to...

<a href="/about">Portfolio</a>

If you upload your fork to github or provide the url it's hosted at I'll take a quick glance at it. Also what do you mean by not working? Clicking on the links causes no action whatsoever?

from startbootstrap-agency.

aadi7568 avatar aadi7568 commented on July 17, 2024

Thanks for replying back. By not working I mean that the navigation bar on mobile devices doesnt work except for the home page. the site url is www.platzo.com ...the navigation bar in about page and the contact page doesnt work on mobile devices.

from startbootstrap-agency.

abaldwin99 avatar abaldwin99 commented on July 17, 2024

Well for one you're missing a closing div in your navbar. Hopefully that gets you fixed up.

Also - Not the source of your problem but links to pages on the same domain can be cleaned up...

href="http://platzo.com/contact.html"

should be...

href="/contact.html"

from startbootstrap-agency.

aadi7568 avatar aadi7568 commented on July 17, 2024

Thanks for replying. I did put the closing div in the navbar. but the problem still seems to exist. I would like you to please go through the code and let us know why the navigation bar doesn't work on mobile devices.
thanks

from startbootstrap-agency.

abaldwin99 avatar abaldwin99 commented on July 17, 2024

Pound signs (#) and dots (.) are used for referencing another HTML/DOM element. However they are NOT used in class or id attribute values.

<div class="collapse navbar-collapse" id="#myNavbar">

should be...

<div class="collapse navbar-collapse" id="myNavbar">

The link from your navbar toggle div to your navbar collapse div is broken because of this.

from startbootstrap-agency.

aadi7568 avatar aadi7568 commented on July 17, 2024

Thanks a lot. I was stuck with this problem since like a week. Thanks. I was wondering can you please check out our about page and help me with the social media buttons. they just don't show up, in the amazing team section.
thanks.

from startbootstrap-agency.

abaldwin99 avatar abaldwin99 commented on July 17, 2024

You're welcome. I can help you debug your site but not for free. If you want to discuss please get in touch using my profile's public email so we don't clog up everyone's inbox. Alternatively you can pursue answers on stackoverflow but you'll need to work on getting minimal examples. http://stackoverflow.com/help/mcve

Please close this issue so others know it is not am open problem with this repo.

from startbootstrap-agency.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.