Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hollistergj

    (@hollistergj)

    Thanks so much Mikko!
    that totally helped. I did go in and adjust one thing to make it work though. the add_filters I switched from “disabled” to “disable” once I made that change it worked perfectly. Thanks!

    add_filter( 'relevanssi_disable_shortcodes', 'rlv_disable_shortcodes' );
    add_filter( 'relevanssi_disable_shortcodes_excerpt', 'rlv_disable_shortcodes' );
    
    function rlv_disable_shortcodes( $shortcodes ) {
      $remove = array( 'templatera', 'gravityform', 'woodmart_ajax_search' );
      return array_merge( $shortcodes, $remove );
    }
    • This reply was modified 2 years, 6 months ago by hollistergj.
    Thread Starter hollistergj

    (@hollistergj)

    HI! thanks for checking that out for me. Actually the Group Pricing author updated his set up to include EVENTS as a product type that will accept group pricing. Previously it was just “simple”. So the fix is to just upgrade the Group Pricing plugin if anyone else runs into this.
    Thanks for looking into it.

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