Stanley Pankin
Comments
-
Seems like this feature has high demand. Checking as well if there is any progress on feature development. Implementing this feature would ease most of our processes of guide creation.
-
This can be achieved using a CSS solution: display: none !important;. The idea is to create an “invisible step” in the guide that remains hidden from the user but is visible to you in the builder. ...
-
Hi Spencer, I brought up a similar issue about nine months ago, and this was the response I received at the time: By design, Pendo displays Guides across an application, regardless of the Tab or ...
-
That worked, thanks for the help!
-
That actually did the trick! Thanks for the helpful hint - I really appreciate it. I’m curious if there are any more flexible ways to achieve this because I've seen a flexible option that is availa...
-
Creating another theme with a newly defined z-index is far from an optimal solution, as there may be multiple popovers with varying z-index requirements. Applying z-index to ._pendo-step-container-...
-
That’s not quite what I’m trying to achieve here. I don’t want the guide to advance immediately when the element where the popover is shown(RED) gets clicked or selected. Instead, I need to show a ...