Page 241 of 305 FirstFirst ... 141191231239240241242243251291 ... LastLast
Results 2,401 to 2,410 of 3042
  1. #2401
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by MeltDown View Post
    I have a minor, occasional glitch in the dropdown menu of this site. It seems to be IE only. Unfortunately it is difficult to capture in a screen shot and difficult to know which search terms to use to resolve it myself. Hopefully my description will ring some bells...
    In Categories I have sub-categories. when I first log on, if I mouse over Categories in the dropdown menu, the flyout will at times overlap the Information heading title next to it, creating a jumble of the text of the two upper-most box headings. The issue will resolve itself if I activate any other dropdown menu.

    I'm running Zen 1.3.8a on a fresh install and have Apple Zen 2.6 installed.

    Thanks!
    I've still been unable to resolve this issue. I've tried re-loading key files hoping to kick it into gear but no luck so far. As there may be a conflict that is previously known, I'll list the mods I've added:
    about_us
    ask_1.8
    credit_card_sidebox_1-2-5
    Flat Shipping Clone
    image-handler_2.0-zc137
    Italian_1.3.7
    language_header
    installment_1.2
    logo_sidebox
    price-list_v1.5.0
    Recover_Cart_Sales_3.0
    simple_analytics

    Thanks again

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by MeltDown View Post
    I've still been unable to resolve this issue. I've tried re-loading key files hoping to kick it into gear but no luck so far. As there may be a conflict that is previously known, I'll list the mods I've added:
    about_us
    ask_1.8
    credit_card_sidebox_1-2-5
    Flat Shipping Clone
    image-handler_2.0-zc137
    Italian_1.3.7
    language_header
    installment_1.2
    logo_sidebox
    price-list_v1.5.0
    Recover_Cart_Sales_3.0
    simple_analytics

    Thanks again
    I'm really not sure. IE is my nemesis.

    Does this seem to happen on my test site, http://www.zencart137.jadetrue.com

    If not, reload the original stylesheet_header_menu.css, csshover.htc, and confirm you made the correct changes to .htaccess as described in the readme.txt.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Didee View Post
    Hello there, I am a newie..and hooked. thanks for your template. I am having trouble and cant find a fix. It is to do with my logo. The actual size is 448 x 119px. I have changed the header php to that size, but whatever size I try, only the height works and not the width, so i am missing something apparently. thanks for your help

    http://www.stitchwith.me
    Did you remove the width:19.1em; as described in the readme.txt?

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by hllight View Post
    Hello Jade:
    I have been running your apple_zen for about 18 months now and you were very helpful with my questions during the initial install.
    I am adding live chat using a product called LivePeople on my site, www.thesignagenetwork.com. It requires some code to be inserted to display a linked image and the image MUST have a specific filename so I can't just replace the logo.gif file. I installed the image on one of my other sites using a different template (see www.aaadisplaygroup.com) sucessfully. Basically I created my logo with a blank white space where the new image would go and then entered the code in the file: /includes/templates/aaadisplay/common/tpl_header.php

    I want to install the image on the left side of my logo header in your template, but can't figure out how to do put it in the header anywhere let alone on a specific side. I could not find the similar code in your template, can you offer a suggestion?
    You can open up includes/languages/engish/apple_zen/header.php and change "logo.gif" to whatever the name is of your new image.

    Or if you need to put it where the logo goes, that is indeed found in includes/templates/apple_zen/common/tpl_header.php

  5. #2405
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    I'm really not sure. IE is my nemesis.

    Does this seem to happen on my test site, http://www.zencart137.jadetrue.com

    If not, reload the original stylesheet_header_menu.css, csshover.htc, and confirm you made the correct changes to .htaccess as described in the readme.txt.
    Hmm... The culprit may be the .htaccess file. First though:
    The error does not occur on your test site.
    I did reload files mentioned.

    As for the .htaccess: I see now that I had not defined it, as there was no .htaccess file present, it was just uploaded with the Apple Zen upload. However, when I upload the defined version it breaks my zen cat (in IE, not FF) by removing what... All stylesheet.css commands? I don't know but it is basically a white page with all components thrown about. Here is my modified .htaccess:
    ## Add these to your .htaccess file so that only one way to your site exists, either http://yoursite.com and http://www.yoursite.com ... the following adds the www if it's missing:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^beadedlilydesigns.com$ [NC]
    RewriteRule ^(.*)$ http://www.beadedlilydesigns.com/$1 [R=301,L]

    ## If you'd like your site to go to http://mysite.com instead of http://www.mysite.com, add these changes instead:

    ##RewriteEngine On
    ##RewriteCond %{HTTP_HOST} ^www.beadedlilydesigns.com$ [NC]
    ##RewriteRule ^(.*)$ http://beadedlilydesigns.com/$1 [R=301,L]

    ## the following makes sure the correct mime type is sent for the .htc file
    AddType text/x-component .htc
    Any idea what's up with that?

    Thanks

  6. #2406
    Join Date
    Jan 2009
    Location
    Queensland, Australia
    Posts
    117
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi and thanks for your previous help. I have been trying to see if I can stretch the template a little so that it hasnt so much space on either side. thanks

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by MeltDown View Post
    Hmm... The culprit may be the .htaccess file. First though:
    The error does not occur on your test site.
    I did reload files mentioned.

    As for the .htaccess: I see now that I had not defined it, as there was no .htaccess file present, it was just uploaded with the Apple Zen upload. However, when I upload the defined version it breaks my zen cat (in IE, not FF) by removing what... All stylesheet.css commands? I don't know but it is basically a white page with all components thrown about. Here is my modified .htaccess:

    Any idea what's up with that?

    Thanks
    I bet you're on a windows server. Ask your host for the proper way to use this .htaccess on your server. Perhaps he has more information on a better way to do this on a windows server, I'm not really sure.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Didee View Post
    Hi and thanks for your previous help. I have been trying to see if I can stretch the template a little so that it hasnt so much space on either side. thanks
    Open up includes/templates/apple_zen/css/stylesheet.css

    You can change the body font size, which will make the site wider, but will also make the font size bigger.

    Or you can find all of the

    70em
    71em
    70.3em (there's only one of these)

    and make them all the same amount bigger. Maybe start with about 7em's more? So change them to 77em, 78em and 77.3em. You'll just have to test to find the width you like.

  9. #2409
    Join Date
    May 2007
    Location
    Port Charlotte, FL
    Posts
    125
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Jade:
    I am sure it should be a very simple process to add the code for the LivePerson help but I can't make it work. Can I pay you to make the change and document it so I can remove it myself in the future if needed? If that is a possibility please contact me at harold AT aaadisplaygroup DOT com.
    Thanks
    H. Light
    Florida

  10. #2410
    Join Date
    Oct 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I love the security logo you have on the bottom of the page. How did you do that?

 

 

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