Middle section called hidden content is hidden (0px in height).
Third section contains main content.
All three buttons have the same main function.
Expand hidden content section to be 800px in height
MOVE(!!) the screen down to the hidden content section, hence the use of the link block
Show content relative to the button that is pressed. i.e. button 1 shows content 1, button 2 shows content 2 and button 3 shows content 3.
This is where I’m stuck.
I’m aware that I can use tab buttons to flip between the content, but then I can’t move down to the section. I can use the link block to move to the section but not display the tabbed content. How can I possibly do both?
Hi @peted83, thanks for the updates. Sorry for the delayed reply. Could you share the site read-only link: Share a read-only link | Webflow University. This way we can look how you have this setup and make some suggestions
Hi @peted83, thanks for your followup, I am still looking into this to see if there is a way to design this without having to use some custom jQuery. If I understand correctly you want to:
Click a column and scroll to the hidden section
Unhide the hidden section that relates to the button pressed, or otherwise show some specific content when the column is pressed.
Currently, if you set the link block to scroll to a section, that will cancel any interaction placed on the link block.
It might be easier to create hidden sections and setup a little jQuery to first scroll to the ID to the section you want to view, and then set the display of that section to Block, thus displaying the content. I will keep checking on a code free alternative setup in Webflow
Thanks for your reply. A possibility is to use 7 hidden section (0px height), 1 per column button, and have the relevant section expand. Seems a bit messy though but may achieve what I require, unless you find a better solution.
Hi @peted83, yes that absolutely possible to setup separate interactions. You would need to manage the hidden content with the interactions separately, as you have indicated, with a separate interaction, targeting a different hidden element.
I will continue to check and if I come up with some ideas, I will let you know