Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • kimbro

    (@kimbro)

    Thanks 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.

    kimbro

    (@kimbro)

    Hi Alex,
    Sorry I can’t log in to github to post this issue there at the moment – keep getting message “something went wrong”

    kimbro

    (@kimbro)

    I 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.

    remove all tables prefixed with SFW from your data base.

Viewing 4 replies - 1 through 4 (of 4 total)