Code

Discussion on MDTF - Wordpress Meta Data & Taxonomies Filter

Discussion on MDTF - Wordpress Meta Data & Taxonomies Filter

Cart 3,354 sales
Recently Updated

realmag777 supports this item

Supported

This author's response time can be up to 1 business day.

1363 comments found.

hi realmag

how to make shop page and search results page (both have ajaxed filter) to target_body after filtering/paginatiting?

thank you

Hello Deks make it in the next way:

var target ='body'; if (jQuery(target).length) { var top = jQuery(target).offset().top; jQuery('html,body').animate({scrollTop: top}, 577); return false; }

It must work, I test and its ok…

just make it in the function redraw_ajax_pagination

WooooHoooo :-)

this is what i did and it works : //document.getElementById('mdf_results_by_ajax').scrollIntoView(); var target ='body'; if (jQuery(target).length) { var top = jQuery(target).offset().top; jQuery('html,body').animate({scrollTop: top}, 577); return false; } }

hope i did it correctly as you meant and without fault coding…

AMAZING SUPPORT! FIX EVERY TIME! :-)

Great! I am happy that it works for you =)

Hello. I installed the free version you have in the WordPress plugins site, and I am planning to purchase this paid version. However, I have not been able to understand how it works. I am trying to create a car parts filter, in order to find Woocommerce products filtering by car Make, Model, Year, and Fuel Type. Do you have any guide on how to use this plugin? Thank you.

Hello. How to edit a page of search results. And in more detail.

Hello. Here is all details http://wordpress-filter.com/howto/create-custom-output-template/

If you are mean search.php or archive.php, layouts – it is out of support because it is code of your theme

Hi, I am using the plugin to filter custom post types ‘practices’. My index page displays latest ‘practices’. I haven’t created any custom mdf templates, the plugin works with my theme’s archive template of this post type to display the results. Filter is placed in the sidebar with a widget. The auto submit form works fine, but I want to use AJAX auto submit instead. In AJAX auto submit, filter panel reloads but the articles don’t reload to display relevant results. Is there an easy way to reload AJAX results (plugin function or custom js) or do I need to create a custom mdf template to use AJAX? I tried to follow tutorials but I got a little confused … link is http://www.fitya.net Thank you!

Hello. All is right, because you not created template, the plugin cant work with your archive.php in AJAX mode. You can create simple template like this: http://c2n.me/3gNrqfv.png – you can get it here http://wordpress-filter.com/document/filtering-post-type-using-shortcode-mdf_custom/ – template my_prospects, there using content file of your theme. But as you are using custom post type you can drop there your html/php code from native layout from archive.php and use it. http://wordpress-filter.com/howto/create-custom-skin-search-shortcode/

Hello,

How do we claim the “free gift” after buying this plugin? http://gifts.wordpress-filter.com/simple-taxonomy-chain-menu/

This gift plugin will be perfect for a project I am working on right now. Does the free gift work with 4.2?

Thanks -Reece

Hello Reece. It is in the codecanyon bundle zip It works with 4.2 http://gifts.wordpress-filter.com/simple-taxonomy-chain-menu/ – all in info is here

Thank you, I don’t know how I missed that.

Hello, I have made 2 meta key values with slider range in one filter section. i can see them in on listing, i add values but after the update of the listing i lost the values. Any help. Thank you.

Hello. Send me please PM with your wp-admin assess and link where you did filter …

Thanks for your response…. I am in test environment and i want to try more the plugin… I have another question for you. As i can see in your demo for example car dealer… after the searching i don’t see the fields when i click to preview one of the cars. I see only the title and expert. no the other fields for example fuel type, year, body type etc.. I don’t know if this is from the template or from the type of fields.. Thanks for your help.

Hello http://cars.wordpress-filter.com/ – here I show meta fields data using template my_cars_3, where I use for it shortcode: <?php echo do_shortcode('[mdf_post_features_panel]'); ?> http://c2n.me/3gUxrK6.png – but this shortcode work only with meta data…. http://cars.wordpress-filter.com/car/car-30/ – you can drop this shortcode in your single.php if you want show cars parameters on the single page too …

hello realmag,

there is a problem with quickview plugin, in ajax mode.

it works ok on first load reguler woo pages (shop+brands) but once filter by ajax or ajax pagination, the quickview appear but does not open.

is there away around it? i think need to call quckview plugin on ajax call too…

thanks!

Hello. You are right, after ajax html loading you are need recall quckview init scripts again, because previous DOM removed. You can do it here: http://c2n.me/3gKjbP0.png – it is function ‘mdf_ajax_data_recount’

hi realmag

how can i hide post count but still dynamicly count the items that corespond with filter?

once i uncheck the “Show count of posts/custom” count disappear but it now shows non relevant artributes/brands/categories after filtering.

basicly, it works fine when “Show count of posts/custom” is checked – i only want the numbers not to show up.

thanks for a GREAT PLUGIN! :-)

Hello. Hmm, good question ) You are right, without dynamic recount it is impossible to hide any empty elements in the filter, because there is no another way to know that it is empty.

To hide digits: you can only remove it from code

that is all for taxonomies…

as always – WORKS!

thank you for AMAZING SUPPORT.

Thank you =)

I have just bought your wordpress meta data and taxonomies filter plugin. I have created search filter http://s15.postimg.org/4jljo0jjf/screenshot_57.png. But when i filtering then i can not find any products. Now it shows http://s15.postimg.org/d34xlrrvv/screenshot_58.png. How can I fix it.

and please check my custom template’s source code: http://pastebin.com/V0cidMYw

I have just bought your wordpress meta data and taxonomies filter plugin. I have created search filter http://s15.postimg.org/4jljo0jjf/screenshot_57.png. But when i filtering then i can not find any products. Now it shows http://s15.postimg.org/d34xlrrvv/screenshot_58.png. How can I fix it.

