sorinx Posted February 15, 2012 Share Posted February 15, 2012 Hi i have some issues on the product page: the title of the products category is delayed on the picture product and the accesories tab is delayed too. Look: Click Here I have some ideeas but i would like to know if i can fixed faster, i use the last version of prestashop. Link to comment Share on other sites More sharing options...
liquidesnake Posted February 15, 2012 Share Posted February 15, 2012 Hi, regarding the title, try to place the h2 tag after h1 tag so: <h1>Polo Ralph Lauren Zale</h1> <h2 class="productscategory_h2">29 other products in the same category:</h2> Link to comment Share on other sites More sharing options...
sorinx Posted February 15, 2012 Author Share Posted February 15, 2012 Hi, regarding the title, try to place the h2 tag after h1 tag so: <h1>Polo Ralph Lauren Zale</h1> <h2 class="productscategory_h2">29 other products in the same category:</h2> I don't understand, public_html/modules/productscategory/productscategory.tpl I have there: <h2 class="productscategory_h2">29 other products in the same category:</h2> but no <h1>Polo Ralph Lauren Zale</h1> ...can you explain more? Link to comment Share on other sites More sharing options...
liquidesnake Posted February 16, 2012 Share Posted February 16, 2012 it should be in the product.tpl ... if I am not mistaken your <h2 class="productscategory_h2">XXX</h2> is coming from the same file, right? Link to comment Share on other sites More sharing options...
Recommended Posts