Results 1 to 10 of 25

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Tableau 2 Responsive Theme - Support Thread

    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/
    Last edited by tophand; 23 Apr 2020 at 10:36 PM.

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: Tableau 2 Responsive Theme - Support Thread

    link and multiple variations fail
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,915
    Plugin Contributions
    13

    Default Re: Tableau 2 Responsive Theme - Support Thread

    try adding css to the id indexCategories

    Code:
    #indexCategories {
    margin-left: 15%;
    }
    looks okay...
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  4. #4
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Tableau 2 Responsive Theme - Support Thread

    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;
    }

  5. #5
    Join Date
    Nov 2013
    Location
    Shenandoah, Iowa, United States
    Posts
    3
    Plugin Contributions
    0

    Default Re: Tableau 2 Responsive Theme - Support Thread

    Quote Originally Posted by tophand View Post
    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?

  6. #6
    Join Date
    Jul 2019
    Location
    Sweden
    Posts
    6
    Plugin Contributions
    0

    Default Re: Tableau 2 Responsive Theme - Support Thread

    First I must say I love this template - clean and no nonsens css 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?

    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.
    I would love to get this working so I can start with the real business :)

  7. #7
    Join Date
    Jul 2019
    Location
    Sweden
    Posts
    6
    Plugin Contributions
    0

    Default Re: Tableau 2 Responsive Theme - Support Thread

    Also this template screwed up the admin when saving I get a http 500 error - anyone has a fix for this?

  8. #8
    Join Date
    Nov 2020
    Posts
    310
    Plugin Contributions
    1

    Default Re: Tableau 2 Responsive Theme - Support Thread

    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)) {

  9. #9
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: Tableau 2 Responsive Theme - Support Thread

    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
    http://www.s-page.net/en/
    I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
    It may be funny English, but please endure it. (I am weak in English)

 

 

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. v151 Tableau Responsive Theme - Support Thread
    By numinix in forum Addon Templates
    Replies: 622
    Last Post: 19 Apr 2020, 11:11 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