Closed (duplicate)
Project:
Taxonomy Menu
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2011 at 17:34 UTC
Updated:
16 Aug 2015 at 11:44 UTC
Jump to comment: Most recent
Comments
Comment #1
dstolHmm.. There is some history of this over in #875098: Menu items weight handle/dragging -50 patch
Could you confirm that the weight of your taxonomy_menu menu items are all at -50?
Comment #2
grossmann commentedI can confirm this for 1.2
My menu got messed up because the taxonomy menu items got weight -50.
Example for main menu (correct order).
1. Home: weight -50
2. Products (taxonomy): weight -49 (set manualy)
2.1 Some product (taxonomy): weight 0
2.2 Some other product (taxonomy): weight 1
...
3. Support: weight -48
4. ...
After changing the taxonomy menu items (can't figure out what triggers it) the menu resets to somting like this:
1. Home: weight -50
2. Support: weight -48
...
3. Products: weight -50 (<- this is messed up)
3.1 Some product. weight 0 (<- subterms are correct)
...
After each taxonomy editing I have to sort it to the correct place manualy.
grossmann-mcs
Comment #3
hles commentedComment #4
hles commentedI'll mark this a duplicate of #1378644: Menu item weights out of range, reset to -50. Re-open if you think it's not.