naykel Posted November 15, 2012 Share Posted November 15, 2012 Hi All, I am after some help or a real big problem. I have been working on a theme on a local testing server and uploading it as I go to make sure it is what is is meant to be and I all of a sudden it is all over the place. I have not made any modifications to core files, only a few css overides. (all I done was put a modules folder in the css and placed a copy there) I created the theme in presta 1.5.2 but when I uploaded my site was only 1.5.1 I have since done the upgrade and nothing happened. When I set the theme back to the default it works fine. I am looking for where I would even try to problem solve as it works fine on my local drive. Any help would be much appreciated. Regards Nathan Link to comment Share on other sites More sharing options...
vynx Posted November 15, 2012 Share Posted November 15, 2012 have you check the image size in the BO images and regenerate it? Link to comment Share on other sites More sharing options...
naykel Posted November 15, 2012 Author Share Posted November 15, 2012 Well after investigation it did turn out to be the image size, but I am still missing the number per page drop down. I have checked the category.tpl and nbr-product-page.tpl and they are both the same on the local and uploaded site On the live site when I use the inspect tool it only has <div class="paginationcontainer"> <!-- nbr product/page --> <!-- /nbr product/page --> But on the local site it has <div class="paginationcontainer"> <!-- nbr product/page --> <form action="http://localhost/prestand/index.php?id_category=10&controller=category" method="get" class="nbrItemPage"> <p> <label for="nb_item">Show:</label> <input type="hidden" name="id_category" value="10"> <input type="hidden" name="controller" value="category"> <select name="n" id="nb_item" onchange="this.form.submit();"> <option value="1" selected="selected">1</option> <option value="10">10</option> <option value="20">20</option> </select> <span>products by page</span> </p> </form> <!-- /nbr product/page --> What am I missing? Link to comment Share on other sites More sharing options...
Recommended Posts