=== CBX WP Ready Mix === Contributors: codeboxr, manchumahara Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NWVPKSXP6TCDS Tags: team, testimonial, brand, clients, portfolio, bootstrap, shortcode, carousel Requires at least: 3.5 Tested up to: 4.9.1 Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Team, Testimonial, Portfolio, Brand, Bootstrap Shortcode and many more == Description == This is a package plugin, means this plugin has multiple feature we need to include in our site. This plugin provides flexible ways to implement Team, Testimonial, Portfolio, Brand, Bootstrap Shortcode and many more [See more details and usages guide and display system coding guide](https://codeboxr.com/product/cbx-wordpress-ready-mix/) **Main Features** * Team (Custom Post Type) - Shortcode, Widget, Custom function * Brand or Client (Custom Post Type) - Shortcode, Widget, Custom function * Testimonial (Custom Post Type) - Shortcode, Widget, Custom function * Portfolio (Custom Post Type) - Shortcode, Widget, Custom function * Enable/Disable Team, Brand, Testimonial and Portfolio from plugin setting **Shortcode Params** Team: [cbxwpreadymix_team] Possible Params: [cbxwpreadymix_team column="4" hide_designation="show" hide_social="show" count="9" order="DESC" orderby='title'] column default value '3' possible values 1-12 hide_designation default 'show' possible values show, hide hide_social default 'show' possible values show, hide count default '9' possible values any numeric values order default 'DESC' possible values 'DESC', 'ASC' orderby default 'title' possible values 'ID', 'date' ... see more 'Order & Orderby Parameters' section from https://codex.wordpress.org/Class_Reference/WP_Query Testimonial: [cbxwpreadymix_testimonial] Possible Params: [cbxwpreadymix_testimonial count="10" order="DESC" orderby='date'] count default '10' possible values any numeric values order default 'DESC' possible values 'DESC', 'ASC' orderby default 'date' possible values 'ID', 'date' ... see more 'Order & Orderby Parameters' section from https://codex.wordpress.org/Class_Reference/WP_Query Portfolio: [cbxwpreadymix_portfolio] Possible Params: [cbxwpreadymix_portfolio column="4" count="12" order="DESC" orderby='date' category_view="show"] column default value '4' possible values 1-12 count default '12' possible values any numeric values order default 'DESC' possible values 'DESC', 'ASC' orderby default 'date' possible values 'ID', 'date' ... see more 'Order & Orderby Parameters' section from https://codex.wordpress.org/Class_Reference/WP_Query category_view default 'category_view' possible values 'show', 'hide' , category view means filter isotope layout category default empty possible values comma separated category id Brand or Client: [cbxwpreadymix_brand] Possible Params: [cbxwpreadymix_brand column="4" count="12" order="DESC" orderby='date' ] column default value '4' possible values 1-12 count default '12' possible values any numeric values order default 'DESC' possible values 'DESC', 'ASC' orderby default 'date' possible values 'ID', 'date' ... see more 'Order & Orderby Parameters' section from https://codex.wordpress.org/Class_Reference/WP_Query == Installation == This section describes how to install the plugin and get it working. e.g. 1. Upload `cbxwpreadymix` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. You can search from wordpress plugin manager by keyword "cbxwpreadymix" and install from live == Frequently Asked Questions == = Is there any pro version = We normally use this in our theme and theme can have pro feature extra to give support this plugin == Screenshots == == Changelog == = 1.0.2 = * Documentation update for shortcode params * Conditional setting in global setting for loading bootstrap shortcode [up to this release bootstrap shortcode doc is not updated, we are working] = 1.0.1 = * First Release