This shortcode created for filtering posts and any custom post types with MDTF templates. Example: [mdf_custom template=any/my_cars_2 post_type=car orderby=date order=desc page=1 per_page=9 pagination=tb essential=31 panel_id=373] – 10 attributes template – relative path to the template for output search results, see more here. taxonomies – if you want to show posts which belongs to any taxonomy terms. For example you want… read more
This shortcode is created for filtering WooCommerce products only. Example: [mdf_products columns=2 orderby=date order=desc page=1 per_page=9 pagination=tb essential=31 panel_id=373] Attributes: columns – how many product show per row. MAX count of columns defined by wp theme functionality and not depends of the plugin functionality! taxonomies – if you want to show products which belongs to any taxonomy terms…. read more
This shortcode is the wrapper for [mdf_custom] and [mdf_products] shortcodes to AJAXIFY them. Attributes: shortcode – write there any of 2 plugins shortcodes: [mdf_custom] OR [mdf_products] without square brackets. Example: [mdf_results_by_ajax shortcode=”mdf_products columns=4 per_page=12 pagination=tb” animate=1 animate_target=body] animate – you can make animation after ajax searching done to animate_target anchor as in the example above (html tag <body>). Look on the… read more