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

Tableau Responsive Theme - Support Thread

Views: 229,226

Results 61 to 80 of 624
19 May 2014, 22:41
#61
michaelpattisr avatar

michaelpattisr

New Zenner

Join Date:
Aug 2008
Location:
MEDFORD OREGON
Posts:
17
Plugin Contributions:
0

Tableau Responsive Theme - Support Thread

**Hello. I Love your design. I am working on a demo install @ http://realestatesignstore.info/zencart/index.php?main_page=index&cPath=1&zenid=f3ae1e278c48c525b4b82ea25039be99. As you can see at the link the CATEGORIES images are to large! How do I make them smaller? It's so far the only problem I have with your design. I want to install it on my live site @ https://www.realestatesignstore.com ......... It will be great for my site....

Thanks in Advance...

Michael Patti

michaelpattisr######################**

20 May 2014, 02:23
#62
sph avatar

sph

Totally Zenned

Join Date:
Jan 2006
Posts:
1,556
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

michaelpattisr:

Hello. I Love your design. I am working on a demo install @ http://realestatesignstore.info/zencart/index.php?main_page=index&cPath=1 . As you can see at the link the CATEGORIES images are to large! How do I make them smaller? It's so far the only problem I have with your design. I want to install it on my live site @ https://www.realestatesignstore.com ... It will be great for my site....

Thanks in Advance...

Michael Patti

michaelpattisr######################

It's been awhile since I've worked with this template. But this demo page gives the width of the image at 978px / free height.

http://www.numinix.com/demos/tableau/index.php?main_page=index&cPath=53

Can you make your category image about the size as the image on the demo page?

I don't think that the problem is the template as much as it is your image dimensions.

21 May 2014, 02:01
#63
simuxpepper avatar

simuxpepper

New Zenner

Join Date:
May 2014
Location:
Singapore, Singapore
Posts:
9
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

michaelpattisr:

Hello. I Love your design. I am working on a demo install @ http://realestatesignstore.info/zencart/index.php?main_page=index&cPath=1 . As you can see at the link the CATEGORIES images are to large! How do I make them smaller? It's so far the only problem I have with your design. I want to install it on my live site @ https://www.realestatesignstore.com ... It will be great for my site....

Thanks in Advance...

Michael Patti

michaelpattisr######################

Go to YOUR_CATALOG/includes/templates/tableau/css/stylesheet_product_listing.css
Look for:

/* Product Listing Image */
#categoryImgListing {
text-align: center;
margin: 36px 0 15px;
}

    #categoryImgListing img {
            height: auto;
            max-width: 978px;
            width: 100%;
    }

You can change the max-width to any pixel you want.

21 May 2014, 02:16
#64
simuxpepper avatar

simuxpepper

New Zenner

Join Date:
May 2014
Location:
Singapore, Singapore
Posts:
9
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

satello:

Oh yes, please send details, i'm about to go live in few days.....

Cheers

Sorry for the late reply. You can get the updated files at simux.org/zenuploads/account_history_mod.zip
Please make a backup of your previous files in the folder and copy the contents of the zip file to YOUR_CATALOG/includes/templates/tableau/templates/ to replace the files inside.

21 May 2014, 17:32
#65
lukeengland12 avatar

lukeengland12

New Zenner

Join Date:
Dec 2008
Posts:
44
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

If anyone wants to see a live version of this template that is now in use please visit https://www.frome-model-centre.com

please let me know if you find any bugs or errors

I've posted a fix for the tpl_contact_us_default.php wasn't send messages.

<?php
/**
 * Page Template
 *
 * Loaded automatically by index.php?main_page=contact_us.<br />
 * Displays contact us page form.
 *
 * @package templateSystem
 * @copyright Copyright 2003-2012 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version GIT: $Id: Author: DrByte  Sun Aug 19 09:47:29 2012 -0400 Modified in v1.5.1 $
 */
?>
<div class="centerColumn" id="contactUsDefault">

<h1 class="back"><?php echo HEADING_TITLE;?></h1>
<div class="alert forward" id="required-information"><?php echo FORM_REQUIRED_INFORMATION; ?></div>
<?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send')); ?>


