{"id":24915,"date":"2013-08-26T11:18:32","date_gmt":"2013-08-26T11:18:32","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/woocommerce-twitterbootstrap\/"},"modified":"2014-02-10T11:12:48","modified_gmt":"2014-02-10T11:12:48","slug":"woocommerce-twitterbootstrap","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/woocommerce-twitterbootstrap\/","author":9586976,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.3.2","stable_tag":"1.3.2","tested":"3.9.40","requires":"3.6","requires_php":"","requires_plugins":"","header_name":"WooCommerce Twitter Bootstrap","header_author":"Bass Jobsen","header_description":"","assets_banners_color":"","last_updated":"2014-02-10 11:12:48","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=SNYGRL7YNVYQW","header_plugin_uri":"https:\/\/github.com\/bassjobsen\/woocommerce-twitterbootstrap","header_author_uri":"http:\/\/bassjobsen.weblogs.fm\/","rating":4,"author_block_rating":0,"active_installs":50,"downloads":6963,"num_ratings":0,"support_threads":1,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":0,"5":"3"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.0.1","1.1","1.11","1.12","1.2","1.21","1.22","1.3.0","1.3.1","1.3.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1567016","resolution":"1","location":"plugin"}},"screenshots":{"1":"Settings panel of WooCommerce Twitter's Bootstrap"}},"plugin_section":[],"plugin_tags":[606,21471,286],"plugin_category":[],"plugin_contributors":[80663],"plugin_business_model":[],"class_list":["post-24915","plugin","type-plugin","status-closed","hentry","plugin_tags-responsive","plugin_tags-twitters-bootstrap","plugin_tags-woocommerce","plugin_contributors-bassjobsen","plugin_committers-bassjobsen"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/woocommerce-twitterbootstrap.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/woocommerce-twitterbootstrap\/trunk\/screenshot-1.png?rev=1567016","caption":"Settings panel of WooCommerce Twitter's Bootstrap"}],"raw_content":"<!--section=description-->\n<p>This plugin wraps your Woocommerce views in the Twitter's Bootstrap Grid. Makes your views full responsive. No changes to your theme or other plugins needed.<\/p>\n\nTwitter's Bootstrap version\n\n<p>Select you Twitter's Boostrap version in the settings Panel.\nYou could choose between version 2 and 3.0.<\/p>\n\nNumber of columns (Shop page)\n\n<p>Choose the number of columns in the Shop Page. \nThis will be result in the grids shown below:<\/p>\n\n<pre>\n\/* the grid display *\/\n\/*\n|   columns     | mobile    | tablet    | desktop   |per page   |\n----------------------------------------------------|-----------|\n|       1       |   1       |   1       |   1       |   10      |\n|---------------------------------------------------|-----------|\n|       2       |   1       |   2       |   2       |   10      |\n|---------------------------------------------------|-----------|\n|       3       |   1       |   1       |   3       |    9      |\n|---------------------------------------------------|-----------|\n|       4       |   1       |   2       |   4       |   12      |\n|---------------------------------------------------|-----------|\n|       5       |   n\/a     |   n\/a     |   n\/a     |   n\/a     |\n|---------------------------------------------------|-----------|\n|       6       |   2       |   4       |   6       |   12      |\n|---------------------------------------------------|-----------|\n|       &gt;=6     |   n\/a     |   n\/a     |   n\/a     |   n\/a     |\n|---------------------------------------------------------------|\n* \n* \n*\/\n\n\/* the grid display Twitter's Bootstrap 2.x*\/\n\/*\n|   columns     | mobile \/ tablet| desktop  |per page |\n------------------------------------------------------|\n|       1       |   1            |  1       |   10    |\n|-----------------------------------------------------|\n|       2       |   1            |  2       |   10    |\n|-----------------------------------------------------|\n|       3       |   1            |  3       |   12    |\n|-----------------------------------------------------|\n|       4       |   1            |  4       |   12    |\n|-----------------------------------------------------|\n|       5       |   n\/a          |  n\/a     |   n\/a   | \n|-----------------------------------------------------|\n|       6       |   2            |  4       |   12    |\n|-----------------------------------------------------|\n|       &gt;=6     |   n\/a          |  n\/a     |   n\/a   | \n|-----------------------------------------------------|\n* \n* \n*\/\n\n<\/pre>\n\nTheme integration\n\n<p>To use this plugin in your themes copy the files to for example <code>{wordpress}\/wp-contents\/themes\/{yourtheme}\/vendor\/<\/code> and add according to this the code below to your <code>functions.php<\/code>:<\/p>\n\n<pre><code>if( !function_exists( 'wts' ) ):\nfunction wts()\n{\nwp_deregister_style ( 'woocommerce-twitterbootstrap');  \nwp_dequeue_style( 'woocommerce-twitterbootstrap');\nwp_register_style ( 'woocommerce-twitterbootstrap', get_stylesheet_directory_uri() . '\/vendor\/woocommerce-twitterbootstrap\/css\/woocommerce-twitterboostrap.css', 'woocommerce' );\nwp_enqueue_style( 'woocommerce-twitterbootstrap');\n}\nendif;  \nadd_action( 'wp_enqueue_scripts', 'wts', 200 ); \n\n\nremove_action('admin_menu',array($woocommercetwitterbootstrap,'add_menu'));\nadd_action('admin_menu','woocommerce_twitterbootstrap_add_menu');\n\/** * add a menu *\/ \nfunction woocommerce_twitterbootstrap_add_menu() \n{\n     global $woocommercetwitterbootstrap;\n     add_theme_page('WooCommerce Twitter Bootstrap Settings', 'WooCommerce Bootstrap', 'manage_options', 'woocommerce-twitterbootstrap', array($woocommercetwitterbootstrap, 'plugin_settings_page'));\n} \/\/ END public function add_menu()\n<\/code><\/pre>\n\nContribute!\n\n<p>If you have suggestions for a new feature or improvement, feel free to contact us on <a href=\"http:\/\/twitter.com\/JamedoWebsites\">Twitter<\/a>. Alternatively, you can fork the plugin from <a href=\"https:\/\/github.com\/bassjobsen\/woocommerce-twitterbootstrap\">Github<\/a>.<\/p>\n\n<h3>Requirements<\/h3>\n\n<ul>\n<li><a href=\"http:\/\/wordpress.org\/download\/\">Wordpress<\/a> tested with &gt;= 3.6<\/li>\n<li><a href=\"http:\/\/getboostrap.com\/\">Twitter's Bootstrap<\/a> &gt;= 3.0.0 (Twitter's Bootstrap 2 tested with v2.3.2.)<\/li>\n<li><a href=\"http:\/\/wordpress.org\/plugins\/woocommerce\/\">WooCommerce<\/a> tested with &gt;= 2.0.13<\/li>\n<\/ul>\n\n<h3>Support<\/h3>\n\n<p>We are always happy to help you. If you have any question regarding this code. <a href=\"http:\/\/www.jamedowebsites.nl\/contact\/\">Send us a message<\/a> or contact us on twitter <a href=\"http:\/\/twitter.com\/JamedoWebsites\">@JamedoWebsites<\/a>.<\/p>\n\n<h3>Todo<\/h3>\n\n<ul>\n<li>Make Cart and Check out pages responsive too<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li><p>You can download and install WooCommerce Twitter's Bootstrap using the built in WordPress plugin installer. If you download WooCommerce Twitter's Bootstrap manually, make sure it is uploaded to \"\/wp-content\/plugins\/woocommerce-twitterbootstrap\/\".<\/p><\/li>\n<li><p>Activate WooCommerce Twitter's Bootstrap in the \"Plugins\" admin panel using the \"Activate\" link.<\/p><\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How to Center the product elements on Shop page<\/dt>\n<dd><p>See: <a href=\"http:\/\/www.primathemes.com\/documentation\/centering-product-elements-on-shop-page\/\">Centering product elements on Shop page<\/a><\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2<\/h4>\n\n<ul>\n<li>placeholder image<\/li>\n<li>theme integration<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>All items in one row with responsive column reset see: http:\/\/getbootstrap.com\/css\/#grid-responsive-resets<\/li>\n<li>Option to overwrite the template in wp-conten\/themes\/{yourtheme}\/woocommerce-twitterboostrap\/<\/li>\n<li>Shortcode for featured products [featured_products], paremeters: per_page, columns and content_product_template<\/li>\n<li>Shortcode for recent products [recent_products], paremeters: per_page, columns and content_product_template<\/li>\n<li>Less code for part of the CSS<\/li>\n<li>Optional column setting 31, use with shortcodes to get 1 (mobile) 2 (tablet) 3 (desktop)<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Bootstrap 3.0<\/li>\n<li>Grids applied to category pages too<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>First version<\/li>\n<\/ul>","raw_excerpt":"This plugin wraps your Woocommerce views in the Twitter&#039;s Bootstrap Grid. Makes your views full responsive.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/24915","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=24915"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/bassjobsen"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=24915"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=24915"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=24915"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=24915"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=24915"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=24915"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}