Page 30 of 63 FirstFirst ... 20282930313240 ... LastLast
Results 291 to 300 of 623
  1. #291
    Join Date
    Apr 2012
    Posts
    37
    Plugin Contributions
    1

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by sjdeines View Post
    How do you change the home page of the Tableau template as to add "Monthly Specials"? I have successfully installed the Tableau template on two Zen Cart 1.5.4 engines, and have changed the settings in 'Configuration > Layout Settings' of 'Categories Box - Show Specials Link' to 'true', which was the default though it doesn't show up. Thoughts? Help! I want to use so many more of the Numinix products but need this issue solved first. Thank you!
    Does anyone know what the TITLE_HOME_TAB_NEW_PRODUCTS should be changed to in order to reflect the SPECIALS that are on listed in ZenCart? PLEASE NOTE - Simply changing 'TITLE_HOME_TAB_NEW_PRODUCTS' to 'TITLE_HOME_TAB_SPECIALS' did not work.

    I have been able to get almost everything working, regarding my question above, by editing the english.php file in the folders includes\languages\tableau. I tried to paste the code here, but was limited by number of characters I could post. I tried to upload the file but was told I was trying to upload an "Invalid File".
    Last edited by sjdeines; 26 May 2015 at 08:33 PM.

  2. #292
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by sjdeines View Post
    Does anyone know what the TITLE_HOME_TAB_NEW_PRODUCTS should be changed to in order to reflect the SPECIALS that are on listed in ZenCart? PLEASE NOTE - Simply changing 'TITLE_HOME_TAB_NEW_PRODUCTS' to 'TITLE_HOME_TAB_SPECIALS' did not work.

    I have been able to get almost everything working, regarding my question above, by editing the english.php file in the folders includes\languages\tableau. I tried to paste the code here, but was limited by number of characters I could post. I tried to upload the file but was told I was trying to upload an "Invalid File".
    Hello -

    Thanks for pointing this out to us. When we created this template we did not design it to be able to have a specials tab. With that said, we understand the need for some to have this functionality. We will work on getting a release of this out to rectify this problem. Please expect the fix by the end of the week.

  3. #293
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by numinix View Post
    Hello -

    Thanks for pointing this out to us. When we created this template we did not design it to be able to have a specials tab. With that said, we understand the need for some to have this functionality. We will work on getting a release of this out to rectify this problem. Please expect the fix by the end of the week.
    Please note that you might not see it changed on Zen-Cart.com but instead might have to go to the Github repo instead. We hope to see the fix on Zen-Cart.com by next week.

  4. #294
    Join Date
    Apr 2012
    Posts
    37
    Plugin Contributions
    1

    Default Re: Tableau Responsive Theme - Support Thread

    I have done a search on Github, though I might have checked a little to soon. I wanted to ask if you'd post the link here for everyone to find the most recent version or updates?

  5. #295
    Join Date
    Feb 2006
    Posts
    130
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    I'm using ZC 1.5.4 & Tableau 1.5.1

    Test site: http://godblessyoga.com

    On home page the image carousel does not load correctly, it stalls until one of the 3 top links ( BEST SELLERS, FEATURED, SPECIALS) is clicked, then the image carousel loads. Does anyone know a solution for this?

    Also on home page, the 3 columns with "About Us", Twitter and Blog, keep losing their alignment, as seen in the link above. I haven't touched the CSS in this section.

    If anyone has any suggestions or comments, please let me know.

  6. #296
    Join Date
    Feb 2006
    Posts
    130
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    After further review, I have more info on the 3 columns with "About Us", Twitter and Blog, that lose their alignment.

    After viewing the source code for the page and comparing it to the code in tpl_index_default.php , I see that the first 2 DIV tags in the blog section are not being written to the page, and that breaks the page formatting, as the end tags are being written to the page.

    Can anyone figure this out? Could this be related to the javascript calls not loading properly in the section above it?

  7. #297
    Join Date
    Feb 2006
    Posts
    130
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    After checking the log file, I found that the problem with the 3 column alignment was because I did not have a valid BLOG feed URL in the Tableau Template Configuration settings.

    For anyone with a similar issue:

    Go to Tools > Template Selection

    Click the "Configure" button on the Tableau image

    Go to the "Home" section

    Add a valid Blog RSS URL

    Hope this helps someone.

    I am still having the problem with the image carousel. Please let me know if you can help.

  8. #298
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by Picci View Post
    I'm using ZC 1.5.4 & Tableau 1.5.1

    Test site: http://godblessyoga.com

    On home page the image carousel does not load correctly, it stalls until one of the 3 top links ( BEST SELLERS, FEATURED, SPECIALS) is clicked, then the image carousel loads. Does anyone know a solution for this?

    Also on home page, the 3 columns with "About Us", Twitter and Blog, keep losing their alignment, as seen in the link above. I haven't touched the CSS in this section.

    If anyone has any suggestions or comments, please let me know.
    In reference to the tab section, there was an error with the latest release that we are working on rectifying as we speak. The reason the images do that is due to line 3 inside of YOUR_CATALOG => includes => templates => tableau => jscript => jquery => jquery_tabs_index.js. You need to change line 3 to:

    jQuery('.tabContent').hide().first().show();

    We will be releasing the fix to this asap. Thanks!

  9. #299
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Tableau Responsive Theme - Support Thread

    We just released 1.5.1 which fixes the image problem. Thanks!

  10. #300
    Join Date
    Feb 2006
    Posts
    130
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by numinix View Post
    In reference to the tab section, there was an error with the latest release that we are working on rectifying as we speak. The reason the images do that is due to line 3 inside of YOUR_CATALOG => includes => templates => tableau => jscript => jquery => jquery_tabs_index.js. You need to change line 3 to:

    jQuery('.tabContent').hide().first().show();

    We will be releasing the fix to this asap. Thanks!
    Thank you Numinix, for your help, and thank you for this beautiful theme.

    To upgrade to the latest version of Tableau, can I just upload the new files and over write the old ones, or are there any other steps to follow?

 

 
Page 30 of 63 FirstFirst ... 20282930313240 ... 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