<?php
  if (isset($_GET['action']) && ($_GET['action'] == 'success')) {
?>

<div class="mainContent success"><?php echo TEXT_SUCCESS; ?></div>

<div class="buttonRow"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>

<?php
  } else {
?>

<!--
<?php if (DEFINE_CONTACT_US_STATUS >= '1' and DEFINE_CONTACT_US_STATUS <= '2') { ?>
<div id="contactUsNoticeContent" class="content">
<?php
/**
 * require html_define for the contact_us page
 */
  require($define_page);
?>
</div>
<?php } ?>
-->

<?php if ($messageStack->size('contact') > 0) echo $messageStack->output('contact'); ?>


<br class="clearBoth" />

<?php
// show dropdown if set
    if (CONTACT_US_LIST !=''){
?>
<label class="inputLabel" for="send-to"><?php echo SEND_TO_TEXT; ?></label>
<?php echo zen_draw_pull_down_menu('send_to',  $send_to_array, 0, 'id="send-to"') . '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?>
<br class="clearBoth" />
<?php
    }
?>
<div id="contact-form-wrapper" class="back">

	<div id="contact-col-left" class="back">

		<label class="inputLabel" for="contactname"><?php echo ENTRY_NAME; ?> <?php echo '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?></label>
		<?php echo zen_draw_input_field('contactname', $name, ' size="40" id="contactname"'); ?>
		
		<label class="inputLabel" for="email-address"><?php echo ENTRY_EMAIL; ?> <?php echo '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?></label>
		<?php echo zen_draw_input_field('email', ($email_address), ' size="40" id="email-address"'); ?>
		
		<label class="inputLabel" for="subject" ><?php echo ENTRY_SUBJECT; ?> <?php echo '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?></label>
		<?php echo zen_draw_input_field('subject', ($email_subject), ' size="40" id="subject"'); ?>
		
	</div><!--EOF #contact-col-left-->
	
	<div id="contact-col-right" class="forward">
	
		<label for="enquiry"><?php echo ENTRY_ENQUIRY . ' <span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?></label>
		<?php echo zen_draw_textarea_field('enquiry', '30', '7', $enquiry, 'id="enquiry"'); ?>
		
		<?php echo zen_draw_input_field('should_be_empty', '', ' size="40" id="CUAS" style="visibility:hidden; display:none;" autocomplete="off"'); ?>
	</div><!--EOF #contact-col-right-->
		
</fieldset>
	
	<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SEND, BUTTON_SEND_ALT); ?></div>
<div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>
	
	<div class="clearBoth"></div>
</div><!--EOF #contact-form-wrapper-->

<?php
  }
?>

<div id="store-details-wrapper" class="forward">
	<div class="back contact-icon" id="phone-icon"></div>
	<div class="back contact-info">
		<strong>Toll Free:</strong> 1-877-880-TILE (8453)<br />
		<strong>Local:</strong> 323-731-8453
	</div>
	<div class="clearBoth"></div>
	<div class="back contact-icon" id="email-icon"></div>
	<div class="back contact-info" id="email-info">
		[email protected]
	</div>
	<div class="clearBoth"></div>
	<div class="back contact-icon" id="business-icon"></div>
	<?php if (CONTACT_US_STORE_NAME_ADDRESS== '1') { ?>
	<address class="back contact-info"><?php echo nl2br(STORE_NAME_ADDRESS); ?></address>
	<?php } ?>
	<div class="clearBoth"></div>

</div><!--EOF #store-details-wrapper-->

</form>


</div>
21 May 2014, 20:30
#66
satello avatar

satello

New Zenner

Join Date:
Jan 2014
Posts:
62
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

I would make clikable the banners, as there is a button with "shop now" but it doesn't take anywhere.

21 May 2014, 20:57
#67
sph avatar

sph

Totally Zenned

Join Date:
Jan 2006
Posts:
1,556
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

lukeengland12:

If anyone wants to see a live version of this template that is now in use please visit https://www.frome-model-centre.com

please let me know if you find any bugs or errors

Very nice! Homepage did take quite awhile to load for me.

22 May 2014, 04:08
#68
simuxpepper avatar

simuxpepper

New Zenner

Join Date:
May 2014
Location:
Singapore, Singapore
Posts:
9
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

lukeengland12:

