Single Product Page without sidebar
I'm using kutethemtoolkit Version 1.1.3.
Actually i'm facing "full width" problem with single product page. I do not want left menu in product detail page.
If i go in Theme Options and i saw that "Full" option is selected for single product but not working.
When i go in code i see that code is wrong.
"$kt_sidebar_are = kt_option( 'kt_woo_shop_sidebar_are', 'left' );
Note: when i'm passing parameter "full" or "right" but this is not working and only working left.
$sidebar_are_layout = 'sidebar-'.$kt_sidebar_are;
if( $kt_sidebar_are == "left" || $kt_sidebar_are == "right" ){
$col_class = "main-content col-xs-12 col-sm-8 col-md-9";
}else{
$col_class = "main-content col-xs-12 col-sm-12 col-md-12";
}"
How can i resolve this problem?
Can i only update kutethemetookit? I checked your theme has been updated after me purchased.
and I implemented 90% theme so i do not want implement from starting so please do help....