GithubHelp home page GithubHelp logo

abdieffendi / reverie Goto Github PK

View Code? Open in Web Editor NEW

This project forked from milohuang/reverie

0.0 2.0 0.0 1001 KB

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.

Home Page: http://themefortress.com/reverie/

License: MIT License

reverie's Introduction

A Brief Introduction

Reverie Framework is an extremely versatile HTML5 WordPress framework based on ZURB's Foundation, a powerful tool for building prototypes on any kind of devices. Reverie follows HTML5 Boilerplate standard and is hNews microformat ready. It is optimized for Search Engine while at the same time improves readability.

It is extremely easy to create your blog, CMS, brochure and any other kind of sites with Reverie. You can see some samples on ZURB and how they make these prototypes. Did I just mention Reverie works well with bbPress 2.0 and BuddyPress 1.5?

###Important### Please note Reverie 4 was built from groud up (almost), as well as Foundation, thus there is no easy way to upgrade from prior version. Read more about the release on ThemeFortress. And start with this version, Reverie will only support the latest and second latest WordPress. Why, Yoast explains it well.

Still, if you want to get Reverie 3 (based on Foundation 3.2), you can find it at our last Reverie 3 commit.

###jQuery### By default, Foundation 4 was packed with jQuery 1.9.1, that's why Reverie loads Google's jQuery library by deregistering WordPress's bundled version. This is a really "bad" practice and it is my duty to point out. If you encounter any jQuery problems with some of your plugins, like Lightbox, the reason may be the jQuery. Note that Google's library is not nonConflit mode, and in this case, you can do a quick fix as below.

Find and remove the following line in lib/clean.php

// deregister WordPress built in jQuery
wp_deregister_script('jquery');
// register Google jQuery
wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js", false, null, true);

WordPress now will load the bundled version, which is 1.8.3, and you can expect some of the Foundation features will not work, including the top bar. It is a trade-off at this point. However, the problem will be fixed in the upcoming 3.6 version of WordPress, which bundled with 1.9.0. Will update Reverie at that time and check back for future updates.

###Child Theme### Reverie 4 supports child theme but need a simple step to activate. Check out the instruction on the blog.

###Links of Reverie###

###Learn more about Foundation###

###Derivatives of Reverie### There are contributors, developers who loves Reverie and created other versions. If you are one of them, send me a link.

  • Leonard Bogdonoff: ZURB introduced a standalone solution of Foundation 4 Sass (under Using Sass Standalone heading). Leonard has a beautiful solution.

What are the Features?

Reverie Framework inherits all the cool features from Foundation, and packs with several other interesting features to optimize the experience for WordPress and HTML5. Including customized output for WordPress menus and caption. You can view the features list by scrolling down.

Reverie utilizes Foundation's grid to implement layouts. It is quite easy to start building your own layouts (like this page). You can read Foundation's documentation for how to implement these cool features.

###Basic Features###

  • Sass compatible.
  • Mobile first.
  • HTML5 Boilerplate standard and is hNews microformat ready.
  • SEO friendly.
  • Basic CSS included, you can also use it as a finished theme.
  • Foundation files are separate (for vanilla CSS version), you can update Foundation without any problems. Of course, is is always a good idea to have some backups.

###WordPress Features###

  • Clean image HTML output for TinyMCE, only class and alt are returned. Post title will be automatically used for alt.
  • Post formats support.
  • Pagination for Foundation
  • Custom Background Image and Color support
  • Custom menu output for ZURB's top bar.
  • Custom caption output for HTML5 figure and figcaption tags.
  • Custom filter for images, will automatically wrap images with figure tag.
  • Two Widget: sidebar and footer.
  • Two menus: top navigation menu and footer information menu.
  • bbPress.php included, compatible with bbPress 2.
  • Several custom page templates are included in the package.

###PressTrends### Thanks to the generosity of George from PressTrends, Reverie Framework is using the service to track the usage of the framework and help us to improve it. Of course, you can always disable it by removing it from functions.php.

What about Mobile Devices?

Positive. With the power of Foundation, Reverie uses media query to adjust for all kinds of devices, including phones, tablets and computers. Reverie is also optimized for iPhone and iPad. Icons and loading images will be display when you save your website as a Home Screen app (example in the above image). Add this page to Home Screen on any iOS devices to see what I mean.

ThemeFortress

Reverie is a WordPress framework created by ThemeFortress, a WordPress blog that focus on theme design and plugins.

Please note Reverie Framework is under MIT License, the same as Foundation.

reverie's People

Contributors

milohuang avatar shrwnsan avatar mindctrl avatar dalexisv83 avatar jrmlstf avatar mwea avatar kalligator avatar

Watchers

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.