Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Product Description Hidden WordPress

My product description is hidden for website: www.selfiesb.com

Please help

Answers (3)

2015-08-14

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;
});

2015-08-14

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.

2015-08-17

Arnav Joy answers:

are you still looking for help?