Custom Numbering of Tooltips
complete
Otis
Currently, tooltips in a tour start with number 2 (slide 2) since the title slide is not counted. Also, video slides or other non-interactive slides are oddly counted as part of the tooltip numbering sequence even though no tooltip is shown for those. As a result, the next actual tooltips appear to skip numbers which is confusing. Therefore, please only count actual tooltips when numbering them to make it less confusing for users. Otherwise, it makes the whole tour confusing to follow.
Arun Pravin Selvaraj
complete
The ability to hide numbering in tooltips has been added. Users can enable or disable this feature through the Project Edit > Settings > Tooltip Settings section, giving greater customization to their projects.
Otis
Additionally, the number of steps shown in a tour doesn't match the number of steps shown in a guide (always one more than the other) since the title/launch slide in the tour is incorrectly counted as a step. Please do not count the title slide as a step in the tour so the steps properly match between a tour and guide.
To best resolve this, one option is to remove automatic tooltip numbering and allow us to manually add numbers in front of the tooltip text. Otherwise, you’ll need to update your code to show tooltips for videos so they are properly counted as a step. If a tooltip is added to a video, it should provide navigation arrows like a regular tooltip so the user can either click next to play the video before continuing to the next step or click the back arrow to navigate to the previous step. Currently, you cannot navigate to a previous step once you reach a video, so this solution would address this.