Code Monkey home page Code Monkey logo

Comments (7)

patrickkunka avatar patrickkunka commented on June 7, 2024

Hi Desirae,

I can't see any markup in what you posted, just some comment tags. Perhaps it got lost in the markdown formatting. If you indent all your code by one tab, it will get formatted as code:

<div class="example"></div>

from mixitup.

desirae71 avatar desirae71 commented on June 7, 2024

Hi Patrick,

Thank you for showing me how to add code to this. I try to indent by hitting the space bar to get the code to show up but that is not working. What am I doing wrong?

from mixitup.

patrickkunka avatar patrickkunka commented on June 7, 2024

Try copying and pasting a "tab" from your text editor.

from mixitup.

desirae71 avatar desirae71 commented on June 7, 2024
<div class="row><!--row-->
   <div class="span"><!--column-->
      <p>Category Item</p>
   </div>
   <div class="span"><!--column-->
      <p>Category Item</p>
   </div>
   <div class="span"><!--column-->
      <p>Category Item</p>
   </div>
</div><!--end row-->
<div class="row><!--row-->
   <div class="span"><!--column-->
      <p>Category Item</p>
   </div>
   <div class="span"><!--column-->
      <p>Category Item</p>
   </div>
   <div class="span"><!--column-->
      <p>Category Item</p>
   </div>
</div><!--end row-->

Here is the way the markup is structured.

from mixitup.

desirae71 avatar desirae71 commented on June 7, 2024

Does anybody have experience getting mixitup to work with the Twitter Bootstrap framework?

from mixitup.

patrickkunka avatar patrickkunka commented on June 7, 2024

Hi Desirae,

Sorry for the late reply. The markup you are using won't work unfortunately. All target elements need to be siblings in the same container (i.e. no "rows" wrappers). We don't recommend using any sort of pre-made grid framework with MixItUp. Instead, we recommend you markup and style your own grid using this technique: http://www.barrelny.com/blog/text-align-justify-and-rwd/ - or just check out any of our demos or the sites linked to on our homepage.

You could override/hack the bootstrap styles with your own CSS, but as far as wrapping subsets of elements in "rows", that won't work. It's also not responsive as it does not allow elements to re-flow from one row to another on page-resize. This is the advantage of using display: inline-block which MixItUp is essentially built upon.

You can of course continue using Bootstrap everywhere else on your site, but when it comes to the grid which you are going to use with MixItUp, I would definitely recommend building your own.

I hope that helps.

from mixitup.

desirae71 avatar desirae71 commented on June 7, 2024

Thank you

from mixitup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.