Results 1 to 10 of 49

Hybrid View

  1. #1
    Join Date
    Mar 2011
    Location
    Marco Island, FL
    Posts
    71
    Plugin Contributions
    0

    Default Re: TB Sempre Template Support Thread

    Quote Originally Posted by SPH View Post
    Brandon, yea, I'm often first. I guess that's because templates are my number one concern. I have no real issues with zencart otherwise. (Just tested the latest cs-cart and am lukewarm.)

    I understand the issue with first releases.

    I have your template on my main site here:

    http://www.prommart.com/index.php?ma...oducts_id=6534

    Haven't put a new template on it for awhile and plan to upgrade to 1.5 any time now. But I am looking to go with this template. I see so many fashion sites that look like this template and the recent ones by Picaflor.

    In IE9 I didn't even know that the side boxes headers had a lavender color background. I only recently saw that when checking in Firefox and Chrome. I spent alot of time muddling in the stylesheet getting the headings to show in IE9; probably took more time than I really needed. I initially liked this template almost all white, but now like the lavender accents.

    From the stylesheet I chased down and fixed an issue with the telephone graphic.

    My product display is a combination of yours and my long-time table based layout. I saw in the stylesheet where I might have been able to adjust my main pic that was encroaching into the description area, but my table fixed that nicely anyway, I think.

    There seem to be some validation issues - normally I like all green pass - but can live with a great template.

    One real remaining issue: I took out the footer social links although they look great. I don't really have any social sites yet and couldn't figure out how to just link them to just facebook.com, etc. Also, facebook went to - Jamie's? - site. How change that?

    It's 2am and I still have a bit more to do. Glad I'm getting this up.

    Thanks for the template!
    That's a great template. Thanks.
    I am using it on my new site

    I've had the same IE9 sidebox header color compatibility. Nothing worked so I gave up on it and just switched to white header and dark text.
    Tonight, I've installed the lightbox on it. Unfortunately it works only on IE properly. Lightbox shows BLANK on all other browsers!! What's missing?
    I am using it on 1.5.0

    Thanks.

  2. #2

    Default Re: TB Sempre Template Support Thread

    hi Brandon,
    the template is excellent, and thank you for shareing it, i have a problem, that is how to do delete the slideshow in the template? i was tried to delete all codes in file tpl_home_slider.php, but the home page still leave a large blank space in the position where the slidershow in, how can i deal with it?

  3. #3
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: TB Sempre Template Support Thread

    Quote Originally Posted by garinlee View Post
    hi Brandon,
    the template is excellent, and thank you for shareing it, i have a problem, that is how to do delete the slideshow in the template? i was tried to delete all codes in file tpl_home_slider.php, but the home page still leave a large blank space in the position where the slidershow in, how can i deal with it?
    You can remove it simply by adding the following code in the stylesheet.css

    Code:
    #home-banner {display:none;}
    Zen Cart Help and Design

    If you don’t build your dream, someone else will hire you to help them build theirs.

  4. #4

    Default Re: TB Sempre Template Support Thread

    appreciate for your rapidly reply!!

  5. #5
    Join Date
    Jun 2010
    Location
    United Kingdom
    Posts
    24
    Plugin Contributions
    0

    Default Re: TB Sempre Template Support Thread

    Hi Brandon,

    Just a quick post to say that I love this template. I was wondering if there is any way I can turn of the Category description when viewing the product category page.

    I've tried editing the includes/templates/template_default/templates/tpl_index_categories.php file but it doesn't seem to have any effect on the page so I was wondering if you could help me on this one as I don't want the category description showing when I click on a category with more than one product in it.

    Take a look at my site if you like the address is http://www.personally-yours.co.uk/development. Still very unfinished yet just need to do these final touches then it will be ready to launch.

    Let me know what you think.

    Regards,

    Brett Rogers

    PS. If you go to www.personally-yours.co.uk you will find your other template on there too (abbiamo_supremo) this is a live website.

  6. #6
    Join Date
    Jun 2010
    Location
    United Kingdom
    Posts
    24
    Plugin Contributions
    0

    Default Re: TB Sempre Template Support Thread

    Hi,

    Have sorted it out. Was looking at the wrong file, LOL. I found it in includes/templates/template_default/templates/tpl_index_product_list.

    A fantastic template, I love it.

    Regards,

    Brett Rogers

  7. #7
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: TB Sempre Template Support Thread

    Quote Originally Posted by myth3_16 View Post
    Hi,

    Have sorted it out. Was looking at the wrong file, LOL. I found it in includes/templates/template_default/templates/tpl_index_product_list.

    A fantastic template, I love it.

    Regards,

    Brett Rogers
    Glad you were able to find it! Glad you like the template! If you have any questions along the way just let me know! :-)
    Zen Cart Help and Design

    If you don’t build your dream, someone else will hire you to help them build theirs.

  8. #8
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: TB Sempre Template Support Thread

    Quote Originally Posted by enginarat View Post
    That's a great template. Thanks.
    I am using it on my new site

    I've had the same IE9 sidebox header color compatibility. Nothing worked so I gave up on it and just switched to white header and dark text.
    Tonight, I've installed the lightbox on it. Unfortunately it works only on IE properly. Lightbox shows BLANK on all other browsers!! What's missing?
    I am using it on 1.5.0

    Thanks.
    This would be a issue either with Lightbox or with some changes you made to the template. I installed a test instance of the template and installed lightbox and it works just fine

    I would start by looking in the includes/templates/tb_sempre/templates/tpl_product_info_display.php and make sure the following is the same on your page

    Code:
     <!--bof Main Product Image -->
    
         <?php
           if (zen_not_null($products_image)) {
           ?>
         <?php
         /**
          * display the main product image
          */
            require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
         <?php
           }
         ?>
         
         <!--eof Main Product Image-->
    Them make sure you installed all the files given by shaddowbox in the right directories, some of them are directory specific and need to be placed manually in the tb_sempre folders.

    If you can not figure it out let me know and I can see what I can do to help you find the issue.

    Thanks
    Brandon Turpin
    Zen Cart Help and Design

    If you don’t build your dream, someone else will hire you to help them build theirs.

 

 

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 107
    Last Post: 11 Nov 2024, 08:28 PM
  2. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  3. BecaBerry Template [Support Thread]
    By brandonturpin in forum Addon Templates
    Replies: 35
    Last Post: 14 Jun 2015, 09:35 AM
  4. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  5. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM

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