Page 23 of 28 FirstFirst ... 132122232425 ... LastLast
Results 221 to 230 of 279
  1. #221
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Flexible Attributes support

    Yes, you can address attributes individually. For example, all attributes can be hidden with display: none; and the "Hemmed" attribute can be set to display: block; so it shows back up.

  2. #222
    Join Date
    Jun 2009
    Posts
    389
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    thank you so much for your response.

    i am still trying to get the code right on css...please forgive me...not a programmer:

    .hemmed {display: block;}

    of course, i would set my attributes "hemmed" under option names and click the check box if the buyer wants their pants hemmed. not sure if i have the css right.

    thank you again...

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

    Default Re: Flexible Attributes support

    You need to find the attribute id for Hemmed and use that in the rule. Your finished rule will look something like
    Code:
    #wAttrib-23 {
    	display: block;
    	}
    where the 23 is replaced by the attribute id. The readme describes this in more detail.

  4. #224
    Join Date
    Jun 2009
    Posts
    389
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    Glen, thank you again so much for your time. I am really excited to help out my friend. I will be starting it in a couple of weeks. I understand it and can't wait to get it going. Thanks again :)

  5. #225
    Join Date
    Jun 2011
    Posts
    91
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    Will this ad-on allow you to line your options horizontally instead of vertically, using radio buttons? ie
    Choose Color
    Red
    Blue
    Green
    Black

    Choose Color
    Red Blue Green Black



    Thanks in advance

  6. #226
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Flexible Attributes support

    What happens if you edit the Option Name for Color and change the settings for:
    Attribute Images per Row: 5 Attribute Style for Radio Buttons/Checkbox: 3
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #227
    Join Date
    Jun 2011
    Posts
    91
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    Well, that's in the neighborhood, however it puts the option names on 2 rows (I have 5 options) and they are spread out.
    I'd like to have them all on one row. http://www.readingglasses4less.com/i...roducts_id=308

  8. #228
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Flexible Attributes support

    It can work if you had your Attributes below the image with something like a <br clear="all"> before them in your template ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #229
    Join Date
    Jun 2011
    Posts
    91
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    I'm not sure how to code this. What files to I need to edit?

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

    Default Re: Flexible Attributes support

    You have the right settings, but something is making the colors take up too much width. Find this rule in your stylesheet
    Code:
    .attribImg {
        margin: 0.3em 0;
        width: 20%;
    }
    and change it to
    Code:
    .attribImg {
        margin: 0.3em 0;
        width: 10%;
    }

 

 
Page 23 of 28 FirstFirst ... 132122232425 ... 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