-
Notifications
You must be signed in to change notification settings - Fork 5
Add more specific contexts #38
Comments
Were any of these fixes supposed to be included in the latest 2.1.3 update? I see in one of the items fixed: But it still appears that the nested fields with SuperTable and Matrix are not loading. See use case below: |
@aladrach I'll take a look today for you, that may have got missed! |
@aladrach aha, I’ve found the scenario, it only happens when there is a block-specific field layout that contains a SuperTable / Matrix combo and only happens on load. You can get round it for now by either collapsing and expanding the affected blocks, or removing the field layout for that block. I've made a specific ticket if you want to follow that: #40 |
@joshangell Any idea of where to start looking at adding Supertable support for Pimp My Matrix? I need it for a site. |
@dubcanada sorry I haven’t actually looked into it - I think there will be a fair bit of js fangling to do. Feel free to take a shot and send a PR! |
Looks like I'm trying to use the same setup as @aladrach but I don't have the problem of the fields not loading, but rather the group field layouts are completely ignored. E.g where in @aladrach 's screenshot the "Blocks" button inside the SuperTable row, even though I've configured that to appear, I just get the default Matrix row-of-buttons UI and no Content / Settings tabs on the Matrix fields. EDIT: Just updated to 2.1.4 and all seems to be good, except tabs. EDIT 2: But still getting the issue of fields not showing up upon first load of editing an entry, but collapse-and-open fixes it. |
@fuelintegrated yep you can get around it either using @aladrach’s css fix (whatever that is) or removing the field layout for that block. |
@joshangell I removed the field layout for the block, but the fields are still hidden :( |
@fuelintegrated hmm, did you remove the global field layout for that block too? Or just the one specific to that entry type? |
@joshangell There's still a field layout on the Column Module block type (you can see the Content / Settings tabs), would that be affecting it too? |
@fuelintegrated aha quite possibly - if removing that fixes it then please could you document that on the #40 thread |
@joshangell That seems to solve it yeah, I'll document on #40 |
@joshangell, @fuelintegrated, this is the override CSS:
|
Related to #28 and #33 there are some obvious contexts that need adding - feel free to comment to add more:
The text was updated successfully, but these errors were encountered: