So I tried what you did and it negated the whole point of this, which was to get it to grow vertically. Now it just appears as if there was no interaction.
Fixed it!! Look at my links again. I noticed in the published code, that even though I set the height to 100%, the generated code was 100px. In interactions I set the height to auto instead and now the full content i shown.
WOHOO!! Thank you so much! It works, why didn’t I think of that? I have a support email going with them to fix the px issue but I’m glad this works. Thanks Revolution for your hours of work, I’m glad we found a solution eventually.
Okay, more of a new issue now. Is there anyway to have a second click on a tab close that tab? Also anyway to trigger the closing of any other open tabs in other tab elements when one opens. Like if i have rows of tabs and a tab is open in row one, opening one on row 3 will close the one on row 1.
Vincent, can you explain more about the sibling workflow? Turns out I need to use interactions instead due to the tabs component not loading in order on mobile. I want to know of an easy way to close any open elements easily when a new element is triggered to open.
Is this accordian functionality your asking for? It’s been asked before and there’s no easy solution for that I’m afraid. I was trying to that with navbar and drop downs in my example site I posted here.
Well the tabs worked great until I realized that on mobile, the tab headers load in a row, with the content below all of them. I need each tab to trigger the content direclty below it. I can do this with interactions and simply copy the entire implementation and reorder on mobile and hide on the other media queries. The only thing I’m hoping to find is a simple way to have the interactions close all other open tabs when opened.