OK, I must be overlooking something really obvious.
~I have put in code to ONLY view in list format.
~I have disabled the grid and table attributes in the code on my site.
~I have edited my custom css file to reflect no grid|table|list choices at all.
~I have saved all settings repeatedly, cleared my history and cache, re-logged into ecwid's dashboard
...and
still, my product list is stuck in grid view. I can't get out of it.
Here is the code from my css file:
Code:
/* Standard scheme has no changes to the Base CSS, so it's empty */
div.ecwid-productBrowser-details-inStockLabel { display:none; }
div.ecwid-productBrowser-sku, td.ecwid-productBrowser-productsTable-sku {
display: none !important;
}
span.ecwid-Invoice-productDescr-sku {
display: none !important;
}
div.ecwid-OrdersList-OrderBox-sku {
display: none !important;
}
div.ecwid-productBrowser-auth { display: none; }
div.ecwid-results-topPanel-sortByPanel { display:none !important; }
And here is the code from my HTML page, containing the store:
Code:
<!-- Ecwid code. Please do not remove this line otherwise your Ecwid shopping cart will not work properly. --> [ecwid_script] [ecwid_productbrowser] <!-- Ecwid code end -->
<div>
<script type="text/javascript" src="http://app.ecwid.com/script.js?1271191" charset="utf-8"></script>
<script type="text/javascript"> xProductBrowser("categoriesPerRow=3","views=list(10)","style="); </script>
<noscript>Your browser does not support JavaScript. Please proceed to <a href="http://app.ecwid.com/jsp/1271191/catalog">HTML version of Jazz Education Connection of Ohio</a></noscript>
</div>
I'm sure someone will immediately recognize my error. Thanks in advance for any guidance. I'm about ready to lose my mind...