kimbro
Forum Replies Created
-
Forum: Plugins
In reply to: [User Access Manager] RelevanssiThanks for the link.
This has not fixed the issue. Also tried three other search plugins – all conflicting with UAM.Strange thing is happening with UAM and Revelanssi combination.
If doing a search for SKU # when logged in = no results until I log out.
If I do the same search whilst logged out = no results ie no posts found.Forum: Plugins
In reply to: [User Access Manager] RelevanssiHi Alex,
Sorry I can’t log in to github to post this issue there at the moment – keep getting message “something went wrong”Forum: Plugins
In reply to: [User Access Manager] RelevanssiI am having exactly the same problems using UAM + Revelanssi + woocommerce on wordpress site. Everything worked fine up till the last WP update.
I have tried adding the following code to the themes custom_functions.php with no results:
<?php
add_filter(‘after_setup_theme’, ‘rlv_move_to_later_priority’);
function rlv_move_to_later_priority($priority) {
remove_filter(‘the_posts’, ‘relevanssi_query’);
add_filter(‘the_posts’, ‘relevanssi_query’, 11);
}
?>
===============
Hope someone can help fast as site is broken now.Forum: Plugins
In reply to: [Spam Free WordPress] How to get rid of "sfw_pwd" custom field on all pages?remove all tables prefixed with SFW from your data base.