Content not showing
When i click on this tab"Giving Comedians " (check on left side) than in the content of that tab there is a text "Lance Armstrong " check the attached image(i have highlighted it ) when i click on it i move to the other tab which is working good but after that when i click on someother tab from and than when i click on this tab"Giving Comedians " than in the content of that tab there is a text "Lance Armstrong " i click on it my content hides why here is the link of my website"https://talhamustafa1.github.io/Fundraisers-website/webpages/givingPeople/giving.html"
9 Replies
I guess you fixed it; when I click on the Lance Armstrong link it scrolls to the Lance Armstrong section
when you will click on first time it will work well but when you click on another tab and than again click on it then it will not work
I think this is causing becoz of your script code. Can you slighty tell me about what your script code is doing on click event of Lance Armstrong
on click of lance armstrong i am moving to the element having id lancee which is in another tab-content
So it’s a jump link? The element #lance on the same page or a different page?
it is on a same page i am using bootstrao tabs and pills functionality . it is in another tab-content
Can you put it all inside of a codepen so we can see your code please
here is codepen link"https://codepen.io/Talha-Mustafa/pen/gOqEjvP
if further more details required let me know
It seems like when you first go in , all of the celebs are listed and it can scroll from the giving comedians to the giving athletes but somewhere along the way the content you didnt click on
:not(giving-athletes)
gets hidden so trying to scroll from robin williams to lance armstrong is just blank.
how are you showing an hiding content? also your !important
tags could be screwing you up