Page 61 of 63 FirstFirst ... 11515960616263 LastLast
Results 601 to 610 of 623
  1. #601
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by SpaceMonkey View Post
    Hi again,

    Okay all errors gone now in the developers tools (ie11 & edge) . BUT still the homepagebanner won't scroll . Anyone actually got it scrolling their banners yet?

    A really simple fix that removed one of the errors is as follows.

    1. Login to your admin and select Banner Manager from Tools.
    2. Highlight and select edit for the homepagebanner.
    3. Now remove the closing tag from the div opening tag. Simple typo I think. Example

    Code:
    <div class="banner"/><p>The sky is the limit!</p></div>
    Change to:
    Code:
    <div class="banner"><p>The sky is the limit!</p></div>
    Hope that helps someone.
    Tableau only comes with a hero banner. If you'd like to add a slideshow please check out our Flexslider Responsive Slideshow plugin on Numinix.com.

  2. #602
    Join Date
    Apr 2010
    Posts
    264
    Plugin Contributions
    1

    Default Re: Tableau Responsive Theme - Support Thread

    I am using 1.5.4, with an older version of Tableau, and I started getting spam lately. I tried the Google Captcha 2 addon, I tried numinix's math captcha, and neither worked. I posted for help in the general forum, and DrByte noted that my header_php.php, for the contact us page was missing the logic for spam filtering. I replaced that file, and tpl_contact_us_default.php with fresh ones from a new download of 1.5.4, and changed the should_be empty in all the files I could find to something else, and I was still getting spam. I then tried the Google Captcha 2 again, and now I am 20 hours with zero spam.

    What is wrong with the Tableau template I am using, that is allowing the spam?

  3. #603
    Join Date
    Nov 2013
    Location
    Dorset, UK
    Posts
    121
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by numinix View Post
    Tableau only comes with a hero banner. If you'd like to add a slideshow please check out our Flexslider Responsive Slideshow plugin on Numinix.com.
    Ummmm, strange.... Did it used to have one?

    I'm sure I remember it being there..... Also why are the images I'm sure I remember scrolling on the homepage still in catalogue/images/banners/ directory (v2.1.0.6)? Surely not from Tableau v1 still.

    Anyway don't want to start an argument with the boss man. Thanks for the great work again & I still think this is the best template available here.

  4. #604
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by SpaceMonkey View Post
    Ummmm, strange.... Did it used to have one?

    I'm sure I remember it being there..... Also why are the images I'm sure I remember scrolling on the homepage still in catalogue/images/banners/ directory (v2.1.0.6)? Surely not from Tableau v1 still.

    Anyway don't want to start an argument with the boss man. Thanks for the great work again & I still think this is the best template available here.
    Yes, it was accidentally included in a package released when we were developing it to make sure it'll work with our plugin. Basically we make sure our templates are preconfigured with our plugins so you can just drop them in.

  5. #605
    Join Date
    Jan 2014
    Posts
    216
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    I dont see a Tableau 2 support form, I hav the current version from the Numinix site Have this issue
    [24-Sep-2018 19:42:12 UTC] PHP Fatal error: Uncaught Error: Call to undefined function split() in /home/cubmanky1/public_html/visionsinvinyldesigns.com/store1/includes/templates/tableau2/sideboxes/tpl_categories.php:16
    Stack trace:
    #0 /home/cubmanky1/public_html/visionsinvinyldesigns.com/store1/includes/modules/sideboxes/categories.php(22): require()
    #1 /home/cubmanky1/public_html/visionsinvinyldesigns.com/store1/includes/modules/column_left.php(31): require('/home/cubmanky1...')
    #2 /home/cubmanky1/public_html/visionsinvinyldesigns.com/store1/includes/templates/tableau2/common/tpl_main_page.php(146): require('/home/cubmanky1...')
    #3 /home/cubmanky1/public_html/visionsinvinyldesigns.com/store1/index.php(97): require('/home/cubmanky1...')
    #4 {main}
    thrown in /home/cubmanky1/public_html/visionsinvinyldesigns.com/store1/includes/templates/tableau2/sideboxes/tpl_categories.php on line 16


    line 16 of that file list($nada, $mycpath)= split('=', $box_categories_array[$i]['path']);

  6. #606
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by cubmanky View Post
    I dont see a Tableau 2 support form, I hav the current version from the Numinix site Have this issue
    [24-Sep-2018 19:42:12 UTC] PHP Fatal error: Uncaught Error: Call to undefined function split() in /home/cubmanky1/public_html/visionsinvinyldesigns.com/store1/includes/templates/tableau2/sideboxes/tpl_categories.php:16
    Stack trace:
    #0 /home/cubmanky1/public_html/visionsinvinyldesigns.com/store1/includes/modules/sideboxes/categories.php(22): require()
    #1 /home/cubmanky1/public_html/visionsinvinyldesigns.com/store1/includes/modules/column_left.php(31): require('/home/cubmanky1...')
    #2 /home/cubmanky1/public_html/visionsinvinyldesigns.com/store1/includes/templates/tableau2/common/tpl_main_page.php(146): require('/home/cubmanky1...')
    #3 /home/cubmanky1/public_html/visionsinvinyldesigns.com/store1/index.php(97): require('/home/cubmanky1...')
    #4 {main}
    thrown in /home/cubmanky1/public_html/visionsinvinyldesigns.com/store1/includes/templates/tableau2/sideboxes/tpl_categories.php on line 16


    line 16 of that file list($nada, $mycpath)= split('=', $box_categories_array[$i]['path']);
    split is a deprecated PHP function, you must be on PHP 7+. You would want to look at the PHP manual to replace with something else like explode or str_split.

    Zen Cart and it's community are the best!!

  7. #607
    Join Date
    Jan 2014
    Posts
    216
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    So I'm running Tableau 2 on v1.5.5f I have no errors in my log. Images load fine except for the following
    Name:  new prod.jpg
