Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
bislewl
Any template should support multi-languages.
However you will need to create the language files, if they aren't present.
Lets say you wanted to add "Klingon" you would need to copy the English language files rename where it says English to Klingon, and then translate. Unless language files already exist.
Does that help?
bislewl - Thanks for the response. Would those language files go in the includes>languages>tableau folder?
On our current 1.3.9 site, there are English/Spanish buttons to choose your preferred language. Where would I add those button using this template?
Re: Tableau Responsive Theme - Support Thread
I'm rebuilding highly customized 1.3.9h site from scratch. When I take a bare zc 1.5.4 install (test site) and then install this mod it will seize the site if my database uses prefix (like zen_) in the tables. If I do a clean install using a db with no prefixes, this mod works fine. Problem for me, my old database that I'd like to import uses prefixes.
Thanks...
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
jagall
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.
Re: Tableau Responsive Theme - Support Thread
I have a couple of questions...hope someone can help me understand.
1. I have already installed a template that is theme based.....If I install this template do I basically wipe out my theme based look or can I use both?
2. Is there some sort of how to for installing this template that I didn't see in previous posts?
Thanks
MM
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
soxophoneplayer
I'm rebuilding highly customized 1.3.9h site from scratch. When I take a bare zc 1.5.4 install (test site) and then install this mod it will seize the site if my database uses prefix (like zen_) in the tables. If I do a clean install using a db with no prefixes, this mod works fine. Problem for me, my old database that I'd like to import uses prefixes.
Thanks...
Hi,
I am currently using this template (v1.34) on zen v1.54 with database prefix of "zen_". It does not cause any issue for me!!
Regards
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
jagall
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
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.
Re: Tableau Responsive Theme - Support Thread
should be tpl_index_default.php
Quote:
Originally Posted by
jagall
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.
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
Re: Tableau Responsive Theme - Support Thread
I must be missing something. I installed the template which seemed to install and it seems to show fine. However, I do not have these sections:
Template Configuration
Global Configuration
Header Configuration
Social Networking Configuration
Home Page Configuration
According to your getting_started.html page it looks like these sections might be created under: Configuration area. I have none of these sections in my admin panel. I do have these sections:
Numinix Disk Cache Configuration
Google Plus One Configuration
Facebook Like Button Configuration
Pinterest Pin It Button Configuration
CSS/JS Loader Configuration
Am I missing something here? If so, what folders can I upload to add these sections?