Page 18 of 63 FirstFirst ... 8161718192028 ... LastLast
Results 171 to 180 of 623
  1. #171
    Join Date
    Sep 2010
    Posts
    29
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Hi Everyone,

    I have installed this template and really like it, thank you.
    My main problem is when I click on a category my side boxes show up just like I want them to.
    Like on this page

    But they don't show up on my landing page. Is there a way I could get them to show up on the left side on this page.
    I'd like the sidebox on this page as well

    I've been reading for days, and trying different setting but I can't seem to figure this one out.

    Thank you,
    Linda

  2. #172
    Join Date
    Sep 2014
    Location
    New Zealand
    Posts
    19
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    SLOW FIRST PAGE SOLUTION!

    So I have been struggling with an extremely slow load time on the first page. After trying other ideas and solutions in this thread, and having no joy, I decided to route out the issue by deconstructing the index bit by bit.

    Turns out the cause of my 7-15 second loading time is actually the code that calls and displays the RSS feed for the Our Blog section under the carousel!

    When I was modifying the template I removed the functionality of this column, but apparently left the part of the code that calls the RSS. I'm guessing that the reason for the slow load is that the server is trying to fetch the RSS feed data, or it is simply just badly coded.

    So to fix the epic loading time just remove the code that fetches the RSS feed and displays it. To do this:

    1. BACK UP!
    2. Open to edit /YOUR_CAT/includes/templates/tableau/templates/tpl_index_default.php
    3. Remove from just under <!-- end/about us --> (around line 180) through to <!-- end/our blog --> (around line 230)
    4. If you like you can replace the code with the following to add a column in place of the one you removed. Customise as you like.
    Code:
    <div class="content--column">
    			<div class="content--header">
    				<span class="ico is-blog"></span>
    				<h3>Blog</h3>
    				<span class="content--intro">
    					
    				</span>
    			</div>
    			<div class="content--body">
    	<!--span class="blogdate"><?php //echo date('D, j M Y', strtotime($item_date[0])); ?></span-->
    
    					<p class="content--text">Here is some text in place of the the blog that was slowing the whole site down!</p> 
    					
    				<a href="/index.php?main_page=page&id=15" class="button">Read More</a>
    			</div>
    		</div>
    Note: Edit the red bits how you like.

    Hope this helps anyone suffering from this issue. It is a shame the blog functionality doesn't work but I am sure it can be fixed.

  3. #173
    Join Date
    Jan 2014
    Posts
    62
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    hi, i'm the process of updating both cart and template. i've done it on a test site, which is curretly working on 1.5.3 and tableau 1.3.2

    so tonite i started to do the template on live site with 1.3.3, it all looks fine a part a very big problem. don't know for what reason, the header just duplicate itself right in the middle of the screen. this happened to the test site as well, and it only happens when the Numinix Disk Cache is enabled, no problems when it is disabled, on both live and test site.

    i am now uploading a backup to the live site, but if you would like to have a look check here

    please note, there is some problem with images not showing as well on the test site, but this did not happened on the live one. server is the same. any help or hint would be very appreciated

    http://test.londonsatman.co.uk/

  4. #174
    Join Date
    Sep 2010
    Posts
    29
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    You can disregard this question, I'm all set. Thank you and have a good day.

    Quote Originally Posted by Linda in NY View Post
    Hi Everyone,

    I have installed this template and really like it, thank you.
    My main problem is when I click on a category my side boxes show up just like I want them to.
    Like on this page

    But they don't show up on my landing page. Is there a way I could get them to show up on the left side on this page.
    I'd like the sidebox on this page as well

    I've been reading for days, and trying different setting but I can't seem to figure this one out.

    Thank you,
    Linda

  5. #175
    Join Date
    Sep 2010
    Posts
    29
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    All set now, disregard this question and thank you, have a good day.

    Quote Originally Posted by Linda in NY View Post
    Hi Everyone,

    I have installed this template and really like it, thank you.
    My main problem is when I click on a category my side boxes show up just like I want them to.
    Like on this page

    But they don't show up on my landing page. Is there a way I could get them to show up on the left side on this page.
    I'd like the sidebox on this page as well

    I've been reading for days, and trying different setting but I can't seem to figure this one out.

    Thank you,
    Linda

  6. #176
    Join Date
    Sep 2014
    Location
    New Zealand
    Posts
    19
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by Linda in NY View Post
    All set now, disregard this question and thank you, have a good day.
    It would be nice if you could let us know what happened for you? Did you manage to achieve two columns? If so how? The idea of the forum is that people can share their knowledge/finding with the next person.

  7. #177
    Join Date
    Sep 2014
    Location
    New Zealand
    Posts
    19
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Anyone figure out how to change the tab that the carousel start on from "Best Sellers" to "Featured"? Read a few posts a while back and managed to change the order of the tabs, but not which one appears first/open.

  8. #178
    Join Date
    Sep 2010
    Posts
    29
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    I went with a different template, so sorry I didn't figure it out.
    Quote Originally Posted by RickyDicky View Post
    It would be nice if you could let us know what happened for you? Did you manage to achieve two columns? If so how? The idea of the forum is that people can share their knowledge/finding with the next person.

  9. #179
    Join Date
    Apr 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Can anyone tell me where I can edit the background header and fooder colors? I've attempted in the global configuration and keep getting an error. Thanks

  10. #180
    Join Date
    Mar 2014
    Location
    UK
    Posts
    10
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by llangford2003 View Post
    Can anyone tell me where I can edit the background header and fooder colors? I've attempted in the global configuration and keep getting an error. Thanks
    Select Tools - Template Selection then hover over the Tabelau icon and you'll see Configure as a clickable button.

 

 
Page 18 of 63 FirstFirst ... 8161718192028 ... LastLast

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