- This topic is empty.
-
AuthorPosts
-
June 20, 2016 at 9:55 pm #243022
iangdesign
ParticipantI’m having trouble with some code not talking to each other. I am using mostly bootstrap to build out my portfolio.
There is supposed to be a fixed header across the top of my page and the thumbnail images are supposed to click into a lightbox. Something happened recently and neither are working now. I’m hoping a different set of eyes can see something I am not. Nothing looks different in the code since it last worked.
Any help would be greatly appreciated.
url is iangdesign.co
Can anyone see something I can not?
June 21, 2016 at 2:57 am #243028Atelierbram
ParticipantThere is supposed to be a fixed header across the top of my page
Am not seeing a beginning
header
-tag in the source code. Also some other errors like missing a endhead
tag, and beginningbody
tag, andhtml
element included twice. Wrong doctype-declaration, should be just<!doctype html>
for HTML5.and the thumbnail images are supposed to click into a lightbox
Am not seeing any javascript included for this.
Fixed some of this up:
June 21, 2016 at 12:49 pm #243039iangdesign
ParticipantThank you for your response. I found the missing end head tag, and beginning body tag. That fixed the header issue.
Can you point out the double html tag? I am not seeing it. My code looks identical to what you fixed in Codepen, but is still not showing the lightboxes like your example on Codepen.
Thanks again!
June 22, 2016 at 2:20 am #243048Atelierbram
ParticipantCan you point out the double html tag? I am not seeing it.
No I can’t anymore, now they’re both gone …, better include the beginning html tag at least ones ;)
Which tools do you use? Do you use Chrome DevTools? Do you “view source”?
Do you use a CMS, or some kind of templating system or a static site generator?My code looks identical to what you fixed in Codepen, but is still not showing the lightboxes like your example on Codepen
Like I wrote earlier, you got to include the javascript for this; in my demo it’s included, but one has to look a bit further (hint: javascript tab/gear icon), just like the CSS is included as an external source; from your website BTW.
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.