Page 198 of 305 FirstFirst ... 98148188196197198199200208248298 ... LastLast
Results 1,971 to 1,980 of 3042
  1. #1971
    Join Date
    Oct 2005
    Location
    San Francisco
    Posts
    107
    Plugin Contributions
    0

    Default Apple Zen in IE

    Hi,
    I'm back to working on my site - I forget everything I learned and have to start from scratch.. anyway, I am about to install a new header so I have to get back up to speed. One problem I am having is in IE. Since I use a Mac, I can't easily check my site in IE, but I am told that it is wrapping funny, and the drop downs don't work. Could someone check it out for me and suggest a fix? Since I can't even see what is happening, I am loathe to start tinkering, since it displays fine in Safari and Ff. Thanks!!!

  2. #1972
    Join Date
    May 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by barleywine View Post
    Hi There,

    Another Zen newbie who absolutely LOVES your template here!
    There is a fair amount of customization I'm doing though, starting with adding images to the top level only of the dropdown menu, so that the drop down part is still plain text, but the part that's always visible is the same graphic style as the header images of my sideboxes. Is this something I can do with CSS, or is it in the menu php file, or do I have to hard code something? Or can it be done at all?

    Here's the link:
    http://purple-eggplant.com/zc/

    Any and all help is MUCH appreciated!

    Thank you so much for all your hard work on this beautiful template!
    Anyone? My deadline is fast approaching, and I could really use some advice!

    Thanks again,

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by barleywine View Post
    Anyone? My deadline is fast approaching, and I could really use some advice!

    Thanks again,
    You can do this in the css.
    This should get you in the right direction:
    Code:
    div#dropMenu ul.level1 li {background: url(../images/your_image_here.gif) no-repeat;}
    div#dropMenu ul.level1 ul.level2 li {background-image:none;}
    Put the image in includes/templates/YOUR_TEMPLATE/images/

  4. #1974
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    hi all, i'm new at zen cart
    I have succefull install the apple zen template and I love it very much. Everything run smoothly.
    Few days ago, I try to download the Image Handler 2 v.1.3x, after I install the Image Handler I cant view my image at the Product Listing & Products Details, then I try to delete all the file that I install and also replace back my backup copy, now I can see the image at the Product Listing but I can't see the image at the Products Details, anybody can help me? Is that I have miss any file?
    Appreciate if you all can help me to solve this matter.
    Thank you

    my link is http://e-variety.anggugu.com

  5. #1975
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    hi all, i'm new at zen cart
    I have successfully install the apple zen template, I love it very much, and I have run smoothly for my e-shop
    Few days ago, I try to install the Image Handler 2 v.1.3x, after I install I found that I can see all the Image at the Products Listing & also Products Details, then I try to delete all the file that I add and replace back my backup copy(assume I dont want to install the Image Handler already) then I can see the Image at the Products Listing but I can't see the image at the Products Details. Anybody can help me on this? is that I have miss any file?
    Appreciate if anybody here can help me.
    Thank you

    My link is http://e-variety.anggugu.com

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by evariety View Post
    hi all, i'm new at zen cart
    I have successfully install the apple zen template, I love it very much, and I have run smoothly for my e-shop
    Few days ago, I try to install the Image Handler 2 v.1.3x, after I install I found that I can see all the Image at the Products Listing & also Products Details, then I try to delete all the file that I add and replace back my backup copy(assume I dont want to install the Image Handler already) then I can see the Image at the Products Listing but I can't see the image at the Products Details. Anybody can help me on this? is that I have miss any file?
    Appreciate if anybody here can help me.
    Thank you

    My link is http://e-variety.anggugu.com
    Image handler is still working on the product details page.

    Did you remove includes/modules/main_product_image.php

    and includes/modules/additional_images.php

    and includes/pages/popup_image

    and includes/pages/popup_image_additional

    Check the IH2 download, and go through each and every file to make sure it is removed.

  7. #1977
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Image handler is still working on the product details page.

    Did you remove includes/modules/main_product_image.php

    and includes/modules/additional_images.php

    and includes/pages/popup_image

    and includes/pages/popup_image_additional

    Check the IH2 download, and go through each and every file to make sure it is removed.

    thanks for your reply.
    Yes, I do remove the below files
    includes/modules/main_product_image.php
    includes/modules/additional_images.php
    and I also restore back this 2 file from my backup copy
    includes/pages/popup_image
    includes/pages/popup_image_additional
    but the problem is still there. I have go through several times of every file but still cound't find the mistake.....can u help me??

  8. #1978
    Join Date
    May 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    You can do this in the css.
    This should get you in the right direction:
    Code:
    div#dropMenu ul.level1 li {background: url(../images/your_image_here.gif) no-repeat;}
    div#dropMenu ul.level1 ul.level2 li {background-image:none;}
    Put the image in includes/templates/YOUR_TEMPLATE/images/

    Thanks so much Jade, for getting me started in the right direction, but...
    what I had envisioned was that, like the side box image headers, each top level navigation button would be different - ie Home, Shop, About, cart, etc., with the nice font graphics I made, but this way, the same "shop" button goes all the way across the nav bar, repeated for every level 1 entry.

    (see attached screenshot)

    That's why I was wondering if I needed to edit the dropdown menu template itself, but I was scared of messing something up.

    Thanks again for all your help, and for a fabulous template!
    Melissa
    Attached Images Attached Images  

  9. #1979
    Join Date
    May 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Actually - would it be in the headermenu.php file? If so, how would I edit only the actual header images?

    Thanks!

  10. #1980
    Join Date
    May 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I have a few issues I am not sure how to fix...

    First, I would like my category/subcategory images and names to repeat/wrap accross the page and be centered instead of being listed in one column to the left...see pic.



    Also, I would like to make some chages to the way my items and descritions appear in the detailed view...see pic.



    (1) How can I delete the thumbnail and name of the category on the page. The category tree is already listed in the header, so I don't want it to show again rightbelow it.

    (2) Is it possible to move the Product Count, "Previous", "Listing", and "Next" Buttons to display between the "Write Review" and "Tell a Friend" Links? If so, how?

    (3) I would like all the desciptive text to be justified to the write of the image, instead of wrapping around it. Another acceptable option would be for all the descriptive text to be justified to the left and below the image. (The first would be preferred though). How can this be done?

    (4) How can I delete the text "This item was added...etc..."

    Any help would be greatly appreciated!!! Thank you to everyone who puts so muc work into these templates and support forums!

 

 

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