Tabs Not Working or Not Switching in Clearfy Pro
If the tabs in Clearfy Pro aren’t switching or responding, it’s usually caused by a JavaScript error. You can check for errors by opening your browser’s developer console (press F12 or right-click → Inspect → Console).
One common issue is a conflict with the wpColorPicker()
function. This sometimes happens with third-party plugins like MemberLux. To fix it, install our lightweight helper plugin ProFunctions and add the following code:
add_filter( 'clearfy_admin_color_picker_enable', '__return_false' );
Did the answer help you?