Page 6 of 33 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 321
  1. #51
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by roadliner View Post
    Hi Clyde,

    I am trying to customize the header for Paypal IPN pages with your template design but need the Header Image URL. Where do I find this?

    Thanks again!
    includes/templates/rustic/images/bg.gif

  2. #52
    Join Date
    Sep 2005
    Posts
    17
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Hi Clyde,

    Thank You for the template.
    I can't get ftp to work for me. Tried different ones and no luck.
    Can I just place the folders and files manually?
    And is the correct path--
    public~includes~template
    or do I need to make folder named Rustic?
    TIA
    Anna

  3. #53
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by AnnasAttic View Post
    Hi Clyde,

    Thank You for the template.
    I can't get ftp to work for me. Tried different ones and no luck.
    Can I just place the folders and files manually?
    And is the correct path--
    public~includes~template
    or do I need to make folder named Rustic?
    TIA
    Anna
    No you don't need to make a rustic folder.

    The folder structure is already set up.

    You just need to place the entire includes folder on your server.

    (without knowing how your server is set up) The path would be wherever you have Zen Cart installed - usally under the public_html folder on your server.

    If you have problems just send me a PM

  4. #54
    Join Date
    Feb 2007
    Location
    Sunny California
    Posts
    77
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    I am also using the Rustic Template and have a few questions, hoping you can help me.

    1. As you will see on my main page, my text content runs together and it does the same for all my description as well. It is almost as if there is not enough space between my sentences. Is there a way to fix this? I have tried everything that I can think of.

    2. How do I made my categories boxes wider?

    3. I forgot to ask why my tan colored navigation under my buttons shows up in IE and not in FF?

    My new site can be found here:
    http://www.baysdesigns.com/

    Thanks So Much!

    P.S. By the way I really like this new template. I have 3 other sites with the Cherry Zen but this new one is fun.

  5. #55
    Join Date
    Feb 2007
    Location
    Sunny California
    Posts
    77
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    I made a mistake in my question #2. I need to know how to make my category boxes higher in height.

    I know how to make them wider.

  6. #56
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by Baysbeauty View Post
    I am also using the Rustic Template and have a few questions, hoping you can help me.

    1. As you will see on my main page, my text content runs together and it does the same for all my description as well. It is almost as if there is not enough space between my sentences. Is there a way to fix this? I have tried everything that I can think of.

    2. How do I made my categories boxes wider?

    3. I forgot to ask why my tan colored navigation under my buttons shows up in IE and not in FF?

    My new site can be found here:
    http://www.baysdesigns.com/

    Thanks So Much!

    P.S. By the way I really like this new template. I have 3 other sites with the Cherry Zen but this new one is fun.
    Quote Originally Posted by Baysbeauty View Post
    I made a mistake in my question #2. I need to know how to make my category boxes higher in height.

    I know how to make them wider.
    1. As you will see on my main page, my text content runs together and it does the same for all my description as well. It is almost as if there is not enough space between my sentences. Is there a way to fix this? I have tried everything that I can think of.

    Try adding the highlighted portion to the following declaration in the stylesheet.css

    .centerColumn {
    padding: 0.8em;
    line-height:1.5em;
    }

    2. I need to know how to make my category boxes higher in height.

    The sideboxes are dynamic in nature and are filled with content as necessary. You want to play with the margin/padding settings in these declarations in the stylesheet.css and see how things look.

    .sideBoxContent {
    padding: 0.4em /*0.4em 10px 0.4em*/;
    background-image: url(../images/sb_content.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    font-weight: bold;
    }
    #categoriesContent {
    padding: 0.4em 0.4em 10px 0.4em;
    background-image: url(../images/cb_content.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    font-weight: bold;
    }

    3. I forgot to ask why my tan colored navigation under my buttons shows up in IE and not in FF?

    You are apparently missing the background image in this declaration in the stylesheet.css
    Try adding the highlighted portion

    #navMainWrapper {
    margin: 0 auto;
    background: url(../images/navbar.gif) repeat-x;
    }

  7. #57
    Join Date
    Feb 2007
    Location
    Sunny California
    Posts
    77
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Thank You Clyde! I appreciate your help. I think I have #1 fixed now and will work on my other problem.

    I have done what you suggest here: But it didn't fix the problem. Any other suggestions?

    3. I forgot to ask why my tan colored navigation under my buttons shows up in IE and not in FF?

    You are apparently missing the background image in this declaration in the stylesheet.css
    Try adding the highlighted portion

    #navMainWrapper {
    margin: 0 auto;
    background: url(../images/navbar.gif) repeat-x;
    }


    And now I have another question that I can't seem to fix as well.

    When you click on this link: http://www.baysdesigns.com/index.php...index&cPath=14

    You will see the title bar says httpxxxxxxxxxxxxxxx instead of Advertising. I have even set up a new category for that but I still get the same problem. Is there a way to fix that?

    Thanks again!!

  8. #58
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by Baysbeauty View Post
    Thank You Clyde! I appreciate your help. I think I have #1 fixed now and will work on my other problem.

    I have done what you suggest here: But it didn't fix the problem. Any other suggestions?

    3. I forgot to ask why my tan colored navigation under my buttons shows up in IE and not in FF?

    You are apparently missing the background image in this declaration in the stylesheet.css
    Try adding the highlighted portion

    #navMainWrapper {
    margin: 0 auto;
    background: url(../images/navbar.gif) repeat-x;
    }


    And now I have another question that I can't seem to fix as well.

    When you click on this link: http://www.baysdesigns.com/index.php...index&cPath=14

    You will see the title bar says httpxxxxxxxxxxxxxxx instead of Advertising. I have even set up a new category for that but I still get the same problem. Is there a way to fix that?

    Thanks again!!
    for the background image, try adding the declaration here in the stylesheet.css

    Code:
    #navMain {
       margin:0;
       padding: 5px 0 2px 0;
       float:left;
       font-size: 1.2em;
       line-height: normal;
    	width: 100%;
    background: url(../images/navbar.gif) repeat-x;
    }

    You will see the title bar says httpxxxxxxxxxxxxxxx instead of Advertising. I have even set up a new category for that but I still get the same problem. Is there a way to fix that?
    Not sure about this one, but I'll go out on limb and ask if you created your meta tags correctly when you set up this category.

    The reason I ask is that when check the page source no title is displayed where the meta tag <title> </title> appears.

  9. #59
    Join Date
    Feb 2007
    Location
    Sunny California
    Posts
    77
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Thank You!!! That background image this time worked! Thanks a million.

    I finally added a line height in the category box so that now my side box for my categories is bigger.

    And for that advertising category that wouldn't work in the title bar I had my host fix it for me in the data base.


    And Here is my title that you couldn't see. I wonder what you saw?
    <title>BaysDesigns, Custom Graphic Designs - Banners & Logos!</title>

    You guys here rock!

    Thanks again for all your time and your help. I feel like I'm gaining now.

  10. #60
    Join Date
    Apr 2006
    Posts
    1
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Hello All,

    I am new to Zencart and have installed the Rustic Template.


    My site can be found at http://nblx.nbenterprises.ca/nbstore/


    I am having problems trying to do a couple of things.

    1. I would like to have the logo in the header fill the entire header and if possible dynamicaly change size based on browser resolution.
    2. I would like to move the Cart Totals and Welcome Greeting to a line below the logo image with tne greeting on the left and cart on right
    3. I would like to have the "Welcome to N.B. Enterprises" centered above the new products on the home page.




    Any help would be appreciated.


    Thanks
    Steve

 

 
Page 6 of 33 FirstFirst ... 4567816 ... LastLast

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. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  4. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 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