
Originally Posted by
Haychatter
Hi all,
I am working on the Tableau 2 template on v1.5.7d.
I am having an issue with the layout on my products page, my new designs page looks as I hoped it would (see here
https://karenharbour.co.uk/index.php...e=products_new) but my all designs page looks wrong (see here
https://karenharbour.co.uk/index.php...e=products_all) .
I would like the all designs listing to be alongside the categories not starting below the categories as the new designs page is, but I can't find a way to make it happen.
Any help would be greatly appreciated.
Thanks
Pete
On your Products All page it looks as though there are a number of javascript files not being loaded (which is why the images are not loading) and also a css file missing (which is why your layout looks awry).
Try this, in includes\templates\tableau2\auto_loaders\loader_categories.php add FILENAME_PRODUCTS_ALL like so
Code:
if (in_array($_GET['main_page'], array(FILENAME_BEST_SELLERS, FILENAME_PRODUCTS_NEW, FILENAME_PRODUCTS_ALL, FILENAME_FEATURED_PRODUCTS, FILENAME_SIZE_SEARCH, FILENAME_ADVANCED_SEARCH_RESULT, FILENAME_SPECIALS)) || (isset($_GET['cPath']) && !isset($_GET['products_id']))) {
Bookmarks