Page 98 of 326 FirstFirst ... 488896979899100108148198 ... LastLast
Results 971 to 980 of 3251
  1. #971
    Join Date
    Mar 2007
    Posts
    18
    Plugin Contributions
    0

    Default Site shift in IE6

    I have a problem with site shift in IE6, but not in FF.

    I'm using Cherry Zen template.

    The right column appears to be out too far to the right until I hover around the nav links at the top and then the rest of the site on the right pops in and the right boxes are in the right spot.

    I searched and searched, tried several of the fixes..no luck.

    Does anyone know how to fix it?

    http://www.hollywoodmoviemall.com/dev/

    I have not finished colors and the rest of the "look" yet, so excuse the mess on that part.

    I'm just trying to get the major stuff to work right now.

    When I start hovering around the links, the right boxes slide over where they should be.

    I have seen lots of threads that discuss this issue and I've tried some of the fixes, but none of them worked for me.

    Thanks!

  2. #972
    Join Date
    Mar 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by setae719 View Post
    I have been trying to figure out how I messed up the template's sideboxes. See link below:

    http://pinkupixie.com/store2

    I've tried to search this thread but can't seem to find a post with similar problem. I was in the process of upgrading my zencart and thought I'd change the template too. Can someone please help.

    Thanks for your time in advance
    Okay, I figured it out, and it was something so simple it was right in front of my face. LOL!

  3. #973
    Join Date
    Jan 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: move add to cart and attributes

    Quote Originally Posted by xbboychink View Post
    As you can see I did my own customization but I still have one problem.

    I want to move div.productAttributes next to the product name/price/details
    I also want to move the add to cart button into the attribute selection div WITHOUT MESSING IT UP


    http://www.protein-only.com/index.ph...&products_id=1

    I tried playing around with the divs but couldn't get it to work.
    someone help?
    MyFitRev.com - The Fitness Peer Review

  4. #974
    Join Date
    Mar 2008
    Posts
    5
    Plugin Contributions
    0

    Default Cherry Zen Template Footer problem SSL

    Using the Cherry Zen template, Everything works great except when using the footer.

    My site has SSL installed for the root www.slidingglassdoorparts.com
    So all my site is on SSL server.
    Now Zen-Cart does a great job of figuring out https and http pages so everything works very smooth.

    When footer is disabled, I get no (Unsecured Items On Page) on any page http or https.
    When footer is enabled, I get (Unsecured Items On Page) on https pages.
    I have changed the HOME server link in footer to https://www so it does not link to outside https pages. I have commented out the Footer Txt in english.php so all I see if the footer is enabled is FOOTER_TXT under the HOME link showing https://www I have turned of User Ip.
    But I still get the (Unsecured Items On Page) pop up with the footer enabled.
    I have figured out that creating a https://www.****/zen.html page with link to www.zen-cart.com inside it will not cause the (Unsecured Items On Page) to pop up if clicked on.
    Main concern is I do not want any (Unsecured Items On Page) pop ups on any page on my site.
    any ideas would be helpful

  5. #975
    Join Date
    Apr 2005
    Posts
    94
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi
    love the template, I have one problem, I am operating a showcase only site, how would i remove the shopping cart & checkout from the header, i have tried taking out
    <li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_LOGOFF; ?></span></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_MY_ACCOUNT; ?></span></a></li>
    <?php
    } else {
    if (STORE_STATUS == '0') {
    ?>
    <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_LOGIN; ?></span></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_MY_ACCOUNT; ?></span></a></li>
    <?php } } ?>
    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><span><?php echo HEADER_TITLE_CART_CONTENTS; ?></span></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><span class="last"><?php echo HEADER_TITLE_CHECKOUT; ?></span></a></li>
    from the common tpl_header and it does not work just shuts the site down.
    any ideas?

  6. #976
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Cherry Zen Template Support Thread

    cwcgroup,

    If these files are intended to be the small, medium and large images for a product, you have named them wrong.

    images/Kate_Aspen/18017NA.jpg
    images/medium/Kate_Aspen/18017_MED.jpg
    images/large/Kate-Aspen/18017_LRG.jpg

    18017NA.jpg will requre medium and large images named 18017NA_MED.jpg and 18017NA_LRG.jpg, or else you will have to rename the small image to 18017.jpg.

  7. #977
    Join Date
    Jan 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by NFM View Post
    jettrue...any ideas on why my Random Reviews isn't working right? I found a spot to change the amount of "Random Reviews" shown...but it still only shows one review...and when I raise the amount up to 4 it will alternate between two reviews out of the 6 I have. I just want it to post a random review on the front page when I reload and not alternate between two of them.
    Anyone?

  8. #978
    Join Date
    Jan 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I guess I should also give my site address in case you want to see what I'm talking about.....

    http://www.serendipitydeals.com

  9. #979
    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 NFM View Post
    I guess I should also give my site address in case you want to see what I'm talking about.....

    http://www.serendipitydeals.com
    This shouldn't have anything to do with the template.... have you asked this in the general forum? I really have no idea. All four products you want to rotate, have reviews, right?

  10. #980
    Join Date
    Jan 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    This shouldn't have anything to do with the template.... have you asked this in the general forum? I really have no idea. All four products you want to rotate, have reviews, right?
    Now it's 6 products that I have reviews for, but it only rotates 2 of them. I asked in the sideboxes forum a few days before I asked here and I received 129 views and one half answer. The only reason I'm asking is because I thought I saw a sidebox called Random Reviews somewhere, and the cherry_zen sidebox is just called Reviews....so I thought maybe you had changed the sidebox code and I was doing something wrong.

    I'll try looking through the default files for the random reviews sidebox (if it is actually marked that way) and putting it into the cherry_zen sidebox folder and activating it....maybe that will work.

 

 

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