Page 281 of 305 FirstFirst ... 181231271279280281282283291 ... LastLast
Results 2,801 to 2,810 of 3042
  1. #2801
    Join Date
    Oct 2005
    Posts
    11
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hey,

    I had the need to completely redo my website. I switched hosts and grabbed your wonderful apple zen template. Most everything seems to be working fine however there are 2 small issues I seem to be having.

    1. I would like to have the main product images for each individual product page to use the _MED picture file and be a bit larger than they are currently. Right now they are using the default image without the _MED extension. The _LRG extension is working however for the large images.

    2. As seen in your demo site under the first Categories side box there is a drop down menu. I cannot for the life of me find the correct sidebox or figure out how to get that to work on my current site. It looks so much cleaner than the standard text menu side box.

    My website is www.coasttocoastusa.com/zencart

    Thanks in advance for any help and Im sorry if these have been answered already.

    -Cliff

  2. #2802
    Join Date
    Jan 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hello!
    Your template is Fantasic and, definitely, the best one among others. That is why I have chosen it
    However, I would like to ask you a question about changing the design. I don't want any sideboxes, so I have switched them off in Admin section. I don't have any sideboxes now, but there is still right sidebox "sign" on my screen. For example:

    How can I remove this "sign", and also make my pages cross this "sing's" border, I mean center it withing the min page, because right now this sidebox space is like a "dead zone", nothing can be there.
    Thanx a lot in advance!

  3. #2803
    Join Date
    Jan 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    yeah, i have found the answer myself, it seems that everything works fine if we change this part:
    .centerColumn {
    width:75%;
    float:left;
    margin:0 2% 2% 3%;
    text-align:left;
    line-height:1.6em;
    display:inline; /* fixes IE Bug in IE6 and earlier - do not remove */
    }
    in stylesheet to:
    .centerColumn {
    width:95%;
    float:left;
    margin:0 2% 2% 3%;
    text-align:left;
    line-height:1.6em;
    display:inline; /* fixes IE Bug in IE6 and earlier - do not remove */
    }
    anyway, thanx for ur template!
    and, please, let me know if this solution is not really good...

  4. #2804
    Join Date
    Nov 2005
    Posts
    70
    Plugin Contributions
    0

    red flag Order Steps not showing up in any checkout step

    I have searched the database and could not find an instance of this, and I am at a loss to what I did (I am a noob who is trying to do too much compared to the knowledge I have on the subject).

    The order steps is not working properly, instead its just a list of the steps in very small text all bunched together. I have made some small wording changes on the checkout pages, as well as a few other places, but I can't remember this working at all so I'm not sure if it was something I did or not.

    Is it possible for anyone to take a look and tell me if it's something that can be fixed? I have all the css and php files related to that part, I just have no idea what I'm looking for!

    Thanks for any help. Oh, and the site is undergoing many changes so any critique or suggestions are gladly accepted!

    Ryan
    http://www.cornerhardware.com

  5. #2805
    Join Date
    Nov 2005
    Posts
    70
    Plugin Contributions
    0

    red flag Like I said, I'm a noob

    So I found a much bigger problem that I just sent as an email question to a programming guy that helps me out every once and a while...but I was thinking it may be a while before I hear from him so I'm going to copy the email I just sent him...
    (the how-to aritlces are not a link or sidebox on the site yet, but you can get to it at cornerhardware.com/how_to_articles

    So basically I found a much bigger problem and I'm not as immediately
    concerned with the header. Basically upon adding this new template, the
    articles and how-to's are not working with it (maybe because they are
    outside of the 'includes' folder?). And when I went into my analytics
    today I found that basically since I added the new template traffic has
    gone to zero! So when I search for some of our bigger traffic drawers, I
    can still get to the website (usually an article), however the load time
    was really long, and the article was too big and made it so the sidebox
    didn't show. Do you think that alone is the reason why there is no
    traffic, or did I mess up something with incoming links??

    SO...you would think I should just go back to the original template...but
    NOW I've altered a few of the files (probably in includes/modules or
    /languages) so the sideboxes don't show up on the OLD template! And the
    footer is all messed up...I have all the files I've been editing and
    backups of them, but I honestly don't know which one affected the old
    template anymore.

    Any help would be greatly appreciated as I am in way over my head here :/

  6. #2806
    Join Date
    Sep 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi I have a really complicate question regarding the conflict of drop down menu embeded in AppleZen and JGallery.

    I installed Jgallery first and found out when I go to Gallery page, there will be some error notice in drop down menu, which is like: Notice: Undefined offset: 2 in /mnt/w0911/d02/s16/b0316c3a/www/clipontogo.com/includes/classes/categories_ul_generator.php on line 63

    Notice: Undefined offset: 2 in /mnt/w0911/d02/s16/b0316c3a/www/clipontogo.com/includes/classes/categories_ul_generator.php on line 72
    you can see it live here: http://clipontogo.com//index.php?main_page=gallery
    the menu in the bottom of the page belongs to tpl_main_page.php

    After million times of trying I found if I move the drop down menu section from tpl_main_page.php to tpl_header.php, the problem will be automaticly solved, but only in FIREFOX! When I browse it in IE7, the drop down menu will not have level2,3...anymore...
    You can see it live in the same address: http://clipontogo.com//index.php?main_page=gallery
    the menu below the branding is belong to tpl_header.php

    So my question is:
    1, Is there anyway to use Jgallery normally in AppleZen without messing up the drop down menu?
    2, If move the drop menu section from tpl_main_page.php to tpl_header.php is a correct method, why it's not showing normal in IE7? Any way to fix it?

    Thanks a lot!!!!!!
    Vanessa

  7. #2807
    Join Date
    Nov 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi

    My Apple Zen Template is superb and works like a dream. However, in the shopping cart, the categories jump from the side box to the bottom of the middle (cart) section.

    Any ideas why this should be?

    Thanks in anticipation.


    Gillian

  8. #2808
    Join Date
    Oct 2005
    Location
    San Francisco
    Posts
    107
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Techiescot View Post
    Hi

    My Apple Zen Template is superb and works like a dream. However, in the shopping cart, the categories jump from the side box to the bottom of the middle (cart) section.

    Any ideas why this should be?

    Thanks in anticipation.


    Gillian
    I'm having the same problem in IE only. I think I have tried to tackle this before, but as I only have Macs, it's almost impossible to trouble shoot. I now have a bootcamp Mac running windows, and I can see the problem and try to fix it. My right column drops to the left and down in IE. There is also a little scrap of I think EZ page (HOME) at the bottom in all browsers. I would appreciate anyone's help too!

    www.goldenapplels.com/ZcartGA/

  9. #2809
    Join Date
    Jan 2009
    Location
    Queensland, Australia
    Posts
    117
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi, I havent been here for a while, but am wanting to change the colour of my website...only slightly...am completely lost with this..Cant find an answer and sorry for the double up,as it must be posted here somewhere. I just want to change the colour of the center coloum I think it is. when I go look for it, there is no hex number...It is white so I was looking for the hex white number??so that I could change it. so not sure where to go to do this.

  10. #2810
    Join Date
    Jan 2009
    Location
    Queensland, Australia
    Posts
    117
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    ok, now I have found another little annoying problem. I only have one language on my cart. English. I dont have the language box enabled, as it always goes to a blank box. I also notice that in my admin. whenever The 'English' icon is placed it just shows up as a blank box with a x in it. If I right click and go to properties it shows an address. The address is right, but the size of the icon is wrong. I only have one icon uploaded so I am very confused about this. in other boxes in admin, the same thing, but icon shows a smaller size. Any suggestions would e much appreciated.

 

 

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