Aldo
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajax WP Query Search Filter] Results with multiple taxonomies not accurateI managed to make the changes in your plugin.
Maybe you can give me a feedback if there are any potential issues:In process.php a changed the following:
After line 136 added
, 'operator' => 'AND'
After line 144 added
, 'operator' => 'AND'
In line 183 removed:
&& empty($keyword)
As I mentioned before, it would be great if in the WP backend of your plugin we could set the operator between the taxonomy terms.
Regarding the change on line 183 I’m not sure if it breaks anything.
Forum: Plugins
In reply to: [Ajax WP Query Search Filter] Results with multiple taxonomies not accurateWould it be an option to extend your plugin so that you could set the boolean relationship between the taxonomy terms queries to AND, OR and so on?
This would be a great addon!Forum: Plugins
In reply to: [Ajax WP Query Search Filter] Results with multiple taxonomies not accurateOk, lets say I have a taxonomy with “mailing-options”, with the terms “christmas” and “easter”.
How would the function look like to check for both terms?Previously we created the form containing the checkboxes for the taxonomy with your plugin.
Thanks!
AldoForum: Plugins
In reply to: [Ajax WP Query Search Filter] Results with multiple taxonomies not accurateIs there a way to add an option who generates the query in the background so all terms match?
https://codex.www.ads-software.com/Class_Reference/WP_Query#Taxonomy_ParametersForum: Plugins
In reply to: [Ajax WP Query Search Filter] Results with multiple taxonomies not accurateOk. so lets say I have a taxonomy “Mailing-Options” with three terms:
– Customers
– Friends
– FamilyNow I would like to check Friends and Familiy, to get all the entries who have BOTH terms associated.
Is this possible?
Forum: Plugins
In reply to: [Ajax WP Query Search Filter] Results with multiple taxonomies not accurateNo, AND is selected.
This did the trick, thanks!
Hello
I can confirm.
No support at all for the Pro version.
Waiting for weeks now for an answer regarding a bug.I made a change in the file /core/class_functions.php in line 1375.
$sql .= ” AND u.ID IN (SELECT user_id FROM {$wpdb->usermeta} WHERE meta_key = ‘wp_{$blog_id}_user_level’)”;This way the listing results the users associate to the current blog only.
Please vote here. Probably they will implement this then:
https://feedback.twincitiestech.com/forums/95257-wp-crm/suggestions/3348012-multisite-support+1.
Any idea how to get the only the users of a specific sub-site?
Same issue here with the multi-picklist returning “Array” only.
Any solution to this?Same issue here.
Any solution to this?Thanks!
Forum: Plugins
In reply to: [CMS Tree Page View] [Plugin: CMS Tree Page View] Not loading in MultisieI was able to track down the issue.
We have WPML installed in the network, but activate for one site only.
After activating it for the second site, CMS Page Tree View worked correctly.I think the should be added a check to see if WPML is activated on a network site to prevent this issue.
Just wanted to ask if you got my E-mail 4 days ago.
Thanks!