Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 46
  1. #21
    Join Date
    May 2005
    Location
    Rockwood, Tennessee, United States
    Posts
    97
    Plugin Contributions
    0

    Default Re: SamWilson3D.com Templates Support

    Ok. I've done a complete new install and didn't install any plugins except your template. It's still not working. Please help.

  2. #22
    Join Date
    May 2005
    Location
    Rockwood, Tennessee, United States
    Posts
    97
    Plugin Contributions
    0

    Default Re: SamWilson3D.com Templates Support

    Sorry to be such a bother, but I'm trying to determine the problem. I have also now installed your fidelity template that has the flyout menu. It also won't flyout. It's all on a clean install so I'm really confused. is there something I need to enable/disable in the config to make flyouts work?

  3. #23
    Join Date
    May 2005
    Location
    Rockwood, Tennessee, United States
    Posts
    97
    Plugin Contributions
    0

    Default Re: SamWilson3D.com Templates Support

    One last thing. On the horizontal menu (the one going across the header), the products show under the category when hovered over. They do not show when hovering the category in the left column.

  4. #24
    Join Date
    May 2005
    Location
    Rockwood, Tennessee, United States
    Posts
    97
    Plugin Contributions
    0

    Default Re: SamWilson3D.com Templates Support

    IGNORE THE BELOW. THIS WAS ONLY AFTER I INSTALLED ANOTHER MENU TRYING TO GET IT TO WORK. I've once again installed fresh. still no luck.

    Quote Originally Posted by aperfecthost View Post
    One last thing. On the horizontal menu (the one going across the header), the products show under the category when hovered over. They do not show when hovering the category in the left column.

  5. #25
    Join Date
    May 2005
    Location
    Rockwood, Tennessee, United States
    Posts
    97
    Plugin Contributions
    0

    Default Re: SamWilson3D.com Templates Support

    REALLY FEELING STUPID HERE! I guess I didn't understand the way it works. I didn't have any subcategories, so nothing was flying out. I want to know how I can actually make it show products as the flyouts instead of subcategories. Is that possible?

  6. #26
    Join Date
    May 2014
    Location
    UK
    Posts
    317
    Plugin Contributions
    0

    Default Re: SamWilson3D.com Templates Support

    I I just installed the Antiseptic template on v1.5.1 but there seems as though there may be file(s) missing from the zip file.

    The header top displays:

    HEADER_TITLE_CATALOG HEADER_TITLE_LOGIN instead of Home Login

    then I get similar variable names displaying throughout the page instead of the defined text.

    Any help would be greatly appreciated - thanks

  7. #27
    Join Date
    Aug 2011
    Posts
    10
    Plugin Contributions
    14

    Default Re: SamWilson3D.com Templates Support

    Fairly certain there are no files missing. Re-uploading some modules or templates may fix if a file did not upload properly.

    Check your zen cart version for compatibility, as well as any modules you may have installed that would modify or create new constants like "HEADER_TITLE_CATALOG"

    HEADER_TITLE_CATALOG is a constant that has no definition in your installation, but why that is I do not know offhand.

  8. #28
    Join Date
    May 2014
    Location
    UK
    Posts
    317
    Plugin Contributions
    0

    Default Re: SamWilson3D.com Templates Support

    Quote Originally Posted by samwilson3d View Post
    Fairly certain there are no files missing. Re-uploading some modules or templates may fix if a file did not upload properly.

    Check your zen cart version for compatibility, as well as any modules you may have installed that would modify or create new constants like "HEADER_TITLE_CATALOG"

    HEADER_TITLE_CATALOG is a constant that has no definition in your installation, but why that is I do not know offhand.
    Hi

    I found the problem ... the zip file has an incomplete file (catalog\includes\languages\english\antiseptic\header.php is this:

    <?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 $
    */

    define('HEADER_LOGO_IMAGE', 'DB_Logo_new.gif');

    ?>


    There are no definitions for the rest of the variables.

    I took a copy of the header.php from a previous template I use and added these in to get:

    <?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 $
    */

    define('HEADER_LOGO_IMAGE', 'DB_Logo_new.gif');

    // 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', 'Checkout');
    define('HEADER_TITLE_TOP', 'Top');
    define('HEADER_TITLE_CATALOG', 'Home');
    define('HEADER_TITLE_LOGOFF', 'Log Out');
    define('HEADER_TITLE_LOGIN', 'Log In');

    // added defines for header alt and text
    // DB#1 --> Begin
    define('HEADER_ALT_TEXT', 'Digi-Books: Spend Łess ..... Read More!');
    define('HEADER_SALES_TEXT', '<br />Spend Łess ..... Read More!');
    define('HEADER_LOGO_WIDTH', '358px');
    define('HEADER_LOGO_HEIGHT', '80px');


    // add in total book live and pending
    define('HEADER_LIVE_BOOKS_PREFIX', 'Choose from ');
    // End --> DB#1

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

    ?>


    Now it all works

  9. #29
    Join Date
    Dec 2014
    Location
    Florida Panhandle
    Posts
    1
    Plugin Contributions
    0

    Default Re: SamWilson3D.com Templates Support

    Hi Sam, I have installed All-Natural (love it) and would like to add more pictures to the header area. I have found in the css where the header.jpg's are located.
    .logoWrapper {
    margin: 0 2px;
    padding: 0em;
    height:294px;
    border:1px solid #ccc;
    background-repeat: repeat-x;
    display:block;
    text-align:center;
    }

    #logoWrapper1 {
    background-image: url(../images/header1.jpg);
    }
    There are 6 there and I would like to add more - so I copied and pasted for a #7, put a #7 jpg in images but I can't get it to show when I change pages on my site. What else do I need to change so more than 6 images show.

    I appreciate any suggestions.
    Lou

  10. #30
    Join Date
    Aug 2011
    Posts
    10
    Plugin Contributions
    14

    Default Re: SamWilson3D.com Templates Support

    You found the css that responds to the classes. now you need to find the code that generates the random number from 1 to 6 to create the logowrapper1, logowrapper2.... classes and change it to be a number higher than 6.

 

 
Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Is zencart-templates.com safe
    By Pureelegence in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 6 Dec 2015, 09:11 PM
  2. v151 Flower Templates Support Thread
    By creamcrackers in forum Addon Templates
    Replies: 1
    Last Post: 25 Jun 2013, 09:12 PM
  3. GTI Custonm Templates Support
    By JTheed in forum Addon Templates
    Replies: 8
    Last Post: 26 Apr 2010, 11:27 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