This thread is for discussing the Tableau 2 Responsive Theme for Zen Cart by Numinix. We encourage the community to assist each other on issues related to this free template.
https://www.zen-cart.com/downloads.php?do=file&id=2162
Printable View
This thread is for discussing the Tableau 2 Responsive Theme for Zen Cart by Numinix. We encourage the community to assist each other on issues related to this free template.
https://www.zen-cart.com/downloads.php?do=file&id=2162
You are using split in tpl_categories which is removed in PHP 7+.
Same issue... I'm not big on code but replaced both split with preg_split and it looks like it works. I did some reading on the replacement on split in the new PHP
Quote:
preg_split if you need to split by regular expressions.
str_split if you need to split by characters.
explode if you need to split by something simple.
I'm looking for a way to change the image size in the header. my image is 303 x 151 when i upload the image, the key word search now runs into the image.
Hello,
Just installed the tableau 2 template http://kglracing.com/shop2019 is a testing website
In admin all is ok, I see all the options etc. but when I go to the main page I get a page not found error
I started with a new and clean zencart v1.5.5f installation, just installed the language packs and the template, nothing else
Any ideas?
did you look into your log folder? If you change back to the classic template do you get the same results of a blank page?
I install this template and just get a white page on store page. Tried installing it bunch of times, ftping template bunch of times, nothing works.
Hello!
I noticed when I tried to use the search, it doesn't work on my website... it just gives endless loop with blank results even though the demo from the developer worked fine
Do we know how to fix this?
https://www.thelitt lestgiftbou tique.com/store1
All working good but not able to center the icons and text.
Being push to the left.
Played with the style sheet,no go so far.
https://handsprintworks.com/Store/
link and multiple variations fail
try adding css to the id indexCategories
looks okay...Code:#indexCategories {
margin-left: 15%;
}
Thanks for the help.
Got it with help from Numinix Support.
Added this to stylesheet_product_listing.css
.home .nmx-products-list .nmx-product {
text-align: center;
}
My theme wont load my categories in the drop down www.roscotactical.co for reference What am i doing wrong?
First I must say I love this template - clean and no nonsens css :D Thanks numinix!!!
But:
I have a footer-problem on individual products page. It looks fine on mainpage but on productpage it shrinks: see https://yourownfont.com/index.php?ma...roducts_id=190
I replaced the split call with preg_split but it called a bunch of other errors:
Code:[25-Oct-2020 08:10:21 UTC] Request URI: /index.php?main_page=index&cPath=65&sort=20a&page=3, IP address: 81.236.246.216
#1 preg_split() called at [/includes/templates/tableau2/sideboxes/tpl_categories.php:16]
#2 require(/includes/templates/tableau2/sideboxes/tpl_categories.php) called at [/includes/modules/sideboxes/categories.php:22]
#3 include(/includes/modules/sideboxes/categories.php) called at [/includes/modules/column_left.php:24]
#4 require(/includes/modules/column_left.php) called at [/includes/templates/tableau2/common/tpl_main_page.php:146]
#5 require(/includes/templates/tableau2/common/tpl_main_page.php) called at [/index.php:94]
--> PHP Warning: preg_split(): No ending delimiter '=' found in /includes/templates/tableau2/sideboxes/tpl_categories.php on line 16.
[25-Oct-2020 08:10:21 UTC] Request URI: /index.php?main_page=index&cPath=65&sort=20a&page=3, IP address: 81.236.246.216
#1 preg_split() called at [/includes/templates/tableau2/sideboxes/tpl_categories.php:17]
#2 require(/includes/templates/tableau2/sideboxes/tpl_categories.php) called at [/includes/modules/sideboxes/categories.php:22]
#3 include(/includes/modules/sideboxes/categories.php) called at [/includes/modules/column_left.php:24]
#4 require(/includes/modules/column_left.php) called at [/includes/templates/tableau2/common/tpl_main_page.php:146]
#5 require(/includes/templates/tableau2/common/tpl_main_page.php) called at [/index.php:94]
--> PHP Warning: preg_split(): No ending delimiter '_' found in /includes/templates/tableau2/sideboxes/tpl_categories.php on line 17.
[25-Oct-2020 08:10:21 UTC] Request URI: /index.php?main_page=index&cPath=65&sort=20a&page=3, IP address: 81.236.246.216
#1 array_pop() called at [/includes/templates/tableau2/sideboxes/tpl_categories.php:18]
#2 require(/includes/templates/tableau2/sideboxes/tpl_categories.php) called at [/includes/modules/sideboxes/categories.php:22]
#3 include(/includes/modules/sideboxes/categories.php) called at [/includes/modules/column_left.php:24]
#4 require(/includes/modules/column_left.php) called at [/includes/templates/tableau2/common/tpl_main_page.php:146]
#5 require(/includes/templates/tableau2/common/tpl_main_page.php) called at [/index.php:94]
--> PHP Warning: array_pop() expects parameter 1 to be array, bool given in /includes/templates/tableau2/sideboxes/tpl_categories.php on line 18.
I also get a bunch of warnings in logs with calls to undefined constant FILENAME_BEST_SELLERS - see below - anyway to fix this?
I would love to get this working so I can start with the real business :)Code:[25-Oct-2020 08:02:14 UTC] Request URI: /index.php?main_page=product_info&cPath=66&products_id=190, IP address: 81.236.246.216
#1 require(/includes/templates/tableau2/common/tpl_main_page.php) called at [/index.php:94]
--> PHP Warning: Use of undefined constant FILENAME_BEST_SELLERS - assumed 'FILENAME_BEST_SELLERS' (this will throw an Error in a future version of PHP) in /includes/templates/tableau2/common/tpl_main_page.php on line 47.
Also this template screwed up the admin when saving I get a http 500 error - anyone has a fix for this?
deprecated each function on line 147 advance search results header.php i tried "foreach" but that failed so had to change it back, heres the offending line....
while (list($column, $value) = each($define_list)) {
that worked perfectly thankyou so much dr byte :)
only other issues i can see are image hang on the filter by manufacturer results for some reason small category images for some reason and an issue with the filter function on the search bar, it wont change the display order regardless of selections by user ie lowest price first ect, but no error code occurs for that or at least none i've spotted.
I'm sure i seen a thread you created that had a known issues and resolutions for 1.57b and template compatability but i cant seem to locate it now sadly.
Very pleased with the general look and feel of zencart 1.57b and the tableau 2 template. my last site was zen and ran 2010 to around 2014 and ran zen 1.38a, the improvements are obvious on entry to the admin areas but it was very familiar to use again :)
site is crazygamer . uk if you want to see what i mean by the image hang issue
What file would i compare against to fix the filter by manufacturers causing image hang? if you click into a category and filter by manufacturer it brings up multiple image loading icons that dont dissapear. If i click a few of these links it includes other manufacturers items too :/
https://www.numinix.com/zen-cart-plu.../css-js-loader
possibly found the cause perhaps?
ive updated js/css loader to latest but it shows as compatible upto 1.57 but im 1.57b
Any work around for this or just a case of waiting for upgrade and see if that resolves issues?
If you are using this template make sure to update this module, even if not compatible for latest zen it makes the site run much faster.
i downloaded latest version did a backup and copied it keeping directories ect using filezilla, was quite simple to be honest. logged into admin panel to see 2 green ticks it had patched to 5.23 then to 5.24 succesfully but my issue still remains.....
Attachment 19322
--> PHP Fatal error: 1064:You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 :: select count(*) as total FROM orders o, orders_total ot, orders_status s WHERE o.customers_id = 1 AND o.orders_id = ot.orders_id AND ot.class = 'ot_total' AND s.orders_status_id = (SELECT orders_status_id FROM orders_status_history osh WHERE osh.orders_id = o.orders_id AND osh.customer_notified >= 0 ==> (as called by) /home/xenbwyun/public_html/yourownfont.com/includes/classes/split_page_results.php on line 78 <== in /home/xenbwyun/public_html/yourownfont.com/includes/classes/db/mysql/query_factory.php on line 170.
Error when viewing Order history when logged in as customer. What can I do to fix this?
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']))) {
Hello, thank you for the great template. When I updated to php 7.4, I got the following fatal error. Until the report.
Code:PHP Fatal error: Uncaught Error: Class 'nxPluginLicCheck' not found in /admin/includes/init_includes/init_numinix_structured_data.php:5
Stack trace:
#0 /includes/autoload_func.php(48): require()
#1 /admin/includes/application_top.php(180): require('/home/...')
#2 /admin/salemaker.php(12): require('/home/...')
#3 {main}
thrown in /admin/includes/init_includes/init_numinix_structured_data.php on line 5