Giter Site home page Giter Site logo

framework's Introduction

Introduction

The Theme Force Framework is the most comprehensive solution for restaurant websites based on WordPress. It is structured as a modular feature-set highly relevant to industry needs. This read-me only provides usage instructions, please see the developer page below for more information.

Theme Force Model (if the image doesn't completely load or has a pink stripe, reload the page)

Resources

Requirements

In order to make use of our complete feature set, you will need to use the Options Framework within your theme (maintained by @devinsays), it can be found here: https://github.com/devinsays/options-framework-plugin

Adding to your Theme

The contents of this framework should be pulled into a folder called themeforce within your theme:

../wp-content/themes/your-theme/themeforce/

Activating within your Theme (functions.php)

We understand you may not want to use all the features, so it's only normal that you reduce the number of queries that your theme executes. Our modular approach means that you can do just that. Just add any (or all) of the functions below to grab what you need (within functions.php).

// Core Features
add_theme_support( 'tf_food_menu' );
add_theme_support( 'tf_events' );

// Widgets
add_theme_support( 'tf_widget_opening_times' );
add_theme_support( 'tf_widget_google_maps' );
add_theme_support( 'tf_widget_payments' );

// 3rd Party API's
add_theme_support( 'tf_foursquare' );
add_theme_support( 'tf_gowalla' );
add_theme_support( 'tf_yelp' );
add_theme_support( 'tf_qype' );
add_theme_support( 'tf_mailchimp' );

The main file that brings everything together within the "themeforce/* folder is is:

themeforce/themeforce.php

Using within your Theme

If you'd like to learn how to use the Theme Force framework (i.e. shortcodes, widgets, etc.), please consult the manual:

Contributing

We'd love to have your input, and if you're interested in contributing code, we'd love that too. Head over to http://www.theme-force.com/framework-developers/ for more information.

Support

We can't actually help you with CSS, XHTML, PHP & JS so there's a certain degree of self-reliance that's required if you'd like to implement. It doesn't mean we won't guide you on the right path, but we'd like to keep the discussions relevant to bugs, enhancements and features.

framework's People

Contributors

joehoyle avatar mattheu avatar noeltock avatar willmot avatar

Stargazers

 avatar

Watchers

 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.