Hi everyone,
I have been doing extensive work with delta and context modules and I am quite proficient now in using context for different areas of my site along with delta templates which obviously respond depending on what your context is i.e.
Context > path = admin/*, admin
Reaction: delta > editing template (24 column - strips sidebar for full width editing)
Stuff like that. Although this is brilliant for making any layout you could really need (and awesome responsiveness too. Thanks Omega!). However, if I wanted to make my 'portfolio' page which is a views list page different from the rest i.e. instead of:
IMAGE (item 1)
BODY (item 1)
IMAGE (item2)
BODY (item 2)
into:
IMAGE (item 1)|BODY (item 1)
IMAGE (item 2)|BODY (item 2)
With the image on the left and a bit of info on the right, delta and context dont seem to be able to help me in this situation. I just want to spice things up a bit rather than having a bunch of cck fields going vertically down the page.
Is this a case for panels? I am unsure how panels works with views to create this. I have two test sites which are identical, except, for one I am using delta and context, and the other, I will be using panels (and the built in context).