Page 3 of 10 FirstFirst 12345 ... LastLast
Results 21 to 30 of 94
  1. #21
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    Quote Originally Posted by Sharon J View Post
    Hi Anne,

    I followed your instructions, but still no joy. After following your instructions, I end up losing the mega menu in the header and footer. So, I started over, and after each step, I refreshed my page to see where the error comes in. When I remove the includes/templates/bristol_lace/common/tpl_home_slider.php file is when I lose all. I replace that file, and they are back.

    Thank You,

    Sharon
    You will have a blank page until you remove the call for the file in the tpl_main_page.php.

    Thanks,

    Anne

  2. #22
    Join Date
    Jun 2012
    Posts
    50
    Plugin Contributions
    0

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    Hi Anne, I've tried adding my own logo in all your templates, but it doesn't work properly. all the white spaces show up.

    Here's an example in the bristol lace template. I simply just edited your logo which came with the template, but it just looks like as if it's just an image there....it doesn't look neat at all.

    here's an example of the logo not working properly. How can I fix that?
    http://dropshipturnkey.com/perfume2/

  3. #23
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    Quote Originally Posted by nesum18 View Post
    Hi Anne, I've tried adding my own logo in all your templates, but it doesn't work properly. all the white spaces show up.

    Here's an example in the bristol lace template. I simply just edited your logo which came with the template, but it just looks like as if it's just an image there....it doesn't look neat at all.

    here's an example of the logo not working properly. How can I fix that?
    http://dropshipturnkey.com/perfume2/
    Your logo is on a white background. If you make it on a transparent background it will work.

    Thanks,

    Anne

  4. #24
    Join Date
    Nov 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    Hi,
    I just downloaded your template and proceeded to follow your installation instructions. I got up to step 7 Add Your Logo. I followed the directions to the letter and made sure I was in the correct file. Now I am getting a Cannot Display The Webpage error when I click on Online Catalog in my Zencart adminstration. The code looks right to me in the header.php so I am not sure what is wrong.

    Here is the code:
    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: header.php 2940 2006-02-02 04:29:05Z drbyte $
    */

    // header text in includes/header.php
    define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
    define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
    define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
    define('HEADER_TITLE_CHECKOUT', '<span class="header-checkout">Checkout</span>');
    define('HEADER_TITLE_TOP', 'Top');
    define('HEADER_TITLE_CATALOG', 'Home');
    define('HEADER_TITLE_LOGOFF', 'Log Out');
    define('HEADER_TITLE_LOGIN', 'Log In');
    define('HEADER_TITLE_PROMO1', '<span class="promo-big">FREE SHIPPING</span><br />on all orders over <span class="promo-green">$50.00</span>');

    // definiitions for header icons
    define('HEADER_ICON_HOME', 'home.png');
    define('HEADER_ICON_LOGOFF', 'logoff.png');
    define('HEADER_ICON_ACCOUNT', 'account.png');
    define('HEADER_ICON_LOGIN', 'login.png');
    define('HEADER_ICON_CART', 'cart.png');
    define('HEADER_ICON_CHECKOUT', 'checkout.png');


    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Lisa's Creative Designs Wholesale :: Shabby Chic and Country Cottage Wholesale Gifts and Decor');
    define('HEADER_SALES_TEXT', 'Making A House Feel Like Home');
    define('HEADER_LOGO_WIDTH', '950px');
    define('HEADER_LOGO_HEIGHT', '279px');
    define('HEADER_LOGO_IMAGE', 'topper.jpg');

    // header Search Button/Box Search Button
    define('HEADER_SEARCH_BUTTON','Search');
    define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');

    ?>
    Last edited by Lisascraftiques; 23 Feb 2013 at 03:36 PM. Reason: need more info

  5. #25
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    Quote Originally Posted by Lisascraftiques View Post
    Hi,
    I just downloaded your template and proceeded to follow your installation instructions. I got up to step 7 Add Your Logo. I followed the directions to the letter and made sure I was in the correct file. Now I am getting a Cannot Display The Webpage error when I click on Online Catalog in my Zencart adminstration. The code looks right to me in the header.php so I am not sure what is wrong.

    Here is the code:
    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: header.php 2940 2006-02-02 04:29:05Z drbyte $
    */

    // header text in includes/header.php
    define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
    define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
    define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
    define('HEADER_TITLE_CHECKOUT', '<span class="header-checkout">Checkout</span>');
    define('HEADER_TITLE_TOP', 'Top');
    define('HEADER_TITLE_CATALOG', 'Home');
    define('HEADER_TITLE_LOGOFF', 'Log Out');
    define('HEADER_TITLE_LOGIN', 'Log In');
    define('HEADER_TITLE_PROMO1', '<span class="promo-big">FREE SHIPPING</span><br />on all orders over <span class="promo-green">$50.00</span>');

    // definiitions for header icons
    define('HEADER_ICON_HOME', 'home.png');
    define('HEADER_ICON_LOGOFF', 'logoff.png');
    define('HEADER_ICON_ACCOUNT', 'account.png');
    define('HEADER_ICON_LOGIN', 'login.png');
    define('HEADER_ICON_CART', 'cart.png');
    define('HEADER_ICON_CHECKOUT', 'checkout.png');


    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Lisa's Creative Designs Wholesale :: Shabby Chic and Country Cottage Wholesale Gifts and Decor');
    define('HEADER_SALES_TEXT', 'Making A House Feel Like Home');
    define('HEADER_LOGO_WIDTH', '950px');
    define('HEADER_LOGO_HEIGHT', '279px');
    define('HEADER_LOGO_IMAGE', 'topper.jpg');

    // header Search Button/Box Search Button
    define('HEADER_SEARCH_BUTTON','Search');
    define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');

    ?>
    You have not escaped the apostrophe in Lisa's

    Thanks,

    Anne

  6. #26
    Join Date
    Nov 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    That worked. Silly me. Thanks!

  7. #27
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    Quote Originally Posted by Lisascraftiques View Post
    That worked. Silly me. Thanks!
    No problem ;-)

    Thanks,

    Anne

  8. #28
    Join Date
    Feb 2009
    Location
    Gloversville, New York, United States
    Posts
    18
    Plugin Contributions
    0

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    For Some reason, I cannot upload my images.
    In the admin I have the ability to choose what image to upload, but the upload button appears to be missing.

    i suspect a permission issue, or a corrupt file.
    I have checked permissions on all the files from the upload and they appear to be set properly.
    Any ideas?

    http://www.puff-n-pass.com/zencart/

  9. #29
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    Quote Originally Posted by soledesignstudios View Post
    For Some reason, I cannot upload my images.
    In the admin I have the ability to choose what image to upload, but the upload button appears to be missing.

    i suspect a permission issue, or a corrupt file.
    I have checked permissions on all the files from the upload and they appear to be set properly.
    Any ideas?

    http://www.puff-n-pass.com/zencart/
    This is not a template related problem. I would recommend doing a developers toolkit search for any files related to the page where your button is missing from and re-uploading them from a fresh zen cart zip file.

    Thanks,

    Anne

  10. #30
    Join Date
    Feb 2009
    Location
    Gloversville, New York, United States
    Posts
    18
    Plugin Contributions
    0

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    There isn't a missing button, I thought there was but I checked my other carts and it uploads when you save.
    It just will not upload any images.

    http://www.puff-n-pass.com/zencart/

 

 
Page 3 of 10 FirstFirst 12345 ... LastLast

Similar Threads

  1. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  2. BecaBerry Template [Support Thread]
    By brandonturpin in forum Addon Templates
    Replies: 35
    Last Post: 14 Jun 2015, 09:35 AM
  3. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM
  4. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 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