Coder Social home page Coder Social logo

conectivo / diazotheme.bootstrap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kagesenshi/diazotheme.bootstrap

0.0 3.0 0.0 1.5 MB

Twitter bootstrap based theme for Plone

License: Other

Python 2.67% JavaScript 94.50% Perl 0.68% Ruby 0.65% Shell 1.50%

diazotheme.bootstrap's Introduction

Introduction

Plone theme based on Twitter Bootstrap 2.0

Installation

Install the diazotheme.bootstrap product using the Add-on Control Panel. This will activate the theme and also setup Plone's default public.css to only included when Diazo is enabled or when you are viewing the Theming Control Panel. This theme includes its own public.css which had several items from the default public.css removed.

Features

  • Turn your site into a pretty Bootstrap based theme, and also simplifies templating of customization addons.
  • Portlets are converted to div elements instead of dl, dt, dd
  • presentation_view is enhanced with Google's HTML5 slides
  • Included carousel portlet provides a way to display images using Bootstrap's carousel
  • Products.ContentWellPortlets is supported, however with some modifications.
    • PortletAboveContentA will appear full width right below logo
    • PortletAboveContentB will appear full width right below breadcrumbs
    • PortletAboveContentC will appear fluid width right above content center column
    • PortletBelowContentA, PortletBelowContentB, PortletBelowContentC will appear as a 3 column portlet slots right below content and sidebar area
    • PortletBelowContentD will appear full width right below PortletBelowContentA, PortletBelowContentB, and PortletBelowContentC
    • PortletBelowContentE will appear right below content center column
    • All PortletFooter will appear as a 6 column slot within the footer area
  • eea.facetednavigation is also supported, with some enhancements.
    • The diazo rules rewrite facetednavigation templates to take advantage of the responsive design.
    • If the first widget at the top widget slot is a text search widget, it will appear as a full width widget with a different background.
  • Installing webcouturier.dropdownmenu will enhance the top navigation with dropdown menus.

Using Bootstrap javascripts

This product leaves plone jquery alone not to break existing functionality. But bootstrap requires a newer jQuery version. We include the needed one renaming it to jQuery17. If you need js functionality from bootstrap you have to use jQuery17, for instance

$(function() {

jQuery17('.tooltipped').tooltip()

});

to activate the tooltip plugin on elements with the class "tooltipped".

diazotheme.bootstrap's People

Contributors

kagesenshi avatar silviot avatar macagua avatar

Watchers

 avatar James Cloos avatar  avatar

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.