Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 49
  1. #11
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: TB Sempre Template Support Thread

    Quote Originally Posted by lrfowler View Post
    How do I turn off the Model | Shipping Weight | Quantity on the Product Description page?
    (It seems to be OFF in Configuration | Product Listing)

    http://candygoround.com/store/index....&products_id=1

    thanks
    catelog > product types > (choose product type you placed the product under, probably "Product - General")

    Click Edit Layout

    Find the item you want to turn off, click edit, and set it to 0

    Works just fine on the template, if that does not work, let me know and I can help you figure out where the issue is. =)
    Zen Cart Help and Design

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

  2. #12
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: TB Sempre Template Support Thread

    Quote Originally Posted by lrfowler View Post
    Hi there .....Can I get a copy of you table based layout......SPH?

    I love the layout of your store...
    I'm putting together a candy store...
    http://candygoround.com/store/#

    thanks,
    Larry
    Sure, PM me with an email to send it to. I still don't know how to send things via the PM here.
    Steve
    prommart.com

  3. #13
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: TB Sempre Template Support Thread

    Brandon, where are the Breadcrumbs? I see them in View Source on my link below and your demo, but they do not appear on page. They aren't just white text, as I cannot see them when highlight with cursor.

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

    I have them turned on in admin as I always have, excluding homepage.

    Experimenting with one column layout and breadcrumbs would be helpful for customers.

    Thanks.

    EDIT: I did learn how to re-enable top ezpages by returning code, if needed
    Last edited by SPH; 3 Jul 2012 at 02:46 AM.
    Steve
    prommart.com

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

    Default Re: TB Sempre Template Support Thread

    Quote Originally Posted by SPH View Post
    Brandon, where are the Breadcrumbs? I see them in View Source on my link below and your demo, but they do not appear on page. They aren't just white text, as I cannot see them when highlight with cursor.

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

    I have them turned on in admin as I always have, excluding homepage.

    Experimenting with one column layout and breadcrumbs would be helpful for customers.

    Thanks.

    EDIT: I did learn how to re-enable top ezpages by returning code, if needed
    On the stylesheet the breadcrumbs are hidden and the greeting

    .greeting{display:none;}
    #navBreadCrumb{display:none;}

    Now thinking about it maybe I will make that hidden on the home page only on the next release, but untill then you can just remove the display:none
    Zen Cart Help and Design

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

  5. #15
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: TB Sempre Template Support Thread

    Thanks, got it.
    Steve
    prommart.com

  6. #16
    Join Date
    Jul 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: TB Sempre Template Support Thread

    Great template, Brandon, exactly what the business needed. As a novice, though, I get lost easily! Could you send me info on how to change the slider?

    Thanks,
    Jeff

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

    Default Re: TB Sempre Template Support Thread

    Quote Originally Posted by GFDJeff View Post
    Great template, Brandon, exactly what the business needed. As a novice, though, I get lost easily! Could you send me info on how to change the slider?

    Thanks,
    Jeff
    if you open the file located includes/templates/tb_sempre/common/tpl_home_slider.php

    you will see the following

    Code:
        <a href="http://www.brandonturpin.com/index.php?main_page=custom_quote&zenid=ctr9rh6os22es6g7am3i6j3bh1"><img src='includes/templates/tb_sempre/images/slide1.jpg' ></a>    
        <a href="http://www.brandonturpin.com"><img src='includes/templates/tb_sempre/images/slide2.jpg' ></a>
        <a href="http://www.brandonturpin.com"><img src='includes/templates/tb_sempre/images/slide3.jpg' ></a>
    the first part
    Code:
    <a href="http://www.brandonturpin.com">
    is the link that they will go to when they click on the image
    the 2nd part
    Code:
    <img src='includes/templates/tb_sempre/images/slide3.jpg' >
    is the image that will be shown. It is using images from the images folder in your template folders.

    First thing you do is create the images you want, upload them into includes/templates/tb_sempre/images/
    Second thing is changing the code to match the images if they are not named slide1.jpg. Go to the above code and change slide1.jpg (slide2.jpg, slide2.jpg ect) to the image name you uploaded in the folder (leaving the rest includes/templates/tb_sempre/images/)
    And then change the link for each one where you want it to go.

    If you cant figure it out let me know, or send me an email ([email protected]) and I will help you further!

    Glad you like the template! Thats why I try and create templates that are each unique from other templates.
    Zen Cart Help and Design

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

  8. #18
    Join Date
    Jul 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: TB Sempre Template Support Thread

    Thanks for the help, Brandon. Just one more question, my search bar is not functioning. Is this something that you've run across? You can see it at our store, www.glutenfreedevotee.com/estore.

    Thanks, again,
    Jeff

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

    Default Re: TB Sempre Template Support Thread

    Looks like you need to activate the header search in your admin

    to to

    Admin > Tools > Layout Box Controller

    and turn the SINGLE column status for sideboxes/search_header.php

    Quote Originally Posted by GFDJeff View Post
    Thanks for the help, Brandon. Just one more question, my search bar is not functioning. Is this something that you've run across? You can see it at our store, www.glutenfreedevotee.com/estore.

    Thanks, again,
    Jeff
    Zen Cart Help and Design

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

  10. #20
    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.

 

 
Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 94
    Last Post: 16 Mar 2024, 04:13 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

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