Zen Cart Logo
Forums / Addon Templates / Tableau Responsive Theme - Support Thread

Tableau Responsive Theme - Support Thread

Views: 229,231

Results 401 to 420 of 624
16 Sep 2015, 14:55
#401
joshs avatar

joshs

New Zenner

Join Date:
Dec 2010
Posts:
15
Plugin Contributions:
0

Tableau Responsive Theme - Support Thread

numinix:

Hello vanilla Tableau does not come with this feature. It looks like they took the code used for the categories and made this work for another dropdown menu.

Ok...thank you.

22 Sep 2015, 13:35
#402
plc613 avatar

plc613

Zen Follower

Join Date:
Apr 2014
Location:
Canada
Posts:
249
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

How do I remove Best Sellers / New Arrivals / On Sale completely from the main page? I tried turning off conf->index->'Show New Products on Main Page','Show Featured Products on Main Page','Show Special Products on Main Page' and 'Show Upcoming Products on Main Page' to no avail. I also checked to disable layout box featured but it's not showing as active. I see nothing logically hard coded in tpl_main either.

23 Sep 2015, 02:14
#403
bislewl avatar

bislewl

Totally Zenned

Join Date:
Dec 2011
Location:
Wisconsin, USA
Posts:
674
Plugin Contributions:
12

Re: Tableau Responsive Theme - Support Thread

plc613:

How do I remove Best Sellers / New Arrivals / On Sale completely from the main page? I tried turning off conf->index->'Show New Products on Main Page','Show Featured Products on Main Page','Show Special Products on Main Page' and 'Show Upcoming Products on Main Page' to no avail. I also checked to disable layout box featured but it's not showing as active. I see nothing logically hard coded in tpl_main either.

