Giter Site home page Giter Site logo

jentanbernardus / framework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from leoken/framework

0.0 1.0 0.0 2.44 MB

happytables framework (previously Theme Force) - WordPress Solution for Restaurants

Home Page: http://www.happytables.com/framework-developers/

framework's Introduction

Warning: At this point & without our full infrastructure, you will be missing certain functions (primarily in the food area). We hope to consolidate these at one poin in the future. For now however, this repository should be used as a reference as a opposed to a solution you depend on. We also do not provide downloadable themes.

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.

Resources

Requirements

In order to make use of our complete feature set, you will not require any other tools (i.e. Options Framework). This framework stands alone.

Adding to your Theme

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

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

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).

// Set up theme supports

add_theme_support( 'tf_food_menu' );
add_theme_support( 'tf_events' );

add_theme_support( 'tf_widget_opening_times' );
add_theme_support( 'tf_widget_google_maps' );
add_theme_support( 'tf_widget_payments' );
add_theme_support( 'tf_widget_twitter' );

add_theme_support( 'tf_foursquare' );
add_theme_support( 'tf_yelp' );
add_theme_support( 'tf_mailchimp' );
add_theme_support( 'tf_fullbackground' );

add_theme_support( 'tf_settings_api' );

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

framework/themeforce.php

Features

If you'd like to get a feeling for what we do, check out this page:

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

noeltock avatar joehoyle avatar tcrsavage avatar mattheu avatar willmot avatar jkudish avatar phreeza avatar

Watchers

James Cloos 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.