after disable caching plugins all works!
function default_options( $input ) {
$input[‘woo_page_layout’] = ‘right-sidebar’;
$input[‘woo_product_per_page’] = 16;
$input[‘woo_product_per_row’] = 4;
$input[‘woo_sorting_dropdown’] = true;
return $input;
}
try to change 16 per_page, 4 row
but on the site 15 per_page, 2 row
http://vic-shop.ru/
Today, it works! The problem was hosting! Excuse for troubling! Your plugin is very good!