Enough info

WordPress theme Enough

この画面は、簡易表示です

2013 / 5月

Enough 0.63 has bug

enough 0.63 has bug

Enough has javascript error when browser screen width grater than 1281 px

Quick Fix

functions.php line 1398

if( width < 1281 ){
 body_class= 'enough-w-sxga';
}

please change below code.

if( width < 1281 ){
	body_class= 'enough-w-sxga';
}else{
	body_class= '';
}

This bug will be fixed next versions Enough.




top