$1 paypal if you can fix my bootstrap navbar

Status
This thread has been locked.

sevdeawesome

Banned
Feedback score
1
Posts
210
Reactions
54
Resources
0
Know bootstrap?

My navbar on this site: https://codepen.io/sevdeawesome/project/full/ZRwyMG/

Does not function properly when accessing the site on a mobile device. Try for yourself! Clicking does nothing. I used the bootstrap reflexive navbar tutorial from w3schools and added my own classes and ids. If you can help me fix this I'll give you $1 Paypal
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

lAkjtzAZ0

Deactivated
Feedback score
16
Posts
1,071
Reactions
1,013
Resources
0
you need to include bootstrap's JavaScript file which also relies on jquery, add this to the bottom of your html right before the closing </body> tag (change the source depending on if you're hosting it yourself or using their CDN:

HTML:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
 

sevdeawesome

Banned
Feedback score
1
Posts
210
Reactions
54
Resources
0
you need to include bootstrap's JavaScript file which also relies on jquery, add this to the bottom of your html right before the closing </body> tag (change the source depending on if you're hosting it yourself or using their CDN:

HTML:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
I already have that in there..[DOUBLEPOST=1501306596][/DOUBLEPOST]
you need to include bootstrap's JavaScript file which also relies on jquery, add this to the bottom of your html right before the closing </body> tag (change the source depending on if you're hosting it yourself or using their CDN:

HTML:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
Never mind, my jquery link was below my bootstrap so it didn't work please give me your Paypal email :)
 
Last edited:
Banned forever. Reason: Ban Evading (his)
Status
This thread has been locked.
Top