Community forum for knowledge and support

Home
Members
DeAndre Holland
D
DeAndre Holland
Offline, last seen 3 months ago
Joined November 6, 2024

Hey all, I wanted to share an issue/bug I found in the 'CAREERS 3' component.

ISSUE: list wrapper not shrinking back to zero on the 2nd click. (As seen in the 1st video)

What I did to solve this issue was (2nd video for reference):

  • Remove the interaction off of the assigned element
  • Add the click interactions back to that same element
  • Inside'On 2nd click' interaction, I moved the 'careers3_list-wrapper' (mine is named differently) interaction after the rotating icon

  • While 'careers3_list-wrapper' was still selected, I switched the 'Affect' option to 'All elements with this class' then switched it back to 'Only Siblings'
  • That ended up resolving that bug for me.

WORKAROUND:
Duplicate one of the fixed ones to make more.

Hope this helps if anyone ever gets stuck on those.