Page 120 of 305 FirstFirst ... 2070110118119120121122130170220 ... LastLast
Results 1,191 to 1,200 of 3042
  1. #1191
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by thedidgmaster View Post
    Ya, I figured out the color and the logo, but what about the other part in the header that says "to change color..."

    www.store.thedidgmaster.ca

    Thanks
    Text like that is usually in a language file.

    Go to "tools", "Developers tool kit" and do a search for a chunk of the text, lets say use site colors. Be sure to choose either the language file search option, or the bottom option, which searches all files, and also be sure to choose "Catalog" from the drop down menu.

    That will tell you where to adjust the text, and now you know how to find other stuff in the future!

  2. #1192
    Join Date
    Jul 2007
    Posts
    44
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi Jettrue,

    I like your drop-down menu. But when my product categories have too many sub-level below, it seems a bit annoying later to navigate through the drop down menu flying across the entire screen..

    is there a way i can specify how many levels of fly-out.. say after 3 sublevel down, the rests of the category are listed within the last sublevel in the main content area? is this possible?

    thanks!

    natalia

  3. #1193
    kelvyn Guest

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    What software is telling you this? Is that Google Desktop? Does it actually fill a gap in your browsing experience?

    Do they have a link where I can report a false positive?

    "This page is very likely to have been designed to trick users into sharing personal or financial information." What a load of carp!
    That's what I thought! Get over to...
    http://www.stopbadware.org/reports/c...ct=stopbadware

    and then click the "send site for review" link at the bottom.

  4. #1194

    Default Re: Apple Zen Support Thread

    I have a question about the drop down menus. If I select the green DDM, they're centered. But if I select any of the other 3 colors, they are located to the left of the page? How would I center the other menu bars?

  5. #1195
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Apple Zen Support Thread

    Jade,

    Found a bug, but not yours! If you look at the contact us page you will notice that the bottom field is not properly aligned for the Message area:

    open tpl_contact_us_default.php and go to line 72 (or so) and look at the entry for "enquiry".

    The <label> is missing it's class: class="inputLabel"

    This will fix the offset of "Message:"

    HOWEVER, I cannot seem to get the textarea to line up on the left correctly.

    Any ideas? I have tried several things in the CSS to fix this by no success so far.

    Also, it seems that zen_draw_textarea_field() does not respect the width parameter....?

  6. #1196
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by chadderuski View Post

    HOWEVER, I cannot seem to get the textarea to line up on the left correctly.

    Any ideas? I have tried several things in the CSS to fix this by no success so far.

    Also, it seems that zen_draw_textarea_field() does not respect the width parameter....?
    Found it! In sytlesheet.css I had formated the TEXTAREA with different margins then INPUT.

    Curious: do you know how to specify a specific TEXTAREA for formatting?

    I have tried TEXTAREA.enquiry but it doesn't seem to work.... ???

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by thedidgmaster View Post
    I have a question about the drop down menus. If I select the green DDM, they're centered. But if I select any of the other 3 colors, they are located to the left of the page? How would I center the other menu bars?
    They're all centered, my guess is (i've seen this before) that you didn't comment out the colors correctly. Be *very* careful with the comments. Could I see a link?

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by chadderuski View Post
    Jade,

    Found a bug, but not yours! If you look at the contact us page you will notice that the bottom field is not properly aligned for the Message area:

    open tpl_contact_us_default.php and go to line 72 (or so) and look at the entry for "enquiry".

    The <label> is missing it's class: class="inputLabel"

    This will fix the offset of "Message:"

    HOWEVER, I cannot seem to get the textarea to line up on the left correctly.

    Any ideas? I have tried several things in the CSS to fix this by no success so far.

    Also, it seems that zen_draw_textarea_field() does not respect the width parameter....?
    Textarea's have its own section in the css. If you want it to line up, it looks like changing its width to 97 does the trick:

    TEXTAREA {
    margin:auto;
    display:block;
    width:97%;
    }

    As far as it not respecting its width, that's because I set it as 97% wide in the css. If you'd like that aspect gone, the code below will let it use its own width, and will also align:

    TEXTAREA {
    margin:auto;
    display:block;
    float:left;
    margin:.5em;

    }

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by chadderuski View Post
    Found it! In sytlesheet.css I had formated the TEXTAREA with different margins then INPUT.

    Curious: do you know how to specify a specific TEXTAREA for formatting?

    I have tried TEXTAREA.enquiry but it doesn't seem to work.... ???
    Sorry, I didn't look at this one before I replied.

    Try TEXTAREA#enquiry (i think its funny that "enquiry" is spelled "encorrectly") :-)

    You could also target that specific page, like this:


    #contactusBody TEXTAREA

  10. #1200
    Join Date
    Aug 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I have just installed this factastic template, and i love it, but i'm having a problem when i use the checkout area when i go to the second step i get a blank page.
    Help please
    Noelia

 

 

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