Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Different search instances for different users › Reply To: Different search instances for different users
March 25, 2019 at 4:10 pm
#21776
Participant
Thanks for your answer.
I solved it through JavaScript in a similar way.
——-
if (jQuery(‘body’).hasClass(‘wholesale_customer’) ){
jQuery(‘.asp_m_1’).css(‘display’, ‘none’);
jQuery(‘.asp_m_2’).css(‘display’, ‘block’);
}
——–
Greetings Stefan Elmgren