If anyone wants to see a live version of this template that is now in use please visit https://www.frome-model-centre.com

please let me know if you find any bugs or errors

I've posted a fix for the tpl_contact_us_default.php wasn't send messages.

<?php /** * Page Template * * Loaded automatically by index.php?main_page=contact_us.<br /> * Displays contact us page form. * * @package templateSystem * @copyright Copyright 2003-2012 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version GIT: $Id: Author: DrByte Sun Aug 19 09:47:29 2012 -0400 Modified in v1.5.1 $ */ ?> <div class="centerColumn" id="contactUsDefault"> <h1 class="back"><?php echo HEADING_TITLE;?></h1> <div class="alert forward" id="required-information"><?php echo FORM_REQUIRED_INFORMATION; ?></div> <?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send')); ?> <?php if (isset($_GET['action']) && ($_GET['action'] == 'success')) { ?> <div class="mainContent success"><?php echo TEXT_SUCCESS; ?></div> <div class="buttonRow"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div> <?php } else { ?> <!-- <?php if (DEFINE_CONTACT_US_STATUS >= '1' and DEFINE_CONTACT_US_STATUS <= '2') { ?> <div id="contactUsNoticeContent" class="content"> <?php /** * require html_define for the contact_us page */ require($define_page); ?> </div> <?php } ?> --> <?php if ($messageStack->size('contact') > 0) echo $messageStack->output('contact'); ?> <br class="clearBoth" /> <?php // show dropdown if set if (CONTACT_US_LIST !=''){ ?>

<label class="inputLabel" for="send-to"><?php echo SEND_TO_TEXT; ?></label>

<?php echo zen_draw_pull_down_menu('send_to', $send_to_array, 0, 'id="send-to"') . '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?> <br class="clearBoth" /> <?php } ?> <div id="contact-form-wrapper" class="back">
<div id="contact-col-left" class="back">

	<label class="inputLabel" for="contactname"><?php echo ENTRY_NAME; ?> <?php echo '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?></label>
	<?php echo zen_draw_input_field('contactname', $name, ' size="40" id="contactname"'); ?>
	
	<label class="inputLabel" for="email-address"><?php echo ENTRY_EMAIL; ?> <?php echo '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?></label>
	<?php echo zen_draw_input_field('email', ($email_address), ' size="40" id="email-address"'); ?>
	
	<label class="inputLabel" for="subject" ><?php echo ENTRY_SUBJECT; ?> <?php echo '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?></label>
	<?php echo zen_draw_input_field('subject', ($email_subject), ' size="40" id="subject"'); ?>
	
</div><!--EOF #contact-col-left-->

<div id="contact-col-right" class="forward">

	<label for="enquiry"><?php echo ENTRY_ENQUIRY . ' <span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?></label>
	<?php echo zen_draw_textarea_field('enquiry', '30', '7', $enquiry, 'id="enquiry"'); ?>
	
	<?php echo zen_draw_input_field('should_be_empty', '', ' size="40" id="CUAS" style="visibility:hidden; display:none;" autocomplete="off"'); ?>
</div><!--EOF #contact-col-right-->
</fieldset>
<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SEND, BUTTON_SEND_ALT); ?></div>
<div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>
<div class="clearBoth"></div>
</div><!--EOF #contact-form-wrapper--> <?php } ?> <div id="store-details-wrapper" class="forward"> <div class="back contact-icon" id="phone-icon"></div> <div class="back contact-info"> <strong>Toll Free:</strong> 1-877-880-TILE (8453)<br /> <strong>Local:</strong> 323-731-8453 </div> <div class="clearBoth"></div> <div class="back contact-icon" id="email-icon"></div> <div class="back contact-info" id="email-info"> [email protected] </div> <div class="clearBoth"></div> <div class="back contact-icon" id="business-icon"></div> <?php if (CONTACT_US_STORE_NAME_ADDRESS== '1') { ?> <address class="back contact-info"><?php echo nl2br(STORE_NAME_ADDRESS); ?></address> <?php } ?> <div class="clearBoth"></div> </div><!--EOF #store-details-wrapper--> </form> </div> ```

How did you configure your website to load so fast? My main page loads in like 5 seconds simux.org/store

22 May 2014, 06:40
#69
norman_tang avatar