it's kinda a hack but you can comment out:

  
  require( $template->get_template_dir('tpl_modules_hp_product_carousels.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_hp_product_carousels.php');

around line 68 in \includes\templates\tableau\templates\tpl_index_default.php

23 Sep 2015, 13:09
#404
plc613 avatar

plc613

Zen Follower

Join Date:
Apr 2014
Location:
Canada
Posts:
249
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

bislewl:

it's kinda a hack but you can comment out:

require( $template->get_template_dir('tpl_modules_hp_product_carousels.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_hp_product_carousels.php');

> around line 68 in \includes\templates\tableau\templates\tpl_index_default.php

Thanks!
24 Sep 2015, 12:08
#405
leon2lil avatar

leon2lil

New Zenner

Join Date:
Jan 2012
Posts:
38
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

Hi,
Thanks for the help before...
Is there a way to add links next to categories on that nav bar?
I.e having categories then like home contact us about us

25 Sep 2015, 01:39
#406
bislewl avatar

bislewl

Totally Zenned

Join Date:
Dec 2011
Location:
Wisconsin, USA
Posts:
674
Plugin Contributions:
12

Re: Tableau Responsive Theme - Support Thread

leon2lil:

Hi,
Thanks for the help before...
Is there a way to add links next to categories on that nav bar?
I.e having categories then like home contact us about us

Yes, you can use Ez-Pages header settings. they will NOT have drop downs

For more complicated items.

Otherwise you can modify the includes/templates/tableau/common/tpl_header.php

in the ```html

<ul id="nav-menu"> ``` you can add li's

example:

for just a single item add:

 
<li>
     <a href="page_link"><span>PAGE NAME HERE</span></a>
</li>

for drop downs

<li>
<a href="top_page"><span>TOP</span></a>
      <ul class="sub-menu">
          <li><a href="page_link1"><span>PAGE NAME HERE 1</span></a></li>
      </ul>
</li>

for dropdowns with dropdowns

<li>
<a href="top_page"><span>TOP</span></a>
     <ul class="sub-menu">
         <li><a href="page_link1"><span>PAGE NAME HERE 1</span></a>
             <ul class="sub--sub-menu">
                 <li><a href="page_link1">PAGE NAME HERE 1</a></li>
             </ul>
        </li>
     </ul>
</li>

Note the span tag on the first one

28 Sep 2015, 19:51
#407
vanhorn_s avatar

vanhorn_s

Zen Follower

Join Date:
Apr 2010
Posts:
283
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

I didn't see it mentioned anywhere, but if the store name has an apostrophe in it, the admin page will be unavailable. I had to replace the apostrophe in my store name in the database to: ’

28 Sep 2015, 21:15
#408
bislewl avatar

bislewl

Totally Zenned

Join Date:
Dec 2011
Location:
Wisconsin, USA
Posts:
674
Plugin Contributions:
12

Re: Tableau Responsive Theme - Support Thread

vanhorn_s:

I didn't see it mentioned anywhere, but if the store name has an apostrophe in it, the admin page will be unavailable. I had to replace the apostrophe in my store name in the database to: ’

You can escape the ' with a \

Example:

define('DEFINED_VARIABLE','George\'s Store');
28 Sep 2015, 21:28
#409
vanhorn_s avatar

vanhorn_s

Zen Follower

Join Date:
Apr 2010
Posts:
283
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

vanhorn_s:

I didn't see it mentioned anywhere, but if the store name has an apostrophe in it, the admin page will be unavailable. I had to replace the apostrophe in my store name in the database to: ’

Sorry, it changed my code to an apostrophe:```
& # 8 2 1 7 ;

28 Sep 2015, 23:19
#410
vanhorn_s avatar

vanhorn_s

Zen Follower

Join Date:
Apr 2010
Posts:
283
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

Error in log folder when opening home page:

[28-Sep-2015 17:14:46 America/Denver] Request URI: /newzen/, IP address: 97.117.133.180
#1  DOMDocument->load() called at [/home2/redsauto/public_html/newzen/includes/templates/tableau/templates/tpl_index_default.php:100]
#2  require(/home2/redsauto/public_html/newzen/includes/templates/tableau/templates/tpl_index_default.php) called at [/home2/redsauto/public_html/newzen/includes/modules/pages/index/main_template_vars.php:366]
#3  require(/home2/redsauto/public_html/newzen/includes/modules/pages/index/main_template_vars.php) called at [/home2/redsauto/public_html/newzen/includes/templates/tableau/common/tpl_main_page.php:201]
#4  require(/home2/redsauto/public_html/newzen/includes/templates/tableau/common/tpl_main_page.php) called at [/home2/redsauto/public_html/newzen/index.php:97]

[28-Sep-2015 17:14:46 America/Denver] PHP Warning:  DOMDocument::load(): Empty string supplied as input in /home2/redsauto/public_html/newzen/includes/templates/tableau/templates/tpl_index_default.php on line 100
29 Sep 2015, 00:34
#411
vanhorn_s avatar

vanhorn_s

Zen Follower

Join Date:
Apr 2010
Posts:
283
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

Another question. at the bottom of the home page, can I switch positions with specials, and featured? I don't have specials all the time, and so the default is blank.

29 Sep 2015, 01:22
#412
vanhorn_s avatar

vanhorn_s

Zen Follower

Join Date:
Apr 2010
Posts:
283
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

vanhorn_s:

Sorry, it changed my code to an apostrophe:```
& # 8 2 1 7 ;


This actually works better:```
define('DEFINED_VARIABLE','George\'s Store'); 

The other code worked great, except for the confirmation email showed the code.

29 Sep 2015, 03:08
#413
islesboro avatar

islesboro

New Zenner

Join Date:
Sep 2015
Location:
Islesboro Island Maine USA
Posts:
1
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

The Admin Template Selection won't acknowledge this Tableau template in any of the versions listed on this site or on GitHub.

I've followed numinix's directions under Tableau Theme Installation and documentation Table of Contents. I'm running a new install of Zen Cart 1.5.4 on a LAMP server, PHP 5.6.11 MySQL 5.6.23. The Admin Template Selection will not acknowledge the template. I've tried uploading the various versions posted, since it was suggested to someone else in the forums, but Admin Template Selection does not recognize any of them. I even tried the versions on GitHub. If I upload a copy of its' own template_info.php file to its' own top level dir, then the Admin Template Selection will list it, but not boot it. Tried the various permissions settings as stated in the instructions. Cleared caches, everywhere, on all software and hardware.

When I follow the custom template instructions at https://www.zen-cart.com/content.php?180 and at https://www.zen-cart.com/wiki/index.php/Customisation_-_Templates_-_Customizing, the templates I produce using those instructions do show up in the Admin Template Selection.

The instructions state the extracted tarball file structure must be maintained; is the structure correct as intended? If numinix is releasing versions for different carts, those listed here may not be those intended for Zen Cart, or they may need some further tweeking not mentioned in the instructions.

I would like to use the template, but Zen Cart 1.5.4 won't recognize or install any version as downloaded.

What suggestions do you all have?

Thanks.

30 Sep 2015, 01:32
#414
spacemonkey avatar

spacemonkey

Zen Follower

Join Date:
Nov 2013
Location:
Dorset, UK
Posts:
124
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

Hi All.

Any ideas how to resolve a little bug I found? I use Zen 1.54 & PHP 5.4, The template is Version 1!

In The "Account" section, when no orders are present and the "Order History" screen is selected I get the footer mounted where the order details would normally sit, see attached pic.

Attachment 15659

Really don't know what causes this so thought would put out to the community.

Thanks in advance for any suggestions. :smile:

P.s. I love this template. It's probably one of the best free responsive templates I have ever found and use it on more than one store (yes bug in all stores I have).

30 Sep 2015, 01:44
#415
spacemonkey avatar

spacemonkey

Zen Follower

Join Date:
Nov 2013
Location:
Dorset, UK
Posts:
124
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

Islesboro:

The Admin Template Selection won't acknowledge this Tableau template in any of the versions listed on this site or on GitHub.

I've followed numinix's directions under Tableau Theme Installation and documentation Table of Contents. I'm running a new install of Zen Cart 1.5.4 on a LAMP server, PHP 5.6.11 MySQL 5.6.23. The Admin Template Selection will not acknowledge the template. I've tried uploading the various versions posted, since it was suggested to someone else in the forums, but Admin Template Selection does not recognize any of them. I even tried the versions on GitHub. If I upload a copy of its' own template_info.php file to its' own top level dir, then the Admin Template Selection will list it, but not boot it. Tried the various permissions settings as stated in the instructions. Cleared caches, everywhere, on all software and hardware.

When I follow the custom template instructions at https://www.zen-cart.com/content.php?180 and at https://www.zen-cart.com/wiki/index.php/Customisation_-_Templates_-_Customizing, the templates I produce using those instructions do show up in the Admin Template Selection.

The instructions state the extracted tarball file structure must be maintained; is the structure correct as intended? If numinix is releasing versions for different carts, those listed here may not be those intended for Zen Cart, or they may need some further tweeking not mentioned in the instructions.

I would like to use the template, but Zen Cart 1.5.4 won't recognize or install any version as downloaded.

What suggestions do you all have?

Thanks.

Hi,

I have had a similar issue previously and resolved it with the .htaccess (see installation instructions) from a later version. Also I host on Godaddy and tried to use a basic installation with Installatron (zen cart 1.51) and then upload the template. Never ever got it going....... :no:

However a fresh manual install (1.54) and manual database setup with .htaccess modified as per the instructions and it worked.

Honestly I don't know if this is your issue but worth a try. :yes:

30 Sep 2015, 11:21
#416
leon2lil avatar

leon2lil

New Zenner

Join Date:
Jan 2012
Posts:
38
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

Thanks So Much Bislewl
Worked A Treat

Has any one noticed on a mobile device sometimes the logo gets cut in half.
Or is there a limit on the size of a logo I can change somewhere

Website address is prohairtherapyltd.co.uk.

30 Sep 2015, 14:51
#417
mikestaps avatar

mikestaps

Zen Follower

Join Date:
Aug 2010
Location:
Grand Blanc, MI
Posts:
305
Plugin Contributions:
1

Re: Tableau Responsive Theme - Support Thread

I have been asked (via PM's) how I was able to add the Information drop down menu next to the Categories drop down menu in the header of my site - HERE. I have also noticed similar questions posted here, so rather than answer a few PM's I wanted to share this here.
I basically copied the tpl_modules_categories_tabs.php and renamed it tpl_modules_information_tabs.php.
I also created an information defines page to deal with the mobile version of the menu not expanding, when you click on the parent "category" in the information menu it loads this page.

Please do not just upload all of these files to your site, use them as a guide to edit your files, as I have other modules and add-ons installed.

Here are the files I changed/created...
Attachment #15660

30 Sep 2015, 15:06
#418
mikestaps avatar

mikestaps

Zen Follower

Join Date:
Aug 2010
Location:
Grand Blanc, MI
Posts:
305
Plugin Contributions:
1

Re: Tableau Responsive Theme - Support Thread

SpaceMonkey:

Hi All.

Any ideas how to resolve a little bug I found? I use Zen 1.54 & PHP 5.4, The template is Version 1!

In The "Account" section, when no orders are present and the "Order History" screen is selected I get the footer mounted where the order details would normally sit, see attached pic.

Really don't know what causes this so thought would put out to the community.

Thanks in advance for any suggestions. :smile:

P.s. I love this template. It's probably one of the best free responsive templates I have ever found and use it on more than one store (yes bug in all stores I have).

I do not have this bug showing up on mine, but I do remember having to do a little tweeking on the account pages... also see if the bug mentioned on GitHub HERE could have anything to do with it.

Looking at the stock tableau 1.6.6 tpl_account_history_default.php and mine this bug fix is the only difference. I didn't notice anything in the footer that would cause this...

30 Sep 2015, 15:16
#419
mikestaps avatar

mikestaps

Zen Follower

Join Date:
Aug 2010
Location:
Grand Blanc, MI
Posts:
305
Plugin Contributions:
1

Re: Tableau Responsive Theme - Support Thread

mikestaps:

I have been asked (via PM's) how I was able to add the Information drop down menu next to the Categories drop down menu in the header of my site - HERE. I have also noticed similar questions posted here, so rather than answer a few PM's I wanted to share this here.
I basically copied the tpl_modules_categories_tabs.php and renamed it tpl_modules_information_tabs.php.
I also created an information defines page to deal with the mobile version of the menu not expanding, when you click on the parent "category" in the information menu it loads this page.

Please do not just upload all of these files to your site, use them as a guide to edit your files, as I have other modules and add-ons installed.

Here are the files I changed/created...
Attachment #15660

I forgot the css file... This goes in the templates/tableau/css folder

Attachment #15661

30 Sep 2015, 23:52
#420
vanhorn_s avatar

vanhorn_s

Zen Follower

Join Date:
Apr 2010
Posts:
283
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

mikestaps:

I have been asked (via PM's) how I was able to add the Information drop down menu next to the Categories drop down menu in the header of my site - HERE. I have also noticed similar questions posted here, so rather than answer a few PM's I wanted to share this here.
I basically copied the tpl_modules_categories_tabs.php and renamed it tpl_modules_information_tabs.php.
I also created an information defines page to deal with the mobile version of the menu not expanding, when you click on the parent "category" in the information menu it loads this page.

Please do not just upload all of these files to your site, use them as a guide to edit your files, as I have other modules and add-ons installed.

Here are the files I changed/created...
Attachment #15660

Thank you for this. Where are the names defined for this?
On my test site, I still have HEADER_TITLE_INFORMATION next to categories, rather than information, also HEADER_TITLE_CUSTOMER_SERVICE, and TITLE_GENERAL.

redsautorehab.com/newzen