Page 75 of 305 FirstFirst ... 2565737475767785125175 ... LastLast
Results 741 to 750 of 3042
  1. #741
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by welldon View Post
    Dear Jade,

    Thank you for this template!

    I am just working on it to come out with a new website:
    www.kopaldiamonds.com/shop

    I would like to work on the header next to the logo.gif.
    Can I put extra pictures, text, animated gif or flash, there?

    In advance thank you for your help.

    Pascal.
    Sure, the great thing about zen cart is that you can do pretty much anything you want. Open up includes/templates/YOUR_TEMPLATE/common/tpl_header.php, and you can start there. If you want to replace the tagline, you can replace that with something else.

  2. #742
    Join Date
    May 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hi Jade

    I'm almost finishing the changes to your fantastic template and I want to thank you once again for the work you done.

    Please, take a look at it:

    <a href='http://www.cigarpremium.com'>www.cigarpremium.com</a>

    I think its stylish and modern-looking but... may be a little dead (I dont know the word in english for this but I think you will understand what I mean...)

    I think that a nice picture of a cigar or a tobacco field could help. Is there a way to place one in the main page text area, where is the "Congratulations! You have successfully installed your Zen..."?

    Thanks in advance

    Guilherme

  3. #743
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Yes, that is addressed in the newest template, and within a few pages back I've explained how to do it. My internet connection is iffy right now at the new house, so I can't go search for it for you, but don't forget you can search within the thread if you need. You can also download the newest version, and simply find the change within includes/templates/apple_zen/common/tpl_drop_menu.php
    Hope your move went well and your getting settled in! I would die if I had to use dial-up again (my first modem was 2400 baud! back in the days of BBS's).

    I found the post and made the correction. Thank you. Sorry I missed it first time around.

  4. #744
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by cigarp View Post
    Hi Jade

    I'm almost finishing the changes to your fantastic template and I want to thank you once again for the work you done.

    Please, take a look at it:

    <a href='http://www.cigarpremium.com'>www.cigarpremium.com</a>

    I think its stylish and modern-looking but... may be a little dead (I dont know the word in english for this but I think you will understand what I mean...)

    I think that a nice picture of a cigar or a tobacco field could help. Is there a way to place one in the main page text area, where is the "Congratulations! You have successfully installed your Zen..."?

    Thanks in advance

    Guilherme
    Hi There,

    Sure you can add an image, what I would do is first upload the image to your server, in your includes/templates/YOUR_TEMPLATE/images/ folder, then go to your admin, under "Tools", "define pages editor" and choose "tpl_main_page.php", and add the image there, like this:

    <img src="images/name_of_image.jpg" alt="alt text here" width="120" height="120" />

  5. #745
    Join Date
    Feb 2007
    Location
    Barcelona - Spain
    Posts
    7
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hello Jade,

    I still can not had a image to background header, but only can change the color with the CSS.

    In the default classic template I just replace the "header_bg.jpg" and in the CSS I change the code to:

    #logoWrapper {
    width:760px;
    height:110px;
    background-image:url(../images/header_bg.jpg);
    background-repeat:no-repeat;
    }


    This is indicate in treat: "https://www.zen-cart.com/tutorials/index.php?article=124" How do I change the Header Image.

    In advance, thanks for your help.

    Pascal

  6. #746

    Default Re: Apple Zen Template Support Thread

    Jade, I just had the oddest thing happen! I decided to turn on the shopping cart sidebox to make it easier for customers to see how much they are spending as they go along, and when I turned it on, all of my pages subsequent to that had their displays put into the bottom of my sideboxes, making it impossible to shop any further. I have turned it off for now but could turn it back on for you to let you see what's going on if you say the word.
    Amy

  7. #747

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by Doodlebuckets View Post
    Jade, I just had the oddest thing happen! I decided to turn on the shopping cart sidebox to make it easier for customers to see how much they are spending as they go along, and when I turned it on, all of my pages subsequent to that had their displays put into the bottom of my sideboxes, making it impossible to shop any further. I have turned it off for now but could turn it back on for you to let you see what's going on if you say the word.
    Amy
    Nevermind! Just updated shopping cart with image mod and all is now well :)
    Amy

  8. #748
    Join Date
    Jan 2006
    Location
    Kentwood, Louisiana, United States
    Posts
    117
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    I'd change #logoWrapperOuter to this:

    #logoWrapperOuter {
    margin:0 auto;
    width:70em;
    overflow:hidden;
    padding-left:15px;
    }

    And then I'd change the padding-right for tagline:

    padding-right:30px;

    And then this is totally unrelated, but I'd maybe take out that last comma in your tagline:

    Specializing in professional horse graphics, logos designs, and clip art, for your horse business.
    Dear Jade, I made the changes to the CSS like you said but still having the tagline cut off. So I messed with the CSS again myself but still cannot get it right. I used the Ardvark tool in Firefox and can see that the tagline div is too wide; see attached image.
    #tagline {
    font-size:1em;
    line-height:1.5em;
    margin:0 auto;
    width:70em;
    color:#6DA378;
    font-weight:bold;
    }
    This is my coding for now, but it is not right. Thank you for all your help.
    Attached Images Attached Images  

  9. #749
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jonisolis View Post
    Dear Jade, I made the changes to the CSS like you said but still having the tagline cut off. So I messed with the CSS again myself but still cannot get it right. I used the Ardvark tool in Firefox and can see that the tagline div is too wide; see attached image.
    #tagline {
    font-size:1em;
    line-height:1.5em;
    margin:0 auto;
    width:70em;
    color:#6DA378;
    font-weight:bold;
    }
    This is my coding for now, but it is not right. Thank you for all your help.
    remove width:70em; in the section above, and change margin:0 auto; to margin-right:30px;

  10. #750
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by welldon View Post
    Hello Jade,

    I still can not had a image to background header, but only can change the color with the CSS.

    In the default classic template I just replace the "header_bg.jpg" and in the CSS I change the code to:

    #logoWrapper {
    width:760px;
    height:110px;
    background-image:url(../images/header_bg.jpg);
    background-repeat:no-repeat;
    }


    This is indicate in treat: "https://www.zen-cart.com/tutorials/index.php?article=124" How do I change the Header Image.

    In advance, thanks for your help.

    Pascal
    Why would you replace it in the classic template, when you use the apple_zen template? You need to upload the image to includes/templates/apple_zen/images

    it's not there, because when I go to:
    http://kopaldiamonds.com/shop/includ.../header_bg.jpg

    I get a 404 not found.

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 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