My product description is hidden for website: www.selfiesb.com
Please help
Reigel Gallarde answers:
open this file... in your theme..
flatsome/js/theme.js
and down below look for this code and try to remove it..
$('.product-details .tabbed-content .tabs a').click(function(){
var panel = $(this).attr('href');
$(panel).addClass('active');
return false;
});
Luis Abarca answers:
Looks like you if your tabs are not working, because if you add display: block to the tab, it still don't work.