Page 118 of 326 FirstFirst ... 1868108116117118119120128168218 ... LastLast
Results 1,171 to 1,180 of 3251
  1. #1171
    Join Date
    Feb 2008
    Location
    Colorado
    Posts
    80
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Done yet still no background. :) Should I put it BEFORE the end of content wrapper?


    Quote Originally Posted by jettrue View Post
    If I were you, I'd make my life easier, by removing most of the footer up into includes/templates/common/tpl_main_page.php Then you don't have to worry about background colors and such.

    OPen up includes/templates/common/tpl_footer.php and remove this section:

    Code:
    <?php
    if (!isset($flag_disable_footer) || !$flag_disable_footer) {
    ?>
     
    <!--bof-navigation display -->
    <div id="navSuppWrapper">
    <div id="navSupp">
    <ul>
    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    <?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
    <li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
    <?php } ?>
    </ul>
    </div>
    </div>
    <!--eof-navigation display -->
     
    <!--bof-ip address display -->
    <?php
    if (SHOW_FOOTER_IP == '1') {
    ?>
    <div id="siteinfoIP"><?php echo TEXT_YOUR_IP_ADDRESS . '  ' . $_SERVER['REMOTE_ADDR']; ?></div>
    <?php
    }
    ?>
    <!--eof-ip address display -->
     
    <!--bof-banner #5 display -->
    <?php
      if (SHOW_BANNERS_GROUP_SET5 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) {
        if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerFive" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
    <?php
        }
      }
    ?>
    <!--eof-banner #5 display -->
     
    <!--bof- site copyright display -->
    <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
    <!--eof- site copyright display -->
     
    <?php
    } // flag_disable_footer
    ?>

    To the tpl_main.php. Paste it right after:

    Code:
    <!-- end ContentMainwrapper -->

  2. #1172
    Join Date
    Feb 2008
    Posts
    34
    Plugin Contributions
    0

    help question Re: Cherry Zen Template Support Thread

    In the attached thumbnail how can I add space between the thumbnail and the manufacturer's link or move it below the thumbnail or hide it from view (circled in read)? Also add spaces between model# weight and cost or hide model# and weight from view (circled in red)? Thanks in advance for any suggestions.

    RJR
    Attached Images Attached Images  

  3. #1173
    Join Date
    Nov 2005
    Posts
    278
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi,
    How do I get the Buy Now Buttons to show on my site www.electronic-web.com/games like this site http://www.thegemtree.com/index.php?...x&cPath=17_144

    Thanks,
    Adam.

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Adds View Post
    Hi,
    How do I get the Buy Now Buttons to show on my site www.electronic-web.com/games like this site http://www.thegemtree.com/index.php?...x&cPath=17_144

    Thanks,
    Adam.
    First of all, you're showing me two different pages, one is a zen cart category page, and one is your home page. Your home page has the "new products" and "monthly specials", and those home page boxes are not designed to have an add to cart button.

    Now, if you go to a category page on your site, yours should show a "Buy Now" button as well, unless your product has attributes that the customer needs to choose, then it will have a "more info" link instead.

    Here is an example of a category page on your site:
    http://www.electronic-web.com/games/...ex&cPath=10_22

    If you had the "login for price" function turned off, you'd probably have the "add to cart" buttons as well, if not, go to "configuration", "product listing" and turn the add to cart button on.

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by RJR View Post
    In the attached thumbnail how can I add space between the thumbnail and the manufacturer's link or move it below the thumbnail or hide it from view (circled in read)? Also add spaces between model# weight and cost or hide model# and weight from view (circled in red)? Thanks in advance for any suggestions.

    RJR
    It looks like you figured this one out yourself.

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Lovely View Post
    Done yet still no background. :) Should I put it BEFORE the end of content wrapper?
    You didn't paste it IMMEDIATELY after this:

    <!-- end ContentMainwrapper -->

    There should be nothing between the above, and what you paste.

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by adoy View Post
    i have prob on my site: http://latter.com/index.php?main_pag...roducts_id=185

    please help me fix that call for price link


    thankz!
    What is the problem with the call for price image? It is not supposed to be a link, it is an informative image.

  8. #1178
    Join Date
    Feb 2008
    Posts
    34
    Plugin Contributions
    0

    help question Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    It looks like you figured this one out yourself.
    Thanks for replying JetTrue. I did just about 45 minutes ago in the admin area. Could not figure out how to add spacing so I chose the NO SHOW option under Admin - Configuration - Product Listings.

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by ashton0603 View Post
    Yes it is I to ask the same silly questions. Bare with me, please.

    http://personalized2perfection.net

    Need to remove the center text and have it normal again. All I did was switch templates...well had someone do. I was told to correct it by using this:

    #nw {
    text-align:left;
    vertical-align:top;
    margin:0 auto;


    }

    from post 933 or 932. I don't know where to place this code. Can someone tell me where to find the file to change this.

    Is there a way to change the way the images are viewed? Since the new change, I have been noticing that now my images for the categories are much smaller and look distorted now. How can I make these images larger so they can be viewed?
    http://personalized2perfection.net/i...ex&cPath=61_62

    I have a link to us page where I display my banner. How does one display the code,showing the code and not the banner? I could only do it by removing two parts of the code and having directions on where to add the missing symbols. I notice many others have a quote box. I have tried that but it doesn't work.

    How can I change the font? Can I use one font for the categories and another font for the content? Please let me know where to locate the file/folder as well.

    Thank you all for being so patient with me.
    Many things (including fonts) can be adjusted in the stylesheet, includes/templates/cherry_zen/css/stylesheet.css

    This is where you'll REPLACE your current #nw:

    Code:
    #nw {
    	text-align:center;
    	vertical-align:top;
    	margin:0 auto;
    	}
    with this:

    Code:
    #nw {
    	text-align:left;
    	vertical-align:top;
    	margin:0 auto;
    	}
    You can change the image sizes in your admin, under "configuration", "images".

    Quote Originally Posted by ashton0603 View Post
    I have a link to us page where I display my banner. How does one display the code,showing the code and not the banner? I could only do it by removing two parts of the code and having directions on where to add the missing symbols. I notice many others have a quote box. I have tried that but it doesn't work.
    eh? I have no idea what you mean by the above, LOL.

  10. #1180
    Join Date
    Feb 2008
    Location
    Colorado
    Posts
    80
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    You didn't paste it IMMEDIATELY after this:

    <!-- end ContentMainwrapper -->

    There should be nothing between the above, and what you paste.
    Ah before the < /div >. It'd be much easier if we did exactly as you say

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 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