Skip to main content
Inspiring
June 11, 2020
Answered

Hide Button advanced action applied to slide on enter event hides the buttom for remainder of projec

  • June 11, 2020
  • 1 reply
  • 316 views

I have a project in which I've added three navigation buttons to the second slide in my project. I have the buttons set to display for rest of project - and always on top.

I am also adding knowledge check slides intermittently in the project, and I do not want the navigation buttons to appear on those slides.  I created an advanced action that hides the buttons, and I applied the advanced action to the on enter event for the knowledge check slide. It works, but it also hides the buttons for all remaining slides.  Is this expected behavior?  Is it expected that I then add an advanced action to show the buttons on the first slide on which I want the buttons to appear again?

Thank  you,

    This topic has been closed for replies.
    Correct answer Lilybiri

    I have created a Shared action exactly for this purpose, which needs to be applied On Enter for each sldie, needing only one parameter. It will also work if user navigaties in a chaotic way.

    http://blog.lilybiri.com/shared-or-advanced-use-case-hide-slash-show-custom-navigation

    1 reply

    Lilybiri
    LilybiriCorrect answer
    Legend
    June 11, 2020

    I have created a Shared action exactly for this purpose, which needs to be applied On Enter for each sldie, needing only one parameter. It will also work if user navigaties in a chaotic way.

    http://blog.lilybiri.com/shared-or-advanced-use-case-hide-slash-show-custom-navigation

    Inspiring
    June 11, 2020

    Awesome. Thank you for the quick response Lieve.  I will give this a try!!