Page 22 of 28 FirstFirst ... 122021222324 ... LastLast
Results 211 to 220 of 279
  1. #211
    Join Date
    May 2012
    Posts
    8
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    Thanks for you help gja42 it help alot.-)

    I am now starting to get my attributes where i want to have them but i have a couple more questions if somebody can help.

    I would like to have a explaning headline above each of my attrbutes like ( enter your size here).

    And is it possible to get a border around each attribute.

    Thanks for your help so fare

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

    Default Re: Flexible Attributes support

    Code:
    #wAttrib-9  h4.optionName, #wAttrib-10  h4.optionName, #wAttrib-11  h4.optionName, #wAttrib-12  h4.optionName, #wAttrib-550  h4.optionName, #wAttrib-777  h4.optionName, #wAttrib-15  h4.optionName, #wAttrib-16  h4.optionName, #wAttrib-17  h4.optionName, #wAttrib-18  h4.optionName, #wAttrib-19  h4.optionName, #wAttrib-20  h4.optionName, #wAttrib-21  h4.optionName, #wAttrib-22  h4.optionName, #wAttrib-23  h4.optionName, #wAttrib-24  h4.optionName, #wAttrib-25  h4.optionName {
    	color:#4C1E73;
    	display: none;
    }
    <br/>
    </h5>
    </div>
            .wrapperAttribsOptions {
    margin: 0.3em 0em;
    border-top: 1px solid #c4c4c4;
    padding: 1em 1em 1em 1em; 
    }
    You have some stray HTML tags that are disabling the following rule. Delete the part in red.
    You can also condense the long selector above into just
    Code:
    h4.optionName {
    	color:#4C1E73;
    	display: none;
    }
    unless there are other .optionName elements you want to show.

  3. #213
    Join Date
    May 2012
    Posts
    8
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    Tanks for all the help so fare:-)
    hope i can ask for help a last time, it seems like i am stuck.

    I would like to get my last attribute under the others ( see link) with the same spacing under like the first one. Is it a simple way to do this

    http://www.ak-dress.com/index.php?ma...&products_id=1

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

    Default Re: Flexible Attributes support

    I'm not sure of the exact effects you want, but there are some errors in your CSS that you need to fix before you can style the attributes correctly.

    Code:
    #wAttrib-24 {
            float: centered; 
    	background-color:
    	margin:0 17px 0 0;
    	padding: 5px 0px 5px 5px;
    
    }
    
    #wAttrib-2 {
    	float: centered; 
    	background-color:#e8e2ee;
    	margin:0 20px 0 0;
    	padding: 5px 0px 5px 5px;
    	}
    
    #wAttrib-1 {
    	float: centered; 
    	background-color: #e8e2ee;
    	margin:0 20px 0 0;
    	padding: 5px 23px 5px 5px;
    	}
    
    #wAttrib-1 {
    	float: centered; 
    	background-color: #e8e2ee;
    	margin:0 19px 0 0;
    	padding: 5px 22px 5px 5px;
    	}
    There is no such thing as float: centered; - you can only float left, right or none.
    You are missing the end of one background-color declaration, which is disabling the following margin declaration.
    You have #wAttrib-1 set twice. Eliminate one of these.

    Do you want all three dropdowns on the left, with the other attributes to their right?
    Do you want the top borders to be continuous across the row, or have a gap between the attributes?

  5. #215
    Join Date
    May 2012
    Posts
    8
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    i like it how it is now, but i would like to get the line to go to the end on each row. Yes i would like the dropdown on the left and the rest on the right.

    Thanks :-)
    One more thing. I have a dropdown for sizes and 4 textboxes for own size. They dont use the dropdown box if they are gona insert they own size. Is it possible to remove the price from the textbox but let it show when check out. When i add the price on the textbox attribute it shows on the side of the of the textbox and that push my textbox attribute out of order.

    Thanks for all your help so fare.

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

    Default Re: Flexible Attributes support

    You would need to add some code to a file as I mentioned in your other thread, to control the price as you want.

    For the styling, replace these rules
    Code:
    #wAttrib-9, #wAttrib-10, #wAttrib-11, #wAttrib-12, #wAttrib-1,#wAttrib-2,#wAttrib-22,#wAttrib-25 ,#wAttrib-24{
        
             float: left; 
    	margin:0 15px 10 10;
    	padding: 5px 5px 5px 5px;
    
    	}
    
    #wAttrib-25 {
            float: left; 
    	background-color:#e8e2ee;
    	margin:0 15px 0 0;
    	padding: 5px 0px 5px 5px;
    
    }
    
    #wAttrib-24 {
            float: left; 
            margin:0 17px 0 0;
    	padding: 5px 0px 5px 5px;
    
    }
    #wAttrib-12 {
            float: right; 
            margin:0 5px 0 0;
    	padding: 5px 0px 5px 5px;
    
    }
    #wAttrib-2 {
    	float: left; 
    	background-color:#e8e2ee;
    	margin:0 20px 0 0;
    	padding: 5px 0px 5px 5px;
    
    	}
    
    
    #wAttrib-1 {
    	float: left; 
    	background-color: #e8e2ee;
    	margin:0 20px 0 0;
    	padding: 5px 23px 5px 5px;
    
    	}
    with these:
    Code:
    #wAttrib-9, #wAttrib-10, #wAttrib-11, #wAttrib-12, #wAttrib-1,#wAttrib-2,#wAttrib-22,#wAttrib-25 ,#wAttrib-24{
            float: left; 
    	margin:15px 0 0 0;
    	padding: 5px 10px 5px 0;
    	}
    
    #wAttrib-9, #wAttrib-10, #wAttrib-11, #wAttrib-12 {width: 78px;}
    
    #wAttrib-1 {
    	float: left; 
    	background-color: #e8e2ee;
    	margin:0 ;
    	padding: 5px 0 5px 5px;
    	width: 125px;
    	}
    
    #wAttrib-2 {
    	float: left; 
    	clear: left; 
    	background-color:#e8e2ee;
    	margin:15px 15px 0 0;
    	padding: 5px 0 5px 5px;
    	width: 125px;
    	}
    
    #wAttrib-25 {
            float: left; 
    	background-color:#e8e2ee;
    	margin:15px 5px 0 0;
    	padding: 5px 0 5px 5px;
    	width: 125px;
    }
    
    #wAttrib-21 {
            float: right; 
            margin:0;
    	padding: 0;
    	width: 355px;
    }
    
    #wAttrib-24 {
            float: right; 
            margin:15px 0 0 0;
    	padding: 0;
    	width: 355px;
    }

  7. #217
    Join Date
    May 2012
    Posts
    8
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    Thanks for the code. Everything seems to fall in place now:--) but a coulple of attributes seems to drop down after i add the code_)

    Thanks for your help again

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

    Default Re: Flexible Attributes support

    You had two copies of the stylesheet - stylesheet_flexible_attributes.css and stylesheet_flexible_attributes%20.css. The second one (the only one you have now) never got the original fixes and still has the duplicate rule
    Code:
    #wAttrib-1 {
    	float: centered; 
    	background-color: #e8e2ee;
    	margin:0 19px 0 0;
    	padding: 5px 22px 5px 5px;
    	}
    Delete that and everything works.

  9. #219
    Join Date
    Jul 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    Great mod, it’s just what I’ve been looking for. I'm not sure if this is possible though, can I move the position of my attribute comments in between the attribute label and the dropdown box? I’m hoping this can be done so I can insert a help icon link between the two. Thanks in advance for any help that can be offered.

  10. #220
    Join Date
    Jun 2009
    Posts
    389
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    Hi, I am struggling here on what to do. My friend will be using 1.39 zen cart. All of the common attributes like color, size, pattern...etc (read only) will be hidden BUT what she wants to do is show only ONE attribute. Let me give you an example. My friend sews and will be offering just one alteration on each item.

    Example: Pants $24.00
    Hemmed $6.00 (attribute) (if picked yes than $6.00 will be added to the cart)

    I hope I made myself clear. I would give you a link but it is not up yet. Just in the planning stages and trying to iron out some concerns. My question is...will Flexible Attributes be able to solve this problem?

    Thank you.

 

 
Page 22 of 28 FirstFirst ... 122021222324 ... 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