Results 1 to 10 of 25

Hybrid View

  1. #1
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,303
    Plugin Contributions
    1

    Default Re: Tableau 2 Responsive Theme - Support Thread

    Quote Originally Posted by Haychatter View Post
    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']))) {
    Simon

  2. #2
    Join Date
    Mar 2022
    Location
    UK
    Posts
    22
    Plugin Contributions
    0

    Default Re: Tableau 2 Responsive Theme - Support Thread

    Quote Originally Posted by simon1066 View Post
    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']))) {
    Thanks Simon, that worked a treat!

 

 

Similar Threads

  1. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Templates, Stylesheets, Page Layout
    Replies: 1087
    Last Post: 18 Jan 2025, 07:23 PM
  2. v155 Support Thread - Responsive Color Changes for 155
    By dbltoe in forum Templates, Stylesheets, Page Layout
    Replies: 99
    Last Post: 1 Oct 2021, 12:31 PM
  3. v151 Tableau Responsive Theme - Support Thread
    By numinix in forum Addon Templates
    Replies: 622
    Last Post: 19 Apr 2020, 11:11 PM
  4. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Addon Templates
    Replies: 0
    Last Post: 17 Mar 2016, 12:30 AM
  5. v154 Order Steps Responsive [Support Thread]
    By davewest in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Jul 2015, 06:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg