This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Different search instances for different users

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

#21776
jens021jens021
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