Page 136 of 305 FirstFirst ... 3686126134135136137138146186236 ... LastLast
Results 1,351 to 1,360 of 3042
  1. #1351
    Join Date
    Jul 2007
    Posts
    44
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi Jade,

    I have a question regarding this file tpl_drop_menu.php

    at line 37, I have this code

    <code><li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_CATEGORIES; ?></a> </code>

    hence at the store website, my CATEGORIES will link to the site map if one clicks on it rather than following the drop down categories below.

    My question, how can I make the CATEGORIES link to a page that list all the categories I have? and not link to the site map? is there a way to do so?

    thanks!

    natalia

  2. #1352
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by srturner47 View Post
    I am testing my website with IE5, and I have noticed that body of the apple zen site always goes to the far left. But, the logo and such centers in ie5. Is there a way to make the body of the website center in ie5 as well?

    Thanks!
    Sorry, I don't support IE5 with this template. I don't have IE5, and according to statistics, only 1.5% of people do. But if you figure it out, I'd be happy to add it to the template (as long as it doesn't mess with another browser, LOL).

  3. #1353
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Sermonzone View Post
    Thanks for this nice looking template. Take a look at http://www.sermonzone.com/index.php?...=index&cPath=8 and you will see that I have deleted something I should not have, likely from the stylesheet. I prefer the presentation the native template has with a line between each product.

    However, I after kludging around with WinMerge for an hour I cannot track down the problem and would appreciate a hint.

    Feel free to make any other suggestions you have on improving my version. I intend to put your link back in the footer before I am finished with everything.

    Blessings,
    Did you go to "configuration', "product listing", and change "product listing layout style" to "columns"? That was part of the installation steps.

  4. #1354
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by srturner47 View Post
    One more question! I hope you don't mind. I am trying to make the menus appear ok in Internet Explorer. But, I have found that they display below the drop-down menus in IE6. I did a search and found this advice:

    Move them out of the way by adding to stylesheet.css:

    #sorter select {float:right;clear:both;width:120px;}

    #sorter label {float:right;}

    This worked great for the "Sort by" selectors. But, it doesn't do anything for the Alpha Sorter Selector which lets you select a letter.

    Does anyone have any idea how to do the same thing with the alpha sorter?
    Look at the source of the site, and see what selector the alpha sorter is using, then apply the same css to those.

  5. #1355
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by nataliajoe View Post
    Hi Jade,

    I have a question regarding this file tpl_drop_menu.php

    at line 37, I have this code

    <code><li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_CATEGORIES; ?></a> </code>

    hence at the store website, my CATEGORIES will link to the site map if one clicks on it rather than following the drop down categories below.

    My question, how can I make the CATEGORIES link to a page that list all the categories I have? and not link to the site map? is there a way to do so?

    thanks!

    natalia
    There's no such page that exists in zen cart, which is why I have it sent to the sitemap, as that's the closest thing to it. Perhaps one day I should create a categories page mod.

  6. #1356
    Join Date
    Jul 2007
    Posts
    44
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    There's no such page that exists in zen cart, which is why I have it sent to the sitemap, as that's the closest thing to it. Perhaps one day I should create a categories page mod.
    Hi Jade

    thanks for the reply. I see. I shall then wait for your mod...

    natalia

  7. #1357
    Join Date
    Oct 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    How do I move the Attributes from top of product page to the bottom? Sorry if it is a dumb question.

  8. #1358
    Join Date
    Oct 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Found it.. ignore my last question.

  9. #1359
    Join Date
    Jan 2007
    Posts
    49
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    On my sideboxes Credit Cards Accepted is not reading correctly:
    Here is the code from the file below:
    BOX_HEADING_CC_ACCEPT this is how it reads on my sideboxes.
    In my includes languages english.php file there is no coding to define box heading cc accept. Do i need to add that in the file and if so how exactly should it read?


    <?php
    /**
    * cc_accept.php
    *
    * Loaded automatically by index.php?main_page=account_edit.<br />
    * Displays information related to a single specific order
    *
    * @package templateSystem
    * @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
    * $Id: cc_accept.php v 1.2 2006-09-06
    * Originally copied from featured.php and modified by Carter Harris
    * Upgraded to work with Zen Cart 1.3 by kuroi
    */

    // test if box should display
    $show_cc_accept = true;

    if ($show_cc_accept == true) {
    require($template->get_template_dir('tpl_cc_accept.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_cc_accept.php');

    $title = BOX_HEADING_CC_ACCEPT;
    $title_link = false;

    require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
    }
    ?>
    [FONT=Arial]DezineJunkie[/FONT]

  10. #1360
    Join Date
    Jan 2007
    Posts
    49
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    On Product listing (displaying multiple products under categories) my images are butting up each other: Here is a screenshot. In the CSS style sheet is this where i correct this? I cant seem to find where it is listed.

    Under New Product searches there is a rule between products.
    Can a rule shown under products listing in categories?
    Attached Images Attached Images  
    [FONT=Arial]DezineJunkie[/FONT]

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 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