Coder Social home page Coder Social logo

bootstrap-for-wordpress's Introduction

This is my port of Twitters Bootstrap theme (updated to 2.0) to WordPress, I use the term of port loosely. It still needs quite a bit of work, I start the project a while ago and wrote a blog post about it, I noticed that soon after that post started getting a lot of attention and interest so I thought that I would package up what I had and set it free.

##Quick start

  • Clone the git repo git clone git://github.com/enile8/Bootstrap-for-WordPress.git - or download it
  • Just upload it and activate it like any other WordPress theme

Contributing

Anyone and everyone is welcome to contribute. As I noted earlier there are still many issues with this theme, but unfortunately I just don't have the time right not to do anymore with it. If you would like to contribute some code or fixes back to this package feel free too.

Major components:

bootstrap-for-wordpress's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bootstrap-for-wordpress's Issues

WP Calendar CSS

The current calendar CSS breaks out of the sidebar. Needs to be fixed.

Main Menu CSS

The main menu CSS does not currently support child items (drop downs).

incorrect menu top (navbar)

Hello top menu is incorrect, the structure does not match bootstrap model and I have empty items in the menu.
Can t we have the cms pages in the menu ?

current structure

<div class="navbar navbar-inverse navbar-fixed-top">
      <div class="navbar-inner">
        <div class="container">
        <a data-target=".nav-collapse" data-toggle="collapse" class="btn btn-navbar">

            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </a>
        <h1 class="site-title"><a rel="home" title="Blog Aurélien Gérits" href="http://blog.aurelien-gerits.be/" class="brand">Blog Aurélien Gérits</a></h1>
        <div class="nav-collapse collapse">
          <div class="nav">
<ul>
<li class="current_page_item"><a title="Accueil" href="http://blog.aurelien-gerits.be/">Accueil</a></li>
<li class="menu-"><a></a></li>
</ul>
</div>

          <form class="navbar-search pull-right" id="search-form" action="http://blog.aurelien-gerits.be/" method="get">
            <input type="text" placeholder="Search" name="s" class="search-query input-large">
          </form>
        </div><!--/.nav-collapse -->
        </div>
      </div>
    </div>

desired structure

<div class="navbar navbar-inverse navbar-fixed-top">
      <div class="navbar-inner">
        <div class="container">
        <a data-target=".nav-collapse" data-toggle="collapse" class="btn btn-navbar">

            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </a>
        <h1 class="site-title"><a rel="home" title="Blog Aurélien Gérits" href="http://blog.aurelien-gerits.be/" class="brand">Blog Aurélien Gérits</a></h1>
        <div class="nav-collapse collapse">
          <ul class="nav">
<li class="current_page_item"><a title="Accueil" href="http://blog.aurelien-gerits.be/">Accueil</a></li>
</ul>

          <form class="navbar-search pull-right" id="search-form" action="http://blog.aurelien-gerits.be/" method="get">
            <input type="text" placeholder="Search" name="s" class="search-query input-large">
          </form>
        </div><!--/.nav-collapse -->
        </div>
      </div>
    </div>

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.