and please check my custom template’s source code: http://pastebin.com/V0cidMYw

Hello. I cant see that you bought it

sorry, I bought this plugin using my official id. (22digitals)

Hi Realmag777:

Will it be possible to implement a nicer preloader for the next release? Something that will overlay with some opacity the whole page

Maybe something like this:

https://ihatetomatoes.net/demos/css3-preloader-transition/ http://anseki.github.io/jquery-plainoverlay/

Thanks!!

Hello. I am just preparing update, and implemented this overlay http://www.demo.woocommerce-filter.com/ – write me PM please and I will send you updated version of the MDTF plugin …

Implemented: http://anseki.github.io/jquery-plainoverlay/

this is awesome!!!!!! thanks.. let me know once this is ready..

Write me PM please and I will send you updated version of the MDTF plugin … it is ready in beta …

Hello,

after theme update, our search results page doesn’t work. I am writing an Email, too

please have a look.

regards

Hi, Thanks for producing such a great plugin.

However there is one small thing that i have come across which doesn’t seem to be working and I was hoping you will be able to help me find a solution. I’m using Advanced custom fields to create the page fields and and i’ve been able to integrate this with your plugin without any issue apart from select box. It has worked OK with select options that are only one word ie One, Two, Three. However it doesn’t work on select options that are longer than one word ie End Washroom, Fixed Bed, Rear Lounge etc.

I this something that you have come across before and do you have any ideas on how I can get it to work?

Thanks

Hello. Looks like I answered you in PM already… I will write the same here for another customers: It is possible to reflect such data if it has no spaces. In such case as above it is better keep data in meta filed in format like End-Washroom and when out on front replace sign ’-’ to space …

Hello, installing your plugin will be possible to keep the original layout of the theme.? Thanks

Hello. Yes, you can try demo sites http://wordpress-filter.com/demo-sites/

Nice plugin – just what I was looking for to a retailer site – but I have one question regarding the google maps part

Is it possible to choose by street/town and not by longitude/latitude

Okay -do you have a timeframe on it – and what kind of plugin is WOOF

WOOF is only for woocommerce products filtering

Hi! This plugin works with classipress theme?

Hello. It is not important on what theme to work, main thing it is make options right. Try free version please: https://wordpress.org/plugins/wp-meta-data-filter-and-taxonomy-filter/

Hi, i purchased your plugin. But when i apply the filter, nothing happens… And when the page is autoload after filter, the url is changed with an extension, but the page is not the same, and the filter widget disappears! This its the url of my page http://www.mde-ecosystem.com/particulares/

Thanks!

Hello. You can send me wp-admin access in PM to look your options. What about header I did understood, maybe js conflict …

ok, give me a private mail please. Thanks

http://codecanyon.net/user/realmag777 – write me please here your message with wp-admin assess – message form from right on the bottom

I cant get this to work. I want to filtersection. I want one filer with shortcode thats a plain text inputfield for products. The second shortcode filter I want is with three dropdowns – product category, product title and from a metakey – _weight.

Is this possible, i tried all morning and yesterday but cant get it to work as I want. Thankful for any help.

Hello. You can do it by shortcodes. Send me please PM and I will send you this demo: http://woocommerce.wordpress-filter.com/

poslednij vopros. u menja est’ vot takie rubriki: -ovoshhi —ogurcy —pomidory —kapusta -frukty —jabloki —banany —apel’siny

ja hochu vyvesti vse jeto delo vot tak: ovoshhi (prosto tekstom, ne nuzhno iskat’ vse chto s ovoshhah) ogurcy (chekboksom) pomidory (chekboksom) kapusta (chekboksom) frukty (prosto tekstom, ne nuzhno iskat’ vse chto s ovoshhah) jabloki (chekboksom) banany (chekboksom) apel’siny (chekboksom)

t.e. fil’tr dolzhen iskljuchat’ roditel’skie rubriki. jeto mozhno sdelat’? v kakom uroke jeto posmotret’?

Zdravstvuite Vam nado sozdat 2 filter-category dlia ovoscahe i fruktov, zatem pometit posti sootvetstvenno

2 widgeta dlia fructov i ovochei ili shortcodov. Stranici poiska sdelat otdelnimi starnicami, + ajaxom…

tak, bolee-menee ponjal. a posty tochno razmechat’? esli jeto vse rubriki…

proklocav besplatnuju versiju, prosto ne sovsem razobralsja, kak mne razdelit’ podrubriki na 2 chasti.

Zdravstvuite MOzno escho tak – sozdat 2 widget i v kazdom postavit uslovie: http://c2n.me/3gnVWIn.png + primenit widget Taxonomies only – i togda nenado razmechat nichego + Esli sdelat shortcodemo to voobshe prosto – 2 shortcoda s http://c2n.me/3gnVWIn.png + http://wordpress-filter.com/howto/filter-products-current-products-category-page-using-self/

Hi, I’m interested by your plugin but I’d like to know if it’s possible to have more than 4 columns and if we can change the space between each thumbnail?

Thanks

Hello.

It is just demos, if you are mean this - http://woocommerce.wordpress-filter.com/ - count of columns depends of the theme layout or shortcode option.
http://woocommerce.wordpress-filter.com/ajaxed-search-2/ – just for you I set 3 columns here:

[mdf_results_by_ajax shortcode=”mdf_products per_page=8 columns=3 meta_data_filter_cat=56” animate=1 animate_target=.entry]

Ok yes I know that it’s possible to have less than 4 colums, my question was if it’s possible to have more than 4 :)

Hello. It depends of your theme and not from the plugin. Plugins just uses your wp theme and woocommerce layout possibility

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey