Page 10 of 33 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 321
  1. #91
    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 Johnnyd View Post
    Thanks Clyde, did manage to acheive a result was going to post a disregard message changed the home page entry would still like to know what the second entry is for? thanks again John
    It depends on what admin settings you have set for the index page

    One setting uses the first one another will use the second one.

  2. #92
    Join Date
    Jan 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Hi Clyde can you please tell me why the contact us, my account and view cart will not work in firefox Thanks for any help in advance URL www.cheapasaddlery.com.au

  3. #93
    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 moates405 View Post
    Hi Clyde can you please tell me why the contact us, my account and view cart will not work in firefox Thanks for any help in advance URL www.cheapasaddlery.com.au
    Out of the box the template works well in FF, IE7, Opera, Safari and Chrome.

    You've obviously made several changes to the styling.

    The most glaring is that you've changed the overall width of the template - reducing it by about 25%
    The "tagline" is overly large (font-size: 4.5em) and is running into other sections of the header including the section of the navigation bar that includes those three buttons. Reducing this font-size to 2.5em or 3.5em should solve the problem.

  4. #94
    Join Date
    Feb 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Hi Clyde,

    First of all I would like to say that I love your "rustic template" Thank you for creating it.

    Let me start by saying that I am a newbie when it comes to website creation. I have downloaded the rustic template and uploaded it to my server via the instructions in the download, read me first folder. Working fine on the website.

    Now I am in the process of "trying" to customize it for my site and I am having absolutely no luck what so ever. I have read the previous posts about includes/languages/english/rustic/header.php I have made the changes in the right places (I think) and uploaded via filezilla to my webhost (hostgator) but the changes aren't showing up on my website. I don't know what I am doing wrong.

    my website url is http://eaglemountainsupplies.com

    Any help/info that you can send my way is greatly appreciated.

    Thank you for your time

    Becky

  5. #95
    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 becky80 View Post
    Hi Clyde,

    First of all I would like to say that I love your "rustic template" Thank you for creating it.

    Let me start by saying that I am a newbie when it comes to website creation. I have downloaded the rustic template and uploaded it to my server via the instructions in the download, read me first folder. Working fine on the website.

    Now I am in the process of "trying" to customize it for my site and I am having absolutely no luck what so ever. I have read the previous posts about includes/languages/english/rustic/header.php I have made the changes in the right places (I think) and uploaded via filezilla to my webhost (hostgator) but the changes aren't showing up on my website. I don't know what I am doing wrong.

    my website url is http://eaglemountainsupplies.com

    Any help/info that you can send my way is greatly appreciated.

    Thank you for your time

    Becky
    What changes are you attempting to make?

  6. #96
    Join Date
    Feb 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by clydejones View Post
    What changes are you attempting to make?
    I am trying to change the Tagline here area. The logo and the browser area to start. I haven't even begun to try to figure out how to edit the main wording on the page (Have you got yours yet?) I figured I would start at the top and work my way down, but now I am to the point I am ready to pull out my hair. I am sure I have looked at the answer a few times in this forum, but I just can't make it work.

    Thank you
    Becky

  7. #97
    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 becky80 View Post
    I am trying to change the Tagline here area. The logo and the browser area to start. I haven't even begun to try to figure out how to edit the main wording on the page (Have you got yours yet?) I figured I would start at the top and work my way down, but now I am to the point I am ready to pull out my hair. I am sure I have looked at the answer a few times in this forum, but I just can't make it work.

    Thank you
    Becky
    open includes/languages/english/rustic/header/php

    find the following declaration(s):

    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
    define('HEADER_SALES_TEXT', 'TagLine Here<br />This text can be changed by<br />editing <code>includes/languages/english/rustic/header.php</code><br />To replace the logo, upload your logo.gif to <code>includes/templates/rustic/images/</code>');
    define('HEADER_LOGO_WIDTH', '164px');
    define('HEADER_LOGO_HEIGHT', '107px');
    define('HEADER_LOGO_IMAGE', 'logo.gif');

    edit the highlighted portions to suit your needs.

    once you've done your edits save the file and upload it to your server (includes/languages/english/rustic/header.php

    If you haven't done so already, create a new logo and save it to includes/templates/rustic/images/logo.gif

  8. #98
    Join Date
    Feb 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by clydejones View Post
    open includes/languages/english/rustic/header/php

    find the following declaration(s):

    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
    define('HEADER_SALES_TEXT', 'TagLine Here<br />This text can be changed by<br />editing <code>includes/languages/english/rustic/header.php</code><br />To replace the logo, upload your logo.gif to <code>includes/templates/rustic/images/</code>');
    define('HEADER_LOGO_WIDTH', '164px');
    define('HEADER_LOGO_HEIGHT', '107px');
    define('HEADER_LOGO_IMAGE', 'logo.gif');

    edit the highlighted portions to suit your needs.

    once you've done your edits save the file and upload it to your server (includes/languages/english/rustic/header.php

    If you haven't done so already, create a new logo and save it to includes/templates/rustic/images/logo.gif
    Clyde-

    Thank you!! I finally figured out that after I did the changes and went to upload to my server, I was uploading to the wrong file. Wow! Never saw that coming Thank you so much for your help. I really do appreciate it.

    Thank again
    Becky

  9. #99
    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 becky80 View Post
    Clyde-

    Thank you!! I finally figured out that after I did the changes and went to upload to my server, I was uploading to the wrong file. Wow! Never saw that coming Thank you so much for your help. I really do appreciate it.

    Thank again
    Becky
    glad to help

  10. #100

    Default Re: Rustic Template Support Thread

    I have not read this whole thread, but I have searched it and didn't see an answer to my problem, so here goes.

    Someone please take a look at my site. www.ncmodularhomesales.com (I realize it's not rendering quite right. I have been testing using Firefox, and a friend just pointed out the issues with IE. But that's not my issue.)

    Notice that on the Index page, manufacturer listing, and category listing, in the heading, the greeting looks fine, but go to any other pages and it says "TEXT_GREETING_GUEST" or "TEXT_GREETING_PERSONAL"

    I'm driving myself nuts, can someone help me? I'm using the "rustic" template. I just installed it last night. Thanks in advance y'all.

    (I am new to Zen-Cart, so please try not to talk over my head.)

    It would not bother me to take the greeting off of all the pages except the index page, whatever makes it easier to fix quickly.

 

 
Page 10 of 33 FirstFirst ... 8910111220 ... 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