Views: 301
Size:  18.5 KB

  8. #608
    Join Date
    Sep 2018
    Location
    Texas
    Posts
    32
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    I recently downloaded Tableau template. I installed it and became frusterated trying to arrange layout like I wanted.
    I then ordered installation.

    I now have a problem with my old storefront ........... it does not any longer display and products under the Special, New Product OR All products shortcut tab...............

    It took me 2 hours to install and get as far as it took the Nuiminex people 4-5 days with complete access to FTP and admin area to cause this problem and I am fed up. I just want the old tabs to work .\

    Do you know where the tab/file is that will restore the settings? BTW the tabs work fine with Tableau template so there was most likely an override somewhere.

  9. #609
    Join Date
    May 2007
    Posts
    92
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - issue wtih product page layout

    I'm having issue with the product page layout. see https://overnightman.com/marco-islan...roducts_id=183. Everything is straight down a line in one column and there are two products description tags one at the very bottom. Product description needs to be on same row as the image to the right of it then the options below that. and the product options are also in one long line even though I have them configured to 3 rows 3 per row.

  10. #610
    Join Date
    Dec 2009
    Location
    Canada
    Posts
    160
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    I have tired below but it still doesn't work.....

    I am not sure why.

    The demo works but on my website it doesn't =/ Endless loop of advance search page

    https://www.thelitt lestgift boutique.com/store1

    I installed Tableau 2 template for this. Thanks





    Quote Originally Posted by MIKEYFM View Post
    I have found the answer to this issue:

    in the stylesheet.php file there is the ref as below:

    Code:
    #search-wrapper input[type="submit"] {
    		background: transparent url(<?php echo $template->get_template_dir('arrow_nav_hover_up.png', DIR_WS_TEMPLATE, $current_page_base,'images').'/arrow_nav_hover_up.png'; ?>) 0 0 no-repeat;
    this image file: arrow_nav_hover_up.png does not exist but I have replaced with bg_button_search.png and now works.

    Hope the helps any others with the same issue.

 

 

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: 1071
    Last Post: 4 Feb 2024, 04:28 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