Parse error: syntax error, unexpected T_STRING in /home3/…/wp-content/plugins/easy-filter/ez-filter.php on line 12
]]>Hi Roni,
I just noticed this error while using Query Monitor on my test site:
PHP Error: Strict: Only variables should be assigned by reference
Count: 1
Location: wp-content/plugins/easy-filter/Classes/Admin.php:11
Component: Plugin: easy-filter
Call Stack:
EzFilter\Classes\Admin->__construct()
EzFilter\Classes\Loader->library()
EzFilter\Classes\EzFilter->load_admin()
EzFilter\Classes\EzFilter->run()
Just thought I would let you know. Cheers!
]]>Hi! How can i translate text in calendar, such as July 2015 or weekday?
]]>Hi there! Thanks for this great plugin! I’m not having any problems per se, but I thought I would let you know that I have to save my changes to the settings multiple times before they actually save. That could be a headache for people who aren’t aware of this problem… It was confusing at first because I didn’t notice that the changes weren’t saving right away. Once I figured that out, I tried again, at which point some of my changes finally saved. So I tried again, and the rest of my changes saved. So while it’s not a huge issue, I do hope this can get resolved in the next update. At the very least, if fixing the problem isn’t possible, then putting a notice in bold at the top of the settings screen to let people know that they may have to save more than once… Thanks, and cheers!
]]>Hello,
Thanks for this great plugin.
We are observing PHP notices on line 223 of classes/Filter.php due to missing query string parameter on our development server.
Changing the line from
, $_GET[$tax_obj->query_var] == $term->slug ? 'selected="selected"' : ''
to
, (isset($_GET[$tax_obj->query_var]) && $_GET[$tax_obj->query_var] == $term->slug) ? 'selected="selected"' : ''
resolves the problem.
Thanks.
]]>Hi dear,
In the Media Library, next to the button “Filter” I get this error:
{“config”: [“month”, “category”, “author”, “date_range”]}
Thanks
]]>Hi we just upgraded to version 4.0 of WordPress and the plugin stopped working showing a blank results page every time we try to filter a criteria. Can you kindly look into it please.
BR
Trevor
I don’t see any directions on how to actually use this. I there php code or shortcode or anything?
]]>Parse error: syntax error, unexpected T_STRING in /…/plugins/easy-filter/ez-filter.php on line 12
]]>Hi,
thanks again for your plugin.
I don’t know if it’s possible in the future but i’d like your plugin can filter metabox or more exactly the values in select drop down creating with ACF
For example,
i’m creating a custom group field with ACF (advancedcustomfields plugin). In my group field, i’m creating a select field where i put differents values.
After with your plugin, i will activate this field in my custom post type, also i will can filter
https://www.advancedcustomfields.com/docs/field-types/select/
]]>Hi,
actually, i can’t filter taxomony in other languages maybe you can add compatibility with WPML, the dropdown doesn’t display
For this, please consult this documentation
https://wpml.org/2012/10/new-wpml-tool-speeds-up-theme-compatibility-conversion/
https://wpml.org/documentation/theme-compatibility/go-global-program/
https://wpml.org/documentation/support/wpml-coding-api/
https://wpml.org/documentation/support/translating-custom-data-structures/
it seems there are a bug with filter. For some custom type i filter as supplier
the filter dropdown display twice time, and i get no result
Exemple :
edit.php?s&post_status=all&post_type=catalogs&action=-1&cover_suppliers=0&suppliers=my-suppliers&lang=fr&seo_filter&paged=1&mode=list&action2=-1
but if i replace in the url (http) the suppliers slug but his id, i get the results. I think it’s not appropriate to use slug because if you have same slug, or composed slug, the filter doesn’t find results
foreach ($terms as $term) {
$taxonomy_type_group .= sprintf('<option value="%1$s" %2$s >%3$s</option>'
, $term->term_id
, $_GET[$tax_obj->query_var] == $term->term_id ? 'selected="selected"' : ''
, $term->name
);
//var_dump($term);
}
What do you think ?
]]>I have configured everything in the settings, but I cannot see any filters in the posts listing page (in the backend admin)
Can you please advise……
Thanks
]]>