{"id":37792,"date":"2015-07-29T08:40:08","date_gmt":"2015-07-29T08:40:08","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/maxi-woo-ajax-navigation\/"},"modified":"2017-06-26T08:51:11","modified_gmt":"2017-06-26T08:51:11","slug":"maxi-woo-ajax-navigation","status":"publish","type":"plugin","link":"https:\/\/bal.wordpress.org\/plugins\/maxi-woo-ajax-navigation\/","author":14520732,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.2","stable_tag":"1.0.2","tested":"4.8.28","requires":"3.5","requires_php":"","requires_plugins":"","header_name":"Maxi Woo Ajax Navigation","header_author":"Maxim K (WP Vote)","header_description":"","assets_banners_color":"fdfefe","last_updated":"2017-06-26 08:51:11","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/wp-vote.net\/paypal-payment\/?type=little_thank","header_plugin_uri":"","header_author_uri":"https:\/\/wp-vote.net\/wordpress-voting-plugin\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2050,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>None<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":"1208859","resolution":"128x128","location":"assets"}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"1208859","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1","1.0.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1208859","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1208859","resolution":"2","location":"assets"}},"screenshots":{"1":"Plugin settings","2":"Example"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[6031,5910,2236,702,286],"plugin_category":[45],"plugin_contributors":[95511],"plugin_business_model":[],"class_list":["post-37792","plugin","type-plugin","status-publish","hentry","plugin_tags-ajax-navigation","plugin_tags-ajax-pagination","plugin_tags-filter","plugin_tags-products","plugin_tags-woocommerce","plugin_category-ecommerce","plugin_contributors-kaminskym","plugin_committers-kaminskym"],"banners":{"banner":"https:\/\/ps.w.org\/maxi-woo-ajax-navigation\/assets\/banner-772x250.jpg?rev=1208859","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/maxi-woo-ajax-navigation\/assets\/icon-128x128.jpg?rev=1208859","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/maxi-woo-ajax-navigation\/assets\/screenshot-1.png?rev=1208859","caption":"Plugin settings"},{"src":"https:\/\/ps.w.org\/maxi-woo-ajax-navigation\/assets\/screenshot-2.png?rev=1208859","caption":"Example"}],"raw_content":"<!--section=description-->\n<p>Easy and fast way show Woocommerce products list with Ajax navigation, category and order filter via shortcode in any page \/ post.<\/p>\n\n<p>Useful if you want display some of your products inside article.<\/p>\n\n<p><em>Compatible with Woocommerce 3.0.x!<\/em><\/p>\n\n<p>User can filter products by category ang change they order (all this do also Ajax).<\/p>\n\n<p>In shortcode setting possible filter products by category ID or products IDs and SKUs list (Example: 2,5,8,24).<\/p>\n\n<p>See <a href=\"https:\/\/lebenslaufdesigns.de\/\" title=\"pluign demo\">demo on resume\/cv template shop<\/a>.<\/p>\n\n<p>For insert products list use following shortcode:\n    [woo_ajax_nav columns=\"3\" orderby=\"title\" order=\"asc\" per_page=\"3\" product_cat=\"\" ids=\"\" skus=\"\"]<\/p>\n\n<p><strong>Params:<\/strong><\/p>\n\n<ul>\n<li><p><code>columns<\/code>: columns number (1,2,3,4)<\/p><\/li>\n<li><p><code>orderby<\/code> and <code>order<\/code>: https:\/\/codex.wordpress.org\/Class_Reference\/WP_Query#Order_.26_Orderby_Parameters<\/p><\/li>\n<li><p><code>per_page<\/code>: how many product shows in one page<\/p><\/li>\n<li><p><code>product_cat<\/code>: from what category select products<\/p><\/li>\n<li><p><code>ids<\/code>: products ids (Example: 2,5,8,24), if need shows just specific products<\/p><\/li>\n<\/ul>\n\n<p><strong>Note:<\/strong> Woocommerce products block design depends on used Wordpress theme and Woocommerce styles.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unzip plugin archive and upload to the <code>\/wp-content\/plugins\/<\/code> directory or install from Wordpress.org<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Set up plugin settings in Settings =&gt; <code>Woo Ajax Nav<\/code> page<\/li>\n<li>Place [woo_ajax_nav columns=\"3\" orderby=\"title\" per_page=\"3\" product_cat=\"\" ids=\"\" skus=\"\"] in your page \/ post content<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Unzip plugin archive and upload to the <code>\/wp-content\/plugins\/<\/code> directory or install from Wordpress.org<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Set up plugin settings in Settings =&gt; <code>Woo Ajax Nav<\/code> page<\/li>\n<li>Place [woo_ajax_nav columns=\"3\" orderby=\"title\" per_page=\"3\" product_cat=\"\" ids=\"\" skus=\"\"] in your page \/ post content<\/li>\n<\/ol><\/dd>\n<dt>How i can change products block design \/ layout<\/dt>\n<dd><p>It depends on you theme and Woocommerce styles, this plugin do not change products design, just shows products with default styling.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Fixes for Woocommerce 3.0.x<\/li>\n<li>Rewritten public JS<\/li>\n<li>Small improvements<\/li>\n<li>Spelling corrections<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Released<\/li>\n<\/ul>","raw_excerpt":"This plugin allows easy insert Woocommerce products list with Ajax navigation, category and order filter via shortcode.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/37792","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=37792"}],"author":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/kaminskym"}],"wp:attachment":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=37792"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=37792"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=37792"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=37792"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=37792"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=37792"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}