Hello,
So I’ve been working on a portfolio project locally on my computer, and tried to paste my code into codepen, so that it would be easier to view the final product (which is finished and was working). However, when I pasted the code into CodePen, it broke a couple elements on the page. Most notably my navbar and footer. The navbar looks okay, but the toggle button no longer works.
My footer has little icons linked to my social media accounts which were supposed to be arranged in a row along the bottom, and one the pen, they are stacked on top of each other?
Any help would be greatly appreciated, I just want to see a full working version of this site
I have included links to the pen with my code, as well as an html preview where you can see the broken elements behaving correctly, but the portfolio images missing.
You could take out the link tag for bootstrap because you are loading bootstrap through codepen anyway. I once had a issue with a pen because of this.
Also you dont need the link tag for the css file.
Very strange indeed , if you take out your inline CDN link (https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css) and manually add it to settings > CSS , you get a semblance of what your original lay out looks like , make sure you take it out of your html page however.
The code pen recommended Bootstrap 4 CDN (https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta.2/css/bootstrap-grid.css) does not seem to be doing anything at all, you can take it out.
In your JavaScript settings, change the bootstrap / jquery calls to have jquery on top.
I seem to remember that there is something about the way it reads when pulling in the scripts.