Re: Flexible Attributes addon support
SELECT, INPUT attrib-1 applies to all "select" elements, not just attrib-1. It is apparently supposed to apply to "input" elements with a class or id of attrib-1, but without a . or # in front, that part is meaningless to CSS.
If you want it to apply to the attrib-1 dropdown, try this:
Code:
#attrib-1 {width: 8.5em}
Adjust to taste.
Re: Flexible Attributes addon support
Quote:
Originally Posted by
gjh42
SELECT, INPUT attrib-1 applies to all "select" elements, not just attrib-1. It is apparently supposed to apply to "input" elements with a class or id of attrib-1, but without a
. or
# in front, that part is meaningless to CSS.
If you want it to apply to the attrib-1 dropdown, try this:
Code:
#attrib-1 {width: 8.5em}
Adjust to taste.
Perfect! Thanks!
Re: Flexible Attributes addon support
I just updated this mod to incorporate the small changes for 1.3.9h. Should appear in the contributions section soon.
Re: Flexible Attributes addon support
I got everything the way I wanted it to look on my localhost, but I am stuck on an issue on the live website... no matter what sort order I apply to the Option Names, they still always show up in the order they are currently listed on this page: http://tinyurl.com/87bxoxe
Any idea on what would cause this issue?
The order should be (as columns):
Juice Choices
Juice 1
Juice 2
Juice 3
Smoothie Choices
Smoothie Choice 1
Spacer 1
Spacer 2
Meal Replacement Bar Choices
Meal Bar 1
Meal Bar 2
Meal Bar 3
Meal Choices
Meal 1
Meal 2
Spacer 3
The only ones that should have "clear: left;" in this four-column layout should be Juice 1, Juice 2, and Juice 3, right?
Thanks!
Re: Flexible Attributes addon support
Quote:
The only ones that should have "clear: left;" in this four-column layout should be Juice 1, Juice 2, and Juice 3, right?
Correct.
I haven't had much need to change attribute sort orders, but you may want to check out the Option Value Sorter (Update All Products' Attribute Sort Orders to match Option Value Default Sort Orders:) as well as the Option Name Sorter.
Re: Flexible Attributes addon support
Quote:
Originally Posted by
gjh42
Correct.
I haven't had much need to change attribute sort orders, but you may want to check out the Option Value Sorter (Update All Products' Attribute Sort Orders to match Option Value Default Sort Orders:) as well as the Option Name Sorter.
This is so strange... the Option Name Sorter shows them in the exact order I want them. It's almost like ZC is ignoring the order I am setting. This is maddening!!!
Re: Flexible Attributes addon support
Have you tried Option Value Sorter > Update All Products' Attribute Sort Orders to match Option Value Default Sort Orders: ?
It may not help, but can't hurt.
Re: Flexible Attributes addon support
Quote:
Originally Posted by
gjh42
Have you tried Option Value Sorter > Update All Products' Attribute Sort Orders to match Option Value Default Sort Orders: ?
It may not help, but can't hurt.
Yep, unfortunately it didn't make any noticeable change. :(
Re: Flexible Attributes addon support
I can't think of any other factors for this. There are settings for category/product default sort orders, but I don't know of any for attributes outside of the Option Name Manager and Option Name Sorter. The Attributes Controller has an "update sort to default order" button, though I believe that only applies to values.
Re: Flexible Attributes addon support
Quote:
Originally Posted by
gjh42
I can't think of any other factors for this. There are settings for category/product default sort orders, but I don't know of any for attributes outside of the Option Name Manager and Option Name Sorter. The Attributes Controller has an "update sort to default order" button.
Just tried the Attribute Update Sort button... no luck. I suppose I will need to just delete the option names and values I have created and recreate them in the order I want them to show up...