﻿=================
WP ADVOCATE THEME
=================
Copyright (c) 2013 by WP Dev Shed (http://wpdevshed.com/)
This Theme is distributed under the terms of the GNU GPL.

===========
ABOUT Theme
=========== 
The advocate theme is a entirely corporate theme suitable for professional services businesses such as accountants and law firms. Upload your own logo, choose one of the bundled background images or upload your own rich imagery to brand your site. The dedicated home page template can also slide a range of brand images in the background, powered by a native WordPress gallery. The advocate theme also comes bundled with an optional plugin to add a custom post type for staff profiles. Combined with the bespoke profile templates this makes it easy to profile the most important part of your business, the people.

This theme is compatible with Wordpress Version 3.4 and above and it supports the new theme customization API (https://codex.wordpress.org/Theme_Customization_API).

All the image graphics and icons bundled with this theme are created by the author and licensed under the GPL. The images in the screenshot can be found at the demo site: http://wpadvocate.org/

Supported browsers: Firefox, Opera, Chrome, Safari and IE9+ (Some css3 styles like shadows, rounder corners and 2D transform are not supported by IE8 and below).

For free themes support, please contact us http://wpdevshed.com/contact/

============================================
Images and Graphics Copyright/License Info
============================================
 * All the image graphics and icons bundled with this theme are created by the author (WP Dev Shed) and licensed under the GNU GPL.
 
============================================
Scripts.js Copyright/License Info
============================================
 * All the entries inside scripts.js are written by WP DEV SHED (unless otherwise noted) and licensed under the GNU GPL.

============================================
This theme uses Toolbox as a theme backbone
============================================
 * Toolbox (http://wordpress.org/extend/themes/toolbox)
 * Copyright (c) Automattic (http://automattic.com)
 * Available under the terms of GNU GPL.
 
 
======================================
This theme uses Bones as a design tool
======================================
 * Bones (http://themble.com/bones)
 * Copyright (c) Eddie Machado (http://eddiemachado.com/)
 * This is totally free and under WTFPL license (Please read http://themble.com/bones/ for more information)


=====================================
This theme is bundled with Modernizr 
=====================================
 * Modernizr v2.6.2 (www.modernizr.com)
 * Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.
 * Copyright (c) Faruk Ates, Paul Irish, Alex Sexton
 * Available under the BSD and MIT licenses: www.modernizr.com/license/
 
 
=================================
This theme is bundled with Cycle2
=================================
 * Cycle2 v20130203 (http://jquery.malsup.com/cycle2/)
 * Cycle2 is a versatile slideshow plugin for jQuery built around ease-of-use. It supports a declarative initialization style that allows full customization without any scripting.
 * Copyright © 2012 M. Alsup (https://github.com/malsup)
 * The Cycle2 plugin is dual licensed under the MIT (http://malsup.github.com/mit-license.txt) and GPL (http://malsup.github.com/gpl-license-v2.txt) licenses.
 

=======================================
This theme is bundled with imagesLoaded
=======================================
 * imagesLoaded v3.1.2 (http://desandro.github.io/imagesloaded/)
 * JavaScript is all like "You images done yet or what?" Detect when images have been loaded.
 * Released under the MIT License. (http://desandro.mit-license.org/)
 * This project has a storied legacy (https://github.com/desandro/imagesloaded/graphs/contributors). Its current incarnation was developed by Tomas Sardyha @Darsain and David DeSandro @desandro.
 

================================================
This theme is bundled with TGM-Plugin-Activation
================================================
 * TGM-Plugin-Activation v2.3.6 (https://github.com/thomasgriffin/TGM-Plugin-Activation)
 * Plugin installation and activation for WordPress themes.
 * Copyright (c) 2012, Thomas Griffin (thomas@thomasgriffinmedia.com)
 * http://opensource.org/licenses/gpl-2.0.php GPL v2 or later
 
 

=================================
CHANGELOG
=================================
Version 1.0.8
 * fixed typo for the Author URI in style.css
 
Version 1.0.7
 * fixed the white block appearing on page templates when comments are disabled
 * modified the email social icon to use the correct mailto protocol instead of http
 * replaced the 'is_email' with 'sanitize_email' for the wp_advocate_email sanitize callback setting
 
Version 1.0.6
 * added jquery fix for Safari
 
Version 1.0.5
 * wp_advocate_pagination() now supports core paginate_links() function
 * used a proper secondary query in people-post-type-main.php
 * plugin activation script now refers to Plugins as recommended, not required
 * removed the references to the bundled Plugin in readme.txt
 
Version 1.0.4
 * added sanitize callbacks to customizer settings
 
Version 1.0.3
 * Added unminified versions of the following scripts - jquery.cycle2.scrollVert.min, jquery.cycle2.shuffle.min, jquery.cycle2.tile.min, 
imagesloaded.pkgd.min
 * Removed erroneous and unnecessary functions
 * Added copyright/license info for scripts.js
 
Version 1.0.2
 * Removed the bundled "People" custom post type plugin and used the one uploaded to WPORG repository instead (People Profile CPT)
 * Replaced wp_reset_query() with wp_reset_postdata() in alt_homepage_bg_slider.php
 
Version 1.0.1
 * Fixed some code errors and issues
 * Fixed the Theme URI returning 404
 * Modified screenshot to 880x660
 
Version 1.0
 * First public release