Why it shows a messy page which is a new create category filled with 3 items only? The left panel totally disappeared and the table border is totally messed up:
http://www.ekidult.com/preorder
It shows no problem when I use any default xcart's template.
Quote:
Originally Posted by PhilJ
Jondoe, sometimes x-cart is sensitive with certain image formats, try uploading a PNG thumbnail instead.
skin/smart_template/custom/js/paginate/jquery.paginate.js
Look for...
Code:
perPage : 3, // Number of items per page
Also, in skin/smart_template/custom/common.tpl
Change...
Code:
<script type="text/javascript" src="{$AltSkinDir}/custom/js/paginate/jquery.paginate.min.js"></script>
to...
Code:
<script type="text/javascript" src="{$AltSkinDir}/custom/js/paginate/jquery.paginate.js"></script>
And in skin/smart_template/custom/css/common.css
Change...
Code:
ul.feat_pager li { margin: 0; padding: 0; text-align: center; width: 33.33%; /* Pager Column Width */ }
4 columns = 25% etc.
|