Page 1 of 2 12 LastLast
Results 1 to 10 of 623

Hybrid View

  1. #1
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    286
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Hi, this is a great template.
    I have installed this a few times now on an upgrade 1.5.4 but the flexislider is not displaying at all. It doesn't allow me to upload the logo or there is not option in banner manger for Your banner title” or the group “footerbanner. The template is running but the actual slideshow is not.
    Any suggestions?
    thanks a mil

  2. #2
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by jagall View Post
    Hi, this is a great template.
    I have installed this a few times now on an upgrade 1.5.4 but the flexislider is not displaying at all. It doesn't allow me to upload the logo or there is not option in banner manger for Your banner title” or the group “footerbanner. The template is running but the actual slideshow is not.
    Any suggestions?
    thanks a mil
    For the flexslider use the current slides as a template, as it DOES NOT use the banner manager upload, rather it uses html.

  3. #3
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    286
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by jagall View Post
    Hi, this is a great template.
    I have installed this a few times now on an upgrade 1.5.4 but the flexislider is not displaying at all. It doesn't allow me to upload the logo or there is not option in banner manger for Your banner title” or the group “footerbanner. The template is running but the actual slideshow is not.
    Any suggestions?
    thanks a mil
    Hi
    I got this sorted now thankfully and the template seems to up and running.

    Does anyone know if you can or how to replace Best Seller on the carousel with Specials

    Many thanks

  4. #4
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    286
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Hi All,

    Had difficulty with the product image size the product carousel only with the featured and new products. But by copying the code from the Best Seller Section in the tpl.index.php file and replacing the section marked in RED in the Featured and New product Section, it worked and all images are sized neatly.

    <!--BOF Best Sellers Items-->
    <div id="tabBestSellersContent" class="tabContent">
    <!-- slider container -->
    <ul class="productSlideInner">
    <?php
    $specialSlide = getProductsSlide("top", $_SESSION["languages_id"]);
    foreach($specialSlide as $product) {
    ?>
    <li class="slide">
    <div class="prod_image">
    <a class="slideProductImage" href="<?php echo zen_href_link(FILENAME_PRODUCT_INFO, "products_id=" . $product["products_id"]);?>">
    <?php echo zen_image(DIR_WS_IMAGES . $product["products_image"], $product["products_name"], 124, 124)?>
    </a>


    maybe just me had this issue.

  5. #5
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    286
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    should be tpl_index_default.php

    Quote Originally Posted by jagall View Post
    Hi All,

    Had difficulty with the product image size the product carousel only with the featured and new products. But by copying the code from the Best Seller Section in the tpl.index.php file and replacing the section marked in RED in the Featured and New product Section, it worked and all images are sized neatly.

    <!--BOF Best Sellers Items-->
    <div id="tabBestSellersContent" class="tabContent">
    <!-- slider container -->
    <ul class="productSlideInner">
    <?php
    $specialSlide = getProductsSlide("top", $_SESSION["languages_id"]);
    foreach($specialSlide as $product) {
    ?>
    <li class="slide">
    <div class="prod_image">
    <a class="slideProductImage" href="<?php echo zen_href_link(FILENAME_PRODUCT_INFO, "products_id=" . $product["products_id"]);?>">
    <?php echo zen_image(DIR_WS_IMAGES . $product["products_image"], $product["products_name"], 124, 124)?>
    </a>


    maybe just me had this issue.

  6. #6
    Join Date
    Apr 2015
    Location
    Missouri
    Posts
    7
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Greetings,

    I am in the process of implementing this template on my site. I have modified it so that on the main page that it shows Newest Items, Featured, then Best Sellers.

    I was wondering how I could get the default 'selection' to be the newest items instead of best sellers?

    Thanks,
    Donna

  7. #7
    Join Date
    Jun 2016
    Location
    New York, NY
    Posts
    85
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    I have installed Tableau but when I click on the Configure button nothing happens. I am using Zen Cart v1.5.5a and PHP 7. I notice on the forum that someone else had the same problem three years ago. Is there a fix?

  8. #8
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by SPython View Post
    I have installed Tableau but when I click on the Configure button nothing happens. I am using Zen Cart v1.5.5a and PHP 7. I notice on the forum that someone else had the same problem three years ago. Is there a fix?
    Numinix wrote their own configuration menu, which also significantly alters the built-in configuration menu when you install their plugins.
    Best to contact them for help with their code, since they wrote it.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Nov 2013
    Location
    Dorset, UK
    Posts
    124
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Hi All.

    I am using Zen Cart v1.5.5a with Tableau v1.6.14. I have PHP 5.6.19 (& 7.0.4 testing server) with SQL 2.4.18. I have tested Tableau v1.3.3 through to v1.6.14 and Zen Cart v1.51 through to v1.5.5a. Lots of testing.

    I have a couple of Zen stores live and they ALL suffer with this issue (with this template active).

    The problem:
    When a customer views index.php?main_page=account_history the page does not complete the load and skips displaying anything after the account menu.

    Example img:

    Click image for larger version. 

Name:	screendump.jpg 
Views:	324 
Size:	26.5 KB 
ID:	16494

    Note: The footer fails and the page does not finish the load.

    Error log as follows:

    [15-Jul-2016 21:15:39 UTC] Request URI: /ted_zencart/index.php?main_page=account_history, IP address: ::1
    #1 require(C:\wamp\www\ted_zencart\includes\templates\tableau\templates\tpl_account _history_default.php) called at [C:\wamp\www\ted_zencart\includes\templates\tableau\common\tpl_main_page.php:201]
    #2 require(C:\wamp\www\ted_zencart\includes\templates\tableau\common\tpl_main_page. php) called at [C:\wamp\www\ted_zencart\index.php:97]
    [15-Jul-2016 21:15:39 UTC] PHP Warning: Division by zero in C:\wamp\www\ted_zencart\includes\templates\tableau\templates\tpl_account_history _default.php on line 31[15-Jul-2016 21:15:39 UTC] PHP Stack trace:[15-Jul-2016 21:15:39 UTC] PHP 1. {main}() C:\wamp\www\ted_zencart\index.php:0[15-Jul-2016 21:15:39 UTC] PHP 2. require() C:\wamp\www\ted_zencart\index.php:97[15-Jul-2016 21:15:39 UTC] PHP 3. require() C:\wamp\www\ted_zencart\includes\templates\tableau\common\tpl_main_page.php:201[15-Jul-2016 21:15:39 UTC] PHP Fatal error: Call to a member function display_count() on null in C:\wamp\www\ted_zencart\includes\templates\tableau\templates\tpl_account_history _default.php on line 72[15-Jul-2016 21:15:39 UTC] PHP Stack trace:[15-Jul-2016 21:15:39 UTC] PHP 1. {main}() C:\wamp\www\ted_zencart\index.php:0[15-Jul-2016 21:15:39 UTC] PHP 2. require() C:\wamp\www\ted_zencart\index.php:97[15-Jul-2016 21:15:39 UTC] PHP 3. require() C:\wamp\www\ted_zencart\includes\templates\tableau\common\tpl_main_page.php:201
    Remember all is fine whilst previous orders are present. This is only if there are no orders present. I can see the fatal error but don't know where to start! Any help would be appreciated.

    Regards

    SpaceMonkey

  10. #10
    Join Date
    Nov 2013
    Location
    Dorset, UK
    Posts
    124
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Hi again.

    I have one store which completes this properly and displays:
    You have not yet made any purchases.
    This store is Zen Cart v1.54 with PHP 5.6.19 & Tableau v1.1.1. I would just go back but really need the discount codes & a few other repairs interest me. I have tried simply using the Tableau v1.1.1 tpl_account_history_default.php but this causes other problems!

    Thanks in advance.

    Space Monkey

 

 
Page 1 of 2 12 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

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