Page 14 of 33 FirstFirst ... 4121314151624 ... LastLast
Results 131 to 140 of 321
  1. #131

    Default Re: Rustic Template Support Thread

    Thank you for saving me sooo much time! I'm very grateful.

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

    Default Re: Rustic Template Support Thread

    Glad to help.

  3. #133
    Join Date
    Nov 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Hello,

    We created a graphic with the category name to appear at the top of this page: http://creationsremembered.com/index...index&cPath=10

    I'm trying to get the words "Wood Gifts" go away.

    I tried modifying the stylesheet.css to:
    #productListHeading {display:none;}

    But the text still shows. Any suggestions?

    thanks!!

  4. #134
    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 xtreme-exhibits View Post
    Hello,

    We created a graphic with the category name to appear at the top of this page: http://creationsremembered.com/index...index&cPath=10

    I'm trying to get the words "Wood Gifts" go away.

    I tried modifying the stylesheet.css to:
    #productListHeading {display:none;}

    But the text still shows. Any suggestions?

    thanks!!
    Didn't we do this already only for different category pages.

  5. #135
    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 clydejones View Post
    Didn't we do this already only for different category pages.
    try adding this to the stylesheet.css

    #indexCategoriesHeading{display:none;}

  6. #136
    Join Date
    Feb 2007
    Location
    Sunny California
    Posts
    77
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    I have a few problems with my emails using the Rustic Template and I'm hoping someone can help me.

    1. The emails being sent from the admin area are not coming in HTML and they do not have the email template showing up.

    This is my email template!
    Code:
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=$CHARSET" />
    <base href="$BASE_HREF" />
    
    <style type="text/css">
    body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;}
    a:link {color:#0066cc;}
    a:hover {background-color:#F9F9F9; color:#0066cc;}
    a:visited {color:#0066cc;}
    .holder {background-color:#ffffff; border:1px solid #9a9a9a; font-size:9px; text-align:left; width:600px;}
    .header {font-size:10px; padding:0px; width:600px;}
    .content {font-size:10px; padding:5px; width:600px;}
    .footer {border-top:1px solid #9a9a9a; font-size:9px; margin-top:10px; text-align:center; width:600px;}
    .disclaimer {background-color:#f9f9f9; border:1px solid #cccccc; font-size:10px; margin-top:10px; padding:5px; width:600px;}
    .disclaimer1 {color:#666666; padding:5px;}
    .disclaimer1 a:link {color:#666666;}
    .disclaimer1 a:visited {color:#666666;}
    .disclaimer2 {color:#666666; padding:5px;}
    .unsubscribe {border-bottom:1px solid #9a9a9a; padding:5px;}
    .copyright {border-bottom:0px solid #9a9a9a; padding:5px;}
    </style>
    
    </head>
    
    <body>
    <div class="holder">
    
      <!-- Header Section -->
      <div class="header">
      <a href="http://www.baysdesigns.com/" target="_blank"><img src="http://www.baysdesigns.com/includes/templates/rustic/images/logo.png" border="0" alt="BaysDesigns - Custom Graphic Designs"></a>  </div>
    
    
      <!-- Content Section -->
      <div class="content">
        <div>Dear $EMAIL_FIRST_NAME $EMAIL_LAST_NAME,</div>
        <div>$EMAIL_MESSAGE_HTML</div>
      </div>
    
    
      <!-- Footer Section -->
      <div class="footer">
        <div class="unsubscribe">$UNSUBSCRIBE_LINK</div>
        <div class="copyright">$EMAIL_FOOTER_COPYRIGHT</div>
      </div>
    
    </div>
    <div class="disclaimer">
      <div class="disclaimer1">$EMAIL_DISCLAIMER</div>
      <div class="disclaimer2">$EMAIL_SPAM_DISCLAIMER</div>
    </div>
    </body>
    </html>
    This is what I get when I do not use any html:
    I am testing an email to myself.
    This email address was given to us by you or by one of our customers. If you feel that you have received this email in error, please send an email to [email protected] This e-mail is sent in accordance with the US CAN-SPAM Law in effect 01/01/2004. Removal requests can be sent to this address and will be honored and respected.

    This is what I'm getting when I use html code:

    YOUR TITLE



    YOUR DESCRIPTION


    This email address was given to us by you or by one of our customers. If you feel that you have received this email in error, please send an email to [email protected] This e-mail is sent in accordance with the US CAN-SPAM Law in effect 01/01/2004. Removal requests can be sent to this address and will be honored and respected.




    And also how do I change the zen cart link in the emails to my link?

    Thanks so much!
    www.baysdesigns.com

  7. #137
    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 have a few problems with my emails using the Rustic Template and I'm hoping someone can help me.

    1. The emails being sent from the admin area are not coming in HTML and they do not have the email template showing up.

    This is my email template!
    Code:
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=$CHARSET" />
    <base href="$BASE_HREF" />
    
    <style type="text/css">
    body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;}
    a:link {color:#0066cc;}
    a:hover {background-color:#F9F9F9; color:#0066cc;}
    a:visited {color:#0066cc;}
    .holder {background-color:#ffffff; border:1px solid #9a9a9a; font-size:9px; text-align:left; width:600px;}
    .header {font-size:10px; padding:0px; width:600px;}
    .content {font-size:10px; padding:5px; width:600px;}
    .footer {border-top:1px solid #9a9a9a; font-size:9px; margin-top:10px; text-align:center; width:600px;}
    .disclaimer {background-color:#f9f9f9; border:1px solid #cccccc; font-size:10px; margin-top:10px; padding:5px; width:600px;}
    .disclaimer1 {color:#666666; padding:5px;}
    .disclaimer1 a:link {color:#666666;}
    .disclaimer1 a:visited {color:#666666;}
    .disclaimer2 {color:#666666; padding:5px;}
    .unsubscribe {border-bottom:1px solid #9a9a9a; padding:5px;}
    .copyright {border-bottom:0px solid #9a9a9a; padding:5px;}
    </style>
    
    </head>
    
    <body>
    <div class="holder">
    
      <!-- Header Section -->
      <div class="header">
      <a href="http://www.baysdesigns.com/" target="_blank"><img src="http://www.baysdesigns.com/includes/templates/rustic/images/logo.png" border="0" alt="BaysDesigns - Custom Graphic Designs"></a>  </div>
    
    
      <!-- Content Section -->
      <div class="content">
        <div>Dear $EMAIL_FIRST_NAME $EMAIL_LAST_NAME,</div>
        <div>$EMAIL_MESSAGE_HTML</div>
      </div>
    
    
      <!-- Footer Section -->
      <div class="footer">
        <div class="unsubscribe">$UNSUBSCRIBE_LINK</div>
        <div class="copyright">$EMAIL_FOOTER_COPYRIGHT</div>
      </div>
    
    </div>
    <div class="disclaimer">
      <div class="disclaimer1">$EMAIL_DISCLAIMER</div>
      <div class="disclaimer2">$EMAIL_SPAM_DISCLAIMER</div>
    </div>
    </body>
    </html>
    This is what I get when I do not use any html:
    I am testing an email to myself.
    This email address was given to us by you or by one of our customers. If you feel that you have received this email in error, please send an email to [email protected] This e-mail is sent in accordance with the US CAN-SPAM Law in effect 01/01/2004. Removal requests can be sent to this address and will be honored and respected.

    This is what I'm getting when I use html code:

    YOUR TITLE



    YOUR DESCRIPTION


    This email address was given to us by you or by one of our customers. If you feel that you have received this email in error, please send an email to [email protected] This e-mail is sent in accordance with the US CAN-SPAM Law in effect 01/01/2004. Removal requests can be sent to this address and will be honored and respected.




    And also how do I change the zen cart link in the emails to my link?

    Thanks so much!
    www.baysdesigns.com
    The Rustic template "out of the box" doesn't make any changes to the e-mail settings in your admin nor does it make any changes to any of the default e-mail templates.

    You've obviously created your own e-mail template. You may need to double check some of your define statements for your specific e-mail template.

  8. #138
    Join Date
    Feb 2007
    Location
    Sunny California
    Posts
    77
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    I haven't changed anything except for adding my logo, changed some color hex codes, and changed the width of the templates in the email templates. That is all that I have done in that area.

    I really need some help.

  9. #139
    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 haven't changed anything except for adding my logo, changed some color hex codes, and changed the width of the templates in the email templates. That is all that I have done in that area.

    I really need some help.
    The following is from the email_template_default.html

    Code:
     <!-- Header Section -->
      <div class="header">
      <img src="email/header.jpg" alt="logo" />
      </div>
    
    
      <!-- Content Section -->
      <div class="content">
        <div>$EMAIL_SUBJECT</div>
        <div>$EMAIL_MESSAGE_HTML</div>
      </div>
    Compare this to what you've provided:

    Code:
      <!-- Header Section -->
      <div class="header">
      <a href="http://www.baysdesigns.com/" target="_blank"><img src="http://www.baysdesigns.com/includes/templates/rustic/images/logo.png" border="0" alt="BaysDesigns - Custom Graphic Designs"></a>  </div>
    
    
      <!-- Content Section -->
      <div class="content">
        <div>Dear $EMAIL_FIRST_NAME $EMAIL_LAST_NAME,</div>
        <div>$EMAIL_MESSAGE_HTML</div>
      </div>
    The highlighted portion is already provided by the following define statement in includes/languages/english/create_account.php

    define('EMAIL_GREET_NONE', 'Dear %s' . "\n\n");

    You can edit additional wording for you e-mail(s) through the define statements in this file.

    You can also edit additional e-mail details in the following file
    includes/languages/english/email_extras.php

  10. #140
    Join Date
    Dec 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Hello, I am using zencart 1.3.7 and I have a problem because I cannot add links to the navigation links in tpl_header, I can add but it does not look the same as the rest. you can see in www.dotari-saloane.ro the links "Catalog" is not the same as the rest .. Home etc... I did what the FAQ said here: https://www.zen-cart.com/tutorials/i...hp?article=234 and add after

    <li<?php echo (($current_page_base == 'shopping_cart') ? ' class="cart current">' : ' class="cart">');?><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo '<span>' . HEADER_TITLE_CART_CONTENTS . '</span>'; ?></a></li>

    This :

    <li><a href="http://www.dotari-saloane.ro/catalog.pdf" target="_blank">Catalog</a></li>
    </ul>

    But, as you can see, the result is not as I expected.

    Thanks!

 

 
Page 14 of 33 FirstFirst ... 4121314151624 ... 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