Page 49 of 63 FirstFirst ... 39474849505159 ... LastLast
Results 481 to 490 of 623
  1. #481
    Join Date
    Aug 2010
    Location
    Hartland, MI
    Posts
    288
    Plugin Contributions
    3

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by spawnie69 View Post
    I agree does nothing. One day numnix will get around to it, I guess.
    It does nothing because of the collapse/expand nature of the sideboxes. To collapse or expand the side box you are clicking on the div that holds the title (ie the link) of the sidebox, with the way the "layers" are you cannot "reach" the [more] link. You could adjust the z-index of link so it would be on top, but then you wouldn't be able to expand/collapse that sidebox.

    If I were using the reviews sidebox I would just edit the templates/tableau/sideboxes/tpl_reviews_random.php file to remove the link and the [more] text from the title.

  2. #482
    Join Date
    Apr 2010
    Posts
    269
    Plugin Contributions
    1

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by mikestaps View Post
    It does nothing because of the collapse/expand nature of the sideboxes. To collapse or expand the side box you are clicking on the div that holds the title (ie the link) of the sidebox, with the way the "layers" are you cannot "reach" the [more] link. You could adjust the z-index of link so it would be on top, but then you wouldn't be able to expand/collapse that sidebox.

    If I were using the reviews sidebox I would just edit the templates/tableau/sideboxes/tpl_reviews_random.php file to remove the link and the [more] text from the title.

    That file does not exist.

  3. #483
    Join Date
    Aug 2010
    Location
    Hartland, MI
    Posts
    288
    Plugin Contributions
    3

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by vanhorn_s View Post
    That file does not exist.
    Template override system....
    Look in the template default folder. Copy it to the template specific folder, then edit.

  4. #484
    Join Date
    Apr 2010
    Posts
    269
    Plugin Contributions
    1

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by mikestaps View Post
    Template override system....
    Look in the template default folder. Copy it to the template specific folder, then edit.

    That file still did not have the link. After almost an hour of searching for the link, I commented out lines 13-15 in: includes/templates/tableau/common/tpl_box_default_left.php

    Code:
    //  if ($title_link) {
    //    $title = '<a href="' . zen_href_link($title_link) . '">' . $title . BOX_HEADING_LINKS . '</a>';
    //  }
    I'm no expert, but that seems like a better idea, because it will shut down links in the top of all the left sideboxes

  5. #485
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by mikestaps View Post
    Check Admin => configuration => layout settings => Categories Tabs ON/OFF
    This needs to be set to ON
    That was it! I thought that would never happen to me and it did. Thanks again Mike!

  6. #486
    Join Date
    Apr 2010
    Posts
    269
    Plugin Contributions
    1

    Default Re: Tableau Responsive Theme - Support Thread

    Two more things.
    1. I would like to change the yellow color on the social media tab, around the search bar, and several other places on the site. I changed it in the configure tableau area, but that doesn't change all of it.

    2. in responsive mode, I can only expand categories, not sub categories, which makes navigation more difficult than it needs to be. If there is a way of making the main category open the sub category menu only in the drop down menu, that would be best. Another option, would be to give links for the sub categories above the products once you click on the main category, since the categories side menu does not exist in the responsive form.

    http://redsautorehab.com/index.php?m...=index&cPath=8
    http://redsautorehab.com/index.php?m...index&cPath=13

    The second one is a better example of difficult to navigate. there are 48 products form four different sub categories, that all show up on the same page.

  7. #487
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by vanhorn_s View Post
    Two more things.
    1. I would like to change the yellow color on the social media tab, around the search bar, and several other places on the site. I changed it in the configure tableau area, but that doesn't change all of it.

    2. in responsive mode, I can only expand categories, not sub categories, which makes navigation more difficult than it needs to be. If there is a way of making the main category open the sub category menu only in the drop down menu, that would be best. Another option, would be to give links for the sub categories above the products once you click on the main category, since the categories side menu does not exist in the responsive form.

    http://redsautorehab.com/index.php?m...=index&cPath=8
    http://redsautorehab.com/index.php?m...index&cPath=13

    The second one is a better example of difficult to navigate. there are 48 products form four different sub categories, that all show up on the same page.
    They say you can change colors in CSS file. Involves inspecting element and looking for it.

    I too see no sub categories Wow.

  8. #488
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    I would think that seeing subcategories would be important on mobile. Has this been mentioned? I maybe incorrect but I tried using searching and found nothing. Even Sheffield blue has sub categories in mobile but no search feature. Darn.

  9. #489
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    [QUOTE=vanhorn_s;1295806]Two more things.
    1. I would like to change the yellow color on the social media tab, around the search bar, and several other places on the site. I changed it in the configure tableau area, but that doesn't change all of it.

    2. in responsive mode, I can only expand categories, not sub categories, which makes navigation more difficult than it needs to be. If there is a way of making the main category open the sub category menu only in the drop down menu, that would be best. Another option, would be to give links for the sub categories above the products once you click on the main category, since the categories side menu does not exist in the responsive form.

    http://redsautorehab.com/index.php?m...=index&cPath=8
    http://redsautorehab.com/index.php?m...index&cPath=13

    The second one is a better example of difficult to navigate. there are 48 products form four different sub categories, that all show up on the same page.[/

    I would think that seeing subcategories would be important on mobile. Has this been mentioned? I maybe incorrect but I tried using searching and found nothing. Even Sheffield blue has sub categories in mobile but no search feature. Darn.

  10. #490
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: Tableau Responsive Theme - Support Thread

    RE: Sub Categories - The Category Menu that comes stock in the Tableau template is a one level menu. That is not a bug. If you want something with multiple sub menus you will need to install a different category menu. My guess is this was done on purpose because when on mobile you don't want to complicate things with submenus (the styling becomes quite tricky to execute.)

    RE: Coloring and CSS - You will find that CSS changes on the Tableau template are rather....cumbersome. There are many style sheets, lots of use of the !important tag, a separate stylesheet.php file that seems to override actual stylesheets,etc.

 

 
Page 49 of 63 FirstFirst ... 39474849505159 ... LastLast

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. v155 Tableau Theme configuration not working.
    By tunes in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 22 Mar 2017, 06:53 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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR