-
Notifications
You must be signed in to change notification settings - Fork 645
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR: how about a Solo button for Matrix elements? #3116
Comments
Interesting idea, but I’m not sure how we could intelligently know which parts of the template to turn off vs. leave in view. You would still need all the layout HTML, for example, and it wouldn’t be possible for Craft to tell how much beyond that is safe to remove without breaking the page styles. That said, we do plan on implementing #1489, which would provide a way for you to manually assign alternative Live Preview views. So you could create a custom target that displays your Matrix blocks in a non-carosel UI. |
Hey, Brandon, appreciate your thoughts and concerns. Seems this is a much simpler thing, though, along with its high utility, and if I haven't missed something. Here's the CP view of client's site-in-progress, with Solo buttons added as they might look: And here's how the matrix would present, with Solo clicked for the top matrix element: So, you see, the only things happening are that, per matrix element:
Hoping this is a lot simpler than what you were thinking about. And...just realized afresh that the slider source I'm showing here is actually implemented in Neo (there is a c3-dev). So who I have to convince is also Ben/Neo and the SuperTable guys. But if you do it yourself, in Craft style, many content building persons will be happier with Live Preview, and this will definitely aid the case for their happiness with the plugin guys also, no? Plugin guys will get to see your code for implementing it nicely, maybe can just call then-available |
Ahh, sorry misunderstood. |
Great -- just caught this. And I'm reconsidering point 4 -- surely people would solo different blocks at the same time, sometimes, even if they can only watch one change at a time. It's a natural content-enterer sort of move. But I don't think this should make implementation harder; it just means more memories to be kept. Handy to have in mind for their container design, though, would imagine... Cheers, and enjoy your week-end back -- Bend is nice, and not less this time of year, I remember ;). |
Additions to round out the Solo button feature, from further thought:
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Description
Here's the thing. Let's say you have a carousel running on a page, with the slides loaded as would be natural from a Matrix. Now, try to edit one of the slides in Live Preview. That's the scene you won't have trouble to imagine -- the slide of interest is not showing on each reload unless its the first, or is running off soon if you do catch it, etc..
I was thinking first along the lines of giving a choice on the menu with Disable, to Disable All Others. But that's not quite right either -- when it turns to Enable All Others as would be natural, that isn't necessarily what you'd want. Maybe you already have some that are disabled, and want them to stay that way.
Then the idea came. What's needed should operate like the button that is found on each channel in an audio mixing board, hardware or software realized. It doesn't affect the set state of other channels -- just defeats them all when you want to hear the single one. Punch it again, etc., and those other channels which were enabled come back.
Simple to describe, explain, and use; possibly not quite simple to encode, but given how Live Preview operates, shouldn't be so bad? That thing you mentioned to me about states transferring back and forth on the client side might be a trip-up, but not worse than what's already going on, yes?
This seems to me a very nice feature to have, once you realize. If you'll know how I might have gotten into it -- in fact, you have the commented movie rushes. Futures arrive :) , and cheers....
p.s. Really glad you guys got your holidays, if also as diligent bus men, and wouldn't have sent you the film if had realized you were still on them, think you'd know.
Additional info
The text was updated successfully, but these errors were encountered: