Page 131 of 305 FirstFirst ... 3181121129130131132133141181231 ... LastLast
Results 1,301 to 1,310 of 3042
  1. #1301
    Join Date
    Oct 2007
    Location
    Lethbridge, Alberta
    Posts
    6
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    I'm not sure what the problem is... Attributes last is how I have it setup. How would you like it?
    When I don't have attributes, it aligns at the bottom of the product description

    Example:
    http://shopping.mikomi.com/index.php...&products_id=6

    That is where I would like it when I have a product with atttributes (like my previous example); at the bottom.

    It's more of annoyance on my other products that have a size choice. If the manufacturer is on, the size choice appears under the Add button

    Example:
    http://shopping.mikomi.com/index.php...&products_id=1

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by mikomi View Post
    When I don't have attributes, it aligns at the bottom of the product description

    Example:
    http://shopping.mikomi.com/index.php...&products_id=6

    That is where I would like it when I have a product with atttributes (like my previous example); at the bottom.

    It's more of annoyance on my other products that have a size choice. If the manufacturer is on, the size choice appears under the Add button

    Example:
    http://shopping.mikomi.com/index.php...&products_id=1
    Actually, I didn't change the product page at all, what you see is default zen cart behavior, but to change it, open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and move the attributes section up where you would like it (everything is sectioned off nicely in that files)

  3. #1303
    Join Date
    Oct 2007
    Location
    Lethbridge, Alberta
    Posts
    6
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Actually, I didn't change the product page at all, what you see is default zen cart behavior, but to change it, open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and move the attributes section up where you would like it (everything is sectioned off nicely in that files)
    Thanks! I'll give it a whirl... I'm very new to ZenCart

  4. #1304
    Join Date
    Oct 2007
    Location
    Lethbridge, Alberta
    Posts
    6
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Okay, I've managed to get it to work for single attribute products but not yet for multi-attributes. It either falls in the "middle" or down by the "tell a friend/write review" buttons

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by mikomi View Post
    Okay, I've managed to get it to work for single attribute products but not yet for multi-attributes. It either falls in the "middle" or down by the "tell a friend/write review" buttons
    Do you have a link where it does this?

  6. #1306
    Join Date
    Oct 2007
    Location
    Lethbridge, Alberta
    Posts
    6
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Do you have a link where it does this?
    Sorry, not at this time and I have to head to bed
    I'll leave it at the default settings for now, and work on the store itself

  7. #1307
    Join Date
    May 2006
    Posts
    28
    Plugin Contributions
    0

    database error Re: Apple Zen Support Thread

    I am using your excellent Apple Zen Cart and would like to modify a couple of things.

    1. Have my logo appear at the correct width and height.
    2. Remove the chevron columns on either side of the main page where the site-bg-blue.gif exists so that only the main centre part is visible.

    The site in question is http://games.savagesoftware.com.au

    Thanks.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by savage View Post
    I am using your excellent Apple Zen Cart and would like to modify a couple of things.

    1. Have my logo appear at the correct width and height.
    2. Remove the chevron columns on either side of the main page where the site-bg-blue.gif exists so that only the main centre part is visible.

    The site in question is http://games.savagesoftware.com.au

    Thanks.
    Have you read the readme.txt? It addresses both of those issues. From the readme:

    ** STEP 4. To use your own logo, simply overwrite "logo.gif" that is located in includes/templates/apple_zen/images/ and upload. You can create an image that is larger than it is designed to be viewed, so that when someone increases their font size, the image will enlarge also. If your logo is a lot wider or narrower than the one I designed, you may need to adjust this section in the stylesheet (includes/templates/apple_zen/stylesheet.css):

    #logo {

    width:19.1em

    }

    To keep your logo from resizing, remove

    #logo img {

    width:100%;

    }

    from stylesheet.css, and enter your logo's exact width in the #logo section.
    (TIPS SECTION)7. If you would not like ANY sideboxes on this site, simply go to your admin under "Configuration", then "Layout Settings", and set the "Column Right Status - Global" to "0". This will turn off both left and right sideboxes globally, whether or not any of them are set to "on" under "Layout Boxes Controller". Then add this to your stylesheet:

    #centerColumnWrapper2 {
    background:#ffffff!important;
    }

    .centerColumn {
    float:left!important;
    width:95%!important;
    }

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

    Default Re: Apple Zen Support Thread

    NAVBAR PROBLEM
    I want to add a new TITLE on the Nav Bar.
    when i tried it in the code below my titles looked like this
    HEADER_TITLE_INFORMATION (with the text i used)
    Where exactly do i insert the text below in code?



    </li>
    <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_INFORMATION; ?></a>
    <ul class="level2">
    <li><a href="<?php echo zen_href_link(FILENAME_SHIPPING); ?>"><?php echo HEADER_TITLE_SHIPPING_INFO; ?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_PRIVACY); ?>"><?php echo HEADER_TITLE_PRIVACY_POLICY; ?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_CONDITIONS); ?>"><?php echo HEADER_TITLE_CONDITIONS_OF_USE; ?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_ABOUT_US); ?>"><?php echo HEADER_TITLE_ABOUT_US; ?></a></li>
    <?php if (defined('FILENAME_SITE_MAP')) { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_SITE_MAP; ?></a></li>
    <?php } ?>
    <?php if (MODULE_ORDER_TOTAL_GV_STATUS == 'true') { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_GV_FAQ, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_GV_FAQ; ?></a></li>
    <?php } ?>
    <?php if (MODULE_ORDER_TOTAL_COUPON_STATUS == 'true') { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_DISCOUNT_COUPON, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_DISCOUNT_COUPON; ?></a></li>
    <?php } ?>
    <?php if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_UNSUBSCRIBE, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_UNSUBSCRIBE; ?></a></li>
    <?php } ?>
    <?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>
    </ul>
    <li><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CONTACT_US; ?></a></li>
    <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>
    <ul class="level2">
    <?php if ($_SESSION['customer_id']) { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT_NEWSLETTERS, '', 'SSL'); ?>"><?php echo HEADER_TITLE_NEWSLETTERS; ?></a></li>
    <?php } else { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CREATE_ACCOUNT; ?></a></li>
    <?php } ?>
    </ul>
    </li>
    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
    <li class="submenu"><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>
    <ul class="level2">
    <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    </ul>
    </li>
    <?php } else { ?>
    <li><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
    <?php } ?>
    </ul>
    </div>
    </div>
    </div>
    </div>
    </div><!-- end dropMenuWrapper-->

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by DezineJunkie View Post
    NAVBAR PROBLEM
    I want to add a new TITLE on the Nav Bar.
    when i tried it in the code below my titles looked like this
    HEADER_TITLE_INFORMATION (with the text i used)
    Where exactly do i insert the text below in code?
    Um, what exactly are you trying to add? Sorry I am not following you.

 

 

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