alan.stephens
コメント
-
Ah! I hadn't picked up that it was a badge activated guide. That makes things more complex. I can't think of an immediate solution to that but will respond if I do.
-
For step 1, you can pick any layout you want, and then just delete each element within it in the designer (clicking the bin icon when hovering over each). The only thing you do want to have is a cu...
-
Hi Divya, we had the same challenge in the past and achieved it by creating a 2 step guide Step 1 has no visible elements, is dependent on the element on the page, and contain JS that immediately a...
-
Possibly with some custom javascript, but I don't think so (out of the box).
-
正式なコメント
Yes, that can be done out of the box. On the transition from step 1 of the guide to step 2, you will want 2 actions.... 1. Change the page URL 2. Move to next step of the guide. That can be config...
-
+1. Almost the first thing I do when I create a guide is to change the segment from Everyone to a segment of test users, so there is no risk of it popping up in lots of different environments when ...
-
Hi! Are all of your tour step Sitewide? Can you limit them to only the relevant page? That should mean if a user takes a different path the guide would no longer show up. It does mean the guide i...
-
Hi Brian, if you want those guides to be available sitewide from the RC, then you'd either have to clone the guides you have and make a sitewide version that is only for the RC, or change the exist...
-
Following with interest!
-
Hi Jenny Assuming the 2 page tags are identical, you could audit the guides that use either and update them so that all consistent;y just just one. Then you can remove the additional page tag as i...