norman_tang

New Zenner

Join Date:
May 2012
Posts:
7
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

After I adding" Categories " , something wrong happened. -- " Refine your results
WARNING: An Error occurred, please refresh the page and try again."

BTW , the installation process was fine and I don't see anything was missed. Could you please , someone could help me on this ?

22 May 2014, 07:17
#70
norman_tang avatar

norman_tang

New Zenner

Join Date:
May 2012
Posts:
7
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

for now , I guess NO , still have many bugs need to fixed .

22 May 2014, 16:49
#71
sph avatar

sph

Totally Zenned

Join Date:
Jan 2006
Posts:
1,556
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

Norman Tang:

After I adding" Categories " , something wrong happened. -- " Refine your results
WARNING: An Error occurred, please refresh the page and try again."

Did you turn off your regular categories and enable the new my categories in layout boxes controller?

22 May 2014, 16:51
#72
sph avatar

sph

Totally Zenned

Join Date:
Jan 2006
Posts:
1,556
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

SimuxPepper:

How did you configure your website to load so fast? My main page loads in like 5 seconds simux.org/store

Up above somewhere there is a method to limit the number of New Products going through the homepage carosel. That greatly sped up my site when I was testing this template.

22 May 2014, 17:56
#73
lukeengland12 avatar

lukeengland12

New Zenner

Join Date:
Dec 2008
Posts:
44
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

hi

I updated to the CSS/JS Loader 3.0.2 and have both Minify CSS and Minify JavaScript enabled updating the css loader also fixed the issue of the images overlapping on the homepage

hope this helps

22 May 2014, 23:04
#74
sph avatar

sph

Totally Zenned

Join Date:
Jan 2006
Posts:
1,556
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

lukeengland12:

hi

I updated to the CSS/JS Loader 3.0.2 and have both Minify CSS and Minify JavaScript enabled updating the css loader also fixed the issue of the images overlapping on the homepage

hope this helps

This loader?

http://www.zen-cart.com/downloads.php?do=file&id=1774

23 May 2014, 03:54
#75
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Tableau Responsive Theme - Support Thread

SimuxPepper:

How did you configure your website to load so fast? My main page loads in like 5 seconds simux.org/store

This template also comes with Numinix Disk Cache which can be used to reduce server load. It won't reduce bandwidth though so optimizing your images and restricting the number of products that load on the home page and in product listings will play a huge role in speeding up your site.

New version is coming any day now with the improved template configuration page. Stay tuned!

23 May 2014, 06:16
#76
satello avatar

satello

New Zenner

Join Date:
Jan 2014
Posts:
62
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

hello everyone, don't know if it's a template related problem, but while testing the mailing list susscribe, after entering the email address in the box bottom end of the page, no confirmation email is received, and the actual welcome page show this:

Newsletter Subscription

Thank you for taking a moment to subscribe to our Newsletter.

You'll receive notices of newly available products, special offers, and news of upcoming showings.

Subscriptions disabled.

bla bla bla

Checking the database, the address does not get recorded at all. To be said, testing the functionality of the cart, order confirmations and updates are received regularly, so don't think it's actually a problem with the server. Can somebody help? I searched the zen website but could not find anything there.

As said, don't know if it's a template or general setting related problem.

thank you

23 May 2014, 06:44
#77
norman_tang avatar

norman_tang

New Zenner

Join Date:
May 2012
Posts:
7
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

Yeah , thanks . Now it works.

I hope the team will released updated version very soon with more details use guide.

Thanks again for your great works.

23 May 2014, 07:27
#78
bruce429 avatar

bruce429

New Zenner

Join Date:
Jan 2014
Location:
Sydney
Posts:
17
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

The email text-only, html preference doesn't work.

23 May 2014, 07:34
#79
bruce429 avatar

bruce429

New Zenner

Join Date:
Jan 2014
Location:
Sydney
Posts:
17
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

When you click on the link to change the primary address. it just goes to the add new entry page and doesn't change the primary address.

23 May 2014, 08:46
#80
lukeengland12 avatar

lukeengland12

New Zenner

Join Date:
Dec 2008
Posts:
44
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

that's the one

I did also install Numinix Disk Cache but it did cause issues with my images

hope this helps

Luke