Is there any experience with Woocommerce Grid / List view plugin, I set to automatically start the list view but the problem is that while the page is loading initially opens a grid view and instantly change to list view, it takes 1 second but it seems confusing.Is there any idea how it could be resolved?
I took the code from the following link
jQuery(document).ready(function(){
jQuery('ul.products').addClass('list');
});

assets > js > jquery.gridlistview.min.js, and is working – Dime Nov 8 '12 at 10:21