Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Isotope.js Layout Troubles

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #183485
    bmoneruiux
    Participant

    My script/style calls in the head of my site seem to be throwing off my site design. Trying to work with Isotope.js, however this is turning into a nightmare. Can someone lend a hand on what I could possibly be doing wrong?

    The Test Site

    The Inspiration

    My HEAD code:

    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Foundation 5.4.3 | Test Site</title>
      <script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.2/modernizr.min.js"></script>
      <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
      <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.min.css" />
      <link rel="stylesheet" href="css/foundation.min.css" />
      <link rel="stylesheet" href="css/safe.css" />
      <script src="http://isotope.metafizzy.co/beta/isotope.pkgd.js"></script>
    </head>
Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.