Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
sjdeines
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".
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
sjdeines
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.
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
numinix
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.
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?
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.
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?
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.
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
Picci
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!
Re: Tableau Responsive Theme - Support Thread
We just released 1.5.1 which fixes the image problem. Thanks!
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
numinix
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?