Page 6 of 28 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 279
  1. #51
    Join Date
    Dec 2010
    Location
    Home
    Posts
    17
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    yup. right eye first and top of left eye. that's how they (... specialist who examine your eyesight when you make your spectacles. can't remember the name for it).

    the layout is suppose to be in squence of what patient got from their eye-physician... or that spectacle man... -.-'...

  2. #52
    Join Date
    Dec 2010
    Location
    Home
    Posts
    17
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    Quote Originally Posted by gjh42 View Post
    You had clear: left; for the first left attribute, so it started a new line as the comment indicates. Just remove that.
    Code:
    #wAttrib-25 {float: left; clear: left;}/*this will sit on a new line*/
    Code:
    #wAttrib-25 {float: left;}/*this will not sit on a new line*/
    eh...
    must be right eye attributes on top then left eye attributes below. its a instudry standard issue, not that i am fussy. try make a pair of specs and ask for your eye test result slip...

    i wish it can be simpler... T_T...

  3. #53
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Flexible Attributes support

    Quote Originally Posted by windchaser View Post
    yup. right eye first and top of left eye. that's how they (... specialist who examine your eyesight when you make your spectacles. can't remember the name for it).

    the layout is suppose to be in squence of what patient got from their eye-physician... or that spectacle man... -.-'...
    **off topic post**

    An Optometrist is a Doctor of Optometry, an O.D. (not to be confused with a Doctor of Medicine, an M.D.). To become an optometrist, one must complete pre-professional undergraduate college education followed by 4 years of professional education in a college of optometry. Some optometrists also do a residency.

    An Ophthalmologist is an eye M.D., a medical doctor who is specialized in eye and vision care. Ophthalmologists are trained to provide the full spectrum of eye care, from prescribing glasses and contact lenses to complex and delicate eye surgery. They may also be involved in eye research.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #54
    Join Date
    Dec 2010
    Location
    Home
    Posts
    17
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    Quote Originally Posted by DivaVocals View Post
    **off topic post**

    An Optometrist is a Doctor of Optometry, an O.D. (not to be confused with a Doctor of Medicine, an M.D.). To become an optometrist, one must complete pre-professional undergraduate college education followed by 4 years of professional education in a college of optometry. Some optometrists also do a residency.

    An Ophthalmologist is an eye M.D., a medical doctor who is specialized in eye and vision care. Ophthalmologists are trained to provide the full spectrum of eye care, from prescribing glasses and contact lenses to complex and delicate eye surgery. They may also be involved in eye research.
    thanks. learnt something today.

    so how can i get my attributes aligned just as the eye test slip we get from an optometrist -- RE top, LE bottom all in sequence...

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

    Default Re: Flexible Attributes support

    I expect an examiner looks at the right eye (on the left from his viewpoint) first, so it makes sense that that is how reports are organized.

    I thought you were saying you wanted all the attributes on one row. You already had them organized the way you are describing now... can you show in detail how you want it to look?

  6. #56
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default

    Okay so I'm not the only one who looked at the site and thought this very same thing.. I was going to make the same suggestion, but thought I was missing something.. LOL..

    Quote Originally Posted by gjh42 View Post
    I expect an examiner looks at the right eye (on the left from his viewpoint) first, so it makes sense that that is how reports are organized.

    I thought you were saying you wanted all the attributes on one row. You already had them organized the way you are describing now... can you show in detail how you want it to look?
    Posted via Mobile Device

  7. #57
    Join Date
    Nov 2010
    Location
    Vancouver, BC
    Posts
    108
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    I just did the same thing with flexible attributes. I was also able to take out the ugly references to attribute names like "power range 2" (ie left)

    Code:
    /*attribute layout*/
    .wrapperAttribsOptions label {font-size: 1.0em;}/*make "label" elements match other text*/
    h3#attribsOptionsText {display: none;}/*hide the "Please Choose:" heading*/
    h4.optionName {font-size: 1.0em;}
    .wrapperAttribsOptions+br.clearBoth {display: none;}/*allow floated attributes to sit side by side if desired*/
    #wAttrib-3 {
    clear: left; 
    float: left;
    padding: 10px 10px 10px 40px;
    background-image: url(../images/bc.gif);
    border: 1px solid #cccccc;
    }
    #wAttrib-3 h4 {display: none;}
    #wAttrib-2 {float: left;
    padding: 10px 10px 10px 40px;
    background-image: url(../images/power.gif);
    border: 1px solid #cccccc;}
    #wAttrib-2 h4 {display: none;}
    #wAttrib-4 {float: left;
    padding: 10px 10px 10px 40px;
    background-image: url(../images/cyl.gif);
    border: 1px solid #cccccc;}
    #wAttrib-4 h4 {display: none;}
    #wAttrib-5 {float: left;
    padding: 10px 10px 10px 40px;
    background-image: url(../images/axis.gif);
    border: 1px solid #cccccc;}
    #wAttrib-5 h4 {display: none;}
    #wAttrib-6 {float: left;
    padding: 10px 10px 10px 40px;
    background-image: url(../images/adds.gif);
    border: 1px solid #cccccc;}
    #wAttrib-6 h4 {display: none;}
    #wAttrib-13 {float: left;
    padding: 10px 10px 10px 40px;
    background-image: url(../images/qty.gif);
    border: 1px solid #cccccc;}
    #wAttrib-13 h4 {display: none;}
    #wAttrib-7 h4 {display: none;}
    #wAttrib-8 {
    clear: left; 
    float: left;
    padding: 10px 10px 10px 40px;
    border: 1px solid #cccccc;
    background-image: url(../images/bc.gif);
    }
    #wAttrib-8 h4 {display: none;}
    #wAttrib-9 {float: left;
    padding: 10px 10px 10px 40px;
    background-image: url(../images/power.gif);
    border: 1px solid #cccccc;}
    #wAttrib-9 h4 {display: none;}
    #wAttrib-10 {float: left;
    padding: 10px 10px 10px 40px;
    background-image: url(../images/cyl.gif);
    border: 1px solid #cccccc;}
    #wAttrib-10 h4 {display: none;}
    #wAttrib-11 {float: left;
    padding: 10px 10px 10px 40px;
    background-image: url(../images/axis.gif);
    border: 1px solid #cccccc;}
    #wAttrib-11 h4 {display: none;}
    #wAttrib-12 {float: left;
    padding: 10px 10px 10px 40px;
    background-image: url(../images/adds.gif);
    border: 1px solid #cccccc;}
    #wAttrib-12 h4 {display: none;}
    #wAttrib-14 {float: left;
    padding: 10px 10px 10px 40px;
    background-image: url(../images/qty.gif);
    border: 1px solid #cccccc;}
    #wAttrib-14 h4 {display: none;}
    #wAttrib-15 {display: none;}
    this worked wonders for me, and allowed me to hide names with images. you will of course have to set it according to your own attribute layout, and either make images for it, or find another way to display your attribute names.

  8. #58
    Join Date
    Dec 2010
    Location
    Home
    Posts
    17
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    Quote Originally Posted by gjh42 View Post
    I expect an examiner looks at the right eye (on the left from his viewpoint) first, so it makes sense that that is how reports are organized.

    I thought you were saying you wanted all the attributes on one row. You already had them organized the way you are describing now... can you show in detail how you want it to look?
    This is how it is supposed to be:

    Right Eye (RE/OD) QTY(RE) PWR(RE) BC(RE) DIA(RE) CYL(RE) AXS(RE)

    Left Eye (LE/OS) QTY(LE) PWR(LE) BC(RE) DIA(LE) CYL(LE) AXS(LE)

    ___

    Not all lenses have CYL and AXS discription. Most of them ends at DIA (Diameter). CYL and AXS are for Toric Lenses for people who have astigmatism.

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

    Default Re: Flexible Attributes support

    So you want the dropdown boxes in the same line with their labels? From your stylesheet, it looked like you had added rules to specifically put them below their labels. Delete or comment out these rules:
    Code:
    /*Aline Dropdown Box Below Attribute's OptionName*/
    /*
    #wAttrib-21 .back {float: none;}
    #wAttrib-22 .back {float: none;}
    #wAttrib-23 .back {float: none;}
    #wAttrib-24 .back {float: none;}
    #wAttrib-26 .back {float: none;}
    #wAttrib-27 .back {float: none;}
    #wAttrib-28 .back {float: none;}
    #wAttrib-29 .back {float: none;}
    */

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

    Default Re: Flexible Attributes support

    If that is not what you want, maybe you mean to have the Right/Left Eye line up with the labels that follow?

    Right Eye QTY (RE) PWR (RE) BC (RE) DIA (RE)
    . . . . . . . . . . [] . . . . . [] . . . . . . [] . . . . . []

    Your stylesheet comments out the rules and properties that would do just that:
    Code:
    /*#wAttrib-20 {clear: left; float: left;}*/
    /*#wAttrib-20, #wAttrib-21, #wAttrib-22, #wAttrib-23, #wAttrib-24 {float: left;}*/
    #wAttrib-21, #wAttrib-22, #wAttrib-23, #wAttrib-24 {float: left;}
    
    #wAttrib-25 {clear: left; /*float: left;*/}/*this will sit on a new line*/
    #wAttrib-26, #wAttrib-27, #wAttrib-28, #wAttrib-29 {float: left;}

 

 
Page 6 of 28 FirstFirst ... 4567816 ... LastLast

Similar Threads

  1. v154 Flexible Footer Menu Multilingual [Support Thread]
    By rbarbour in forum All Other Contributions/Addons
    Replies: 128
    Last Post: 6 Sep 2023, 10:30 PM
  2. v152 Flexible Language/Currency Header Options (Support Thread)
    By rbarbour in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 20 May 2021, 03:46 PM
  3. v151 Flexible Return Authorization (RMA) for ZC v1.5.x [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 167
    Last Post: 11 Apr 2021, 08:56 PM
  4. Flexible Product Listing [support]
    By gjh42 in forum All Other Contributions/Addons
    Replies: 27
    Last Post: 27 Apr 2015, 11:16 AM
  5. help with flexible product listing addon
    By artifaxworthing in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Jun 2010, 11:25 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