Page 48 of 63 FirstFirst ... 38464748495058 ... LastLast
Results 471 to 480 of 623
  1. #471
    Join Date
    Apr 2010
    Posts
    269
    Plugin Contributions
    1

    Default Re: Tableau Responsive Theme - Support Thread

    I asked a question a month ago, that never got answered. Here it is again:
    In the left column sideboxes, the reviews sidebox has blue text that shows REVIEWS [MORE], and I cannot collapse the sidebox. The featured sidebox did the same thing, but I just turned it off, because I don't care about it.
    Also, is there a way of setting the default sort order to best selling? When you navigate from a mobile device, it does not have the entire drop down menu, and so main categories are all you see, rather than sub categories.
    http://redsautorehab.com/index.php?m...=index&cPath=8

    The reviews sidebox only shows one review, with no link to any other reviews. I would like to have it show 3, or 4 reviews.

  2. #472
    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
    I asked a question a month ago, that never got answered. Here it is again:

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

    The reviews sidebox only shows one review, with no link to any other reviews. I would like to have it show 3, or 4 reviews.
    The # of reviews in the side is in the admin. Admin -> Configuration ->Maximum Values -> Random Product Reviews for SideBox

    To collapse the side boxes edit includes\templates\tableau\jscript\jquery\jquery_filters.js
    I took the code for #recentproducts and copied it for each additional sidebox I added.
    PHP Code:
    // original code
         
    jQuery('#recentproducts .collapse-sidebox').on('click', function(){
            
    jQuery(this).parent().siblings().slideToggle(function(){
            });
            
    jQuery('#recentproducts .collapse-sidebox').toggleClass('expand-sidebox');
        });

    // added code
        
    jQuery('#information .collapse-sidebox').on('click', function(){
            
    jQuery(this).parent().siblings().slideToggle(function(){
            });
            
    jQuery('#information .collapse-sidebox').toggleClass('expand-sidebox');
        }); 
    I did the collapse fix to mine awhile back, I'm not 100% there wasn't another little edit I had to do, but give this a try.

  3. #473
    Join Date
    Apr 2010
    Posts
    269
    Plugin Contributions
    1

    Default Re: Tableau Responsive Theme - Support Thread

    Shouldn't the "more" next to "reviews" in the sidebox be a hyperlink? I would assume so, because the text is blue, but it does nothing.

  4. #474
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    I just successfully updated my database from 1.39 to 1.54 on a demo shop at www.gelcandlecompany.com/demo2
    For some reason the Categories link is no longer displaying the drop down categories.
    Is this due to the dbase upgrade? Should I reinstall the tableau template again?
    thanks for your help

  5. #475
    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
    Shouldn't the "more" next to "reviews" in the sidebox be a hyperlink? I would assume so, because the text is blue, but it does nothing.
    I agree does nothing. One day numnix will get around to it, I guess.

  6. #476
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    I've been working on my tableau demo2 site for a couple of weeks now and got it running and working great with it's zen cart demo store items. Once I upgraded my 1.39h database it defaulted to the classic green template, I then activated the tableau template and now the CATEGORIES link on my home page is not displaying the just imported categories. I just tried uploading template files again and nothing. Any insight is much appreciated.

  7. #477
    Join Date
    Apr 2010
    Posts
    269
    Plugin Contributions
    1

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by spawnie69 View Post
    I've been working on my tableau demo2 site for a couple of weeks now and got it running and working great with it's zen cart demo store items. Once I upgraded my 1.39h database it defaulted to the classic green template, I then activated the tableau template and now the CATEGORIES link on my home page is not displaying the just imported categories. I just tried uploading template files again and nothing. Any insight is much appreciated.
    Check your logs folder. I imagine it is setting an error.

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

    Default Re: Tableau Responsive Theme - Support Thread

    I had to replace my /includes/templates/tableau/templates/tpl_index_default.php file to prevent rss feed issues.

    I still cannot see my categories appear from the link at my home page. Any other suggestions.
    No more log entries that I can see. Any help is appreciated, thanks.

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

    Default Re: Tableau Responsive Theme - Support Thread

    I recently imported my 1.34h database onto my tableau template at www.gelcandlecompany.com/demo2
    After the import I was welcomed with the green zen cart template, I then changed the template selection to tableau to activate.
    I then discovered the CATEGORIES link on my front page will not display my imported database's categories. I see products in my listings and my admin.
    Just not able to see on desktop or phone. What could this be?

    Was I wrong to work on tableau template first then import data?

    Anyone's advice is greatly appreciated. thank you.

  10. #480
    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 just successfully updated my database from 1.39 to 1.54 on a demo shop at www.gelcandlecompany.com/demo2
    For some reason the Categories link is no longer displaying the drop down categories.
    Is this due to the dbase upgrade? Should I reinstall the tableau template again?
    thanks for your help
    Check Admin => configuration => layout settings => Categories Tabs ON/OFF
    This needs to be set to ON

 

 
Page 48 of 63 FirstFirst ... 38464748495058 ... 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