Filters only work in Chrome (and then breaks again)
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from David on August 31, 2023, 17:21The filter features only work in Chrome, but doesnt work in FF and Edge. And then it will stop working in Chrome until a bunch of updates happen.
website is care-coop.com
Here is the error in FF. And below is the URL it creates when I hit the filter buttons (VERY long and confusing):
https://care-coop.com/?mdf%5Bfilter_post_blocks%5D%5B%5D=0&mdf%5Bfilter_post_blocks_toggles%5D%5B%5D=0&mdf%5Btaxonomy%5D%5Bcheckbox%5D%5Bcategory%5D=&mdf%5Bfilter_post_blocks_toggles_tax%5D%5Bcategory%5D=1&mdf%5Btaxonomy%5D%5Bcheckbox%5D%5Bcategory%5D%5B%5D=69&mdf%5Btaxonomy%5D%5Bcheckbox%5D%5Bpost_tag%5D=&mdf%5Bfilter_post_blocks_toggles_tax%5D%5Bpost_tag%5D=2&meta_data_filter_bool=&mdf_tax_bool=AND&mdf%5Bmdf_widget_options%5D%5Bslug%5D=post&mdf%5Bmdf_widget_options%5D%5Bmeta_data_filter_cat%5D=-1&mdf%5Bmdf_widget_options%5D%5Bshow_items_count_dynam%5D=0&mdf%5Bmdf_widget_options%5D%5Btaxonomies_options_post_recount_dyn%5D=1&mdf%5Bmdf_widget_options%5D%5Btaxonomies_options_hide_terms_0%5D=1&mdf%5Bmdf_widget_options%5D%5Bhide_meta_filter_values%5D=1&mdf%5Bmdf_widget_options%5D%5Bhide_tax_filter_values%5D=0&mdf%5Bmdf_widget_options%5D%5Bsearch_result_page%5D=&mdf%5Bmdf_widget_options%5D%5Bsearch_result_tpl%5D=&mdf%5Bmdf_widget_options%5D%5Bwoo_search_panel_id%5D=0&mdf%5Bmdf_widget_options%5D%5Badditional_taxonomies%5D=&mdf%5Bmdf_widget_options%5D%5Breset_link%5D=&meta_data_filter_cat=-1
The filter features only work in Chrome, but doesnt work in FF and Edge. And then it will stop working in Chrome until a bunch of updates happen.
website is care-coop.com
Here is the error in FF. And below is the URL it creates when I hit the filter buttons (VERY long and confusing):
Quote from Pablo Borysenco on September 1, 2023, 09:40Hello
What plugin version number are you using?
Please fix these errors - https://share.pluginus.net/image/i20230901103942.png
Hello
What plugin version number are you using?
Please fix these errors - https://share.pluginus.net/image/i20230901103942.png
Quote from David on September 6, 2023, 03:32Thanks for the reply. I see the errors, but how do I fix them? Is this an error in the plug in?
Points to these errors in the inspector:
<script >
jQuery(function () {
mdf_init_search_form("64f7d978cb23c", "post", "https://care-coop.com/?", 1, 0, 0);------------------------
jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});});
-------------------------------
jQuery(document).ready(function($){
$.scrollUp({
scrollSpeed: 300,
animation: 'fade',
scrollText: 'Back to Top',
scrollDistance: 300,
scrollTarget: ''
});
});
</script>
Thanks for your help...
Thanks for the reply. I see the errors, but how do I fix them? Is this an error in the plug in?
Points to these errors in the inspector:
<script >
jQuery(function () {
mdf_init_search_form("64f7d978cb23c","post","https://care-coop.com/?", 1, 0, 0);
------------------------
jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});});
-------------------------------
jQuery(document).ready(function($){
$.scrollUp({
scrollSpeed: 300,
animation: 'fade',
scrollText: 'Back to Top',
scrollDistance: 300,
scrollTarget: ''
});
});
</script>
Thanks for your help...
Quote from Pablo Borysenco on September 6, 2023, 10:26Hello
The reason for the error is that the JQuery library is not included
Perhaps you have configured JS optimization this way?
Hello
The reason for the error is that the JQuery library is not included
Perhaps you have configured JS optimization this way?
Quote from David on September 6, 2023, 15:47We have not done anything with jQuery specifically. We are just working with plugins as we do not have any technical knowledge or experience with jQuery, so whatever happened happened through a plug-in.
What do you suggest we do to fix the problem?
Thank you for your help.
We have not done anything with jQuery specifically. We are just working with plugins as we do not have any technical knowledge or experience with jQuery, so whatever happened happened through a plug-in.
What do you suggest we do to fix the problem?
Thank you for your help.
Quote from Pablo Borysenco on September 7, 2023, 09:55Hello
Yes, sure! That's why I wrote the previous message. There are optimization/caching plugins that make it possible to change the connections of JS files (including JQuery)
You need to look at the settings of such plugins and disable JS optimization for the test
Hello
Yes, sure! That's why I wrote the previous message. There are optimization/caching plugins that make it possible to change the connections of JS files (including JQuery)
You need to look at the settings of such plugins and disable JS optimization for the test