New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | Easily add an interactive step-by-step user guide (intro tour) for your visitors. Based on Shepherd.js (https://shepherdjs.dev/). | You have to log in to add a translation. | Details |
Original untranslated
Easily add an interactive step-by-step user guide (intro tour) for your visitors. Based on Shepherd.js (https://shepherdjs.dev/).
You have to log in to edit this translation. |
|||
| ↑ | Simple Tour Guide | You have to log in to add a translation. | Details |
Original untranslated |
|||
| Yes, in the <a href="https://nasiothemes.com/simple-tour-guide">pro version</a> of the plugin, you can use a button with classname <code>stg-start-tour</code> | You have to log in to add a translation. | Details | |
Original untranslated
Yes, in the <a href="https://nasiothemes.com/simple-tour-guide">pro version</a> of the plugin, you can use a button with classname <code>stg-start-tour</code>
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| In the <a href="https://nasiothemes.com/simple-tour-guide">pro version</a> of the plugin, you can create unlimited tours. The free version supports only one tour. | You have to log in to add a translation. | Details | |
Original untranslated
In the <a href="https://nasiothemes.com/simple-tour-guide">pro version</a> of the plugin, you can create unlimited tours. The free version supports only one tour.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Are there more options? | You have to log in to add a translation. | Details | |
Original untranslated |
|||
| Can I open a tour with a custom button? | You have to log in to add a translation. | Details | |
Original untranslated
Can I open a tour with a custom button?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| Check the <a href="https://nasiothemes.com/simple-tour-guide">premium version of the plugin</a>. By upgrading, you will get additional options, as well as access to priority support and updates. | You have to log in to add a translation. | Details | |
Original untranslated
Check the <a href="https://nasiothemes.com/simple-tour-guide">premium version of the plugin</a>. By upgrading, you will get additional options, as well as access to priority support and updates.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| The skip a step option works only for elements that are hidden or off-screen but not for non-existent elements. If the element is missing from the DOM, the step should still appear in the middle of the screen and this is the standard behavior. However, you can still hide it with custom css. ↵ A valid use case for this is if you have extra content for logged in users and you want to hide the step that is linked to it for non-logged in users. To do that, you need to go to plugin settings page => create a tour tab => custom css class and add a custom class name to the step you want to hide, lets say <code>my-hidden-step</code>. After that, go to appearance => customize => additional css and add the following code: | You have to log in to add a translation. | Details | |
Original untranslated
The skip a step option works only for elements that are hidden or off-screen but not for non-existent elements. If the element is missing from the DOM, the step should still appear in the middle of the screen and this is the standard behavior. However, you can still hide it with custom css. ↵
A valid use case for this is if you have extra content for logged in users and you want to hide the step that is linked to it for non-logged in users. To do that, you need to go to plugin settings page => create a tour tab => custom css class and add a custom class name to the step you want to hide, lets say <code>my-hidden-step</code>. After that, go to appearance => customize => additional css and add the following code:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| The above code will hide the step for non-logged in users but still show it to logged in users. | You have to log in to add a translation. | Details | |
Original untranslated
The above code will hide the step for non-logged in users but still show it to logged in users.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| I have selected the skip a step option, yet the step still shows up. What is going on? | You have to log in to add a translation. | Details | |
Original untranslated
I have selected the skip a step option, yet the step still shows up. What is going on?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| Since version 1.04, you can skip a step if the element which is attached to it appears off-screen. All you need to do is go to "Tour Options" and add a tick to "Skip a step if a step is attached to an element but the element is not visible". Please note that skipping a step will not work for elements that are completely non-existent in the DOM (for example content for logged-in users). In this case, the best option would be to use custom css to hide the step. | You have to log in to add a translation. | Details | |
Original untranslated
Since version 1.04, you can skip a step if the element which is attached to it appears off-screen. All you need to do is go to "Tour Options" and add a tick to "Skip a step if a step is attached to an element but the element is not visible". Please note that skipping a step will not work for elements that are completely non-existent in the DOM (for example content for logged-in users). In this case, the best option would be to use custom css to hide the step.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| No, the scope of this plugin is the site frontend only. To display a tour in the CMS, you can try the <a href="https://wordpress.org/plugins/custom-welcome-guide/">Custom Welcome Guide</a> plugin. | You have to log in to add a translation. | Details | |
Original untranslated
No, the scope of this plugin is the site frontend only. To display a tour in the CMS, you can try the <a href="https://wordpress.org/plugins/custom-welcome-guide/">Custom Welcome Guide</a> plugin.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| [youtube https://www.youtube.com/watch?v=TRHfuENMbzk] | You have to log in to add a translation. | Details | |
Original untranslated
[youtube https://www.youtube.com/watch?v=TRHfuENMbzk]
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Another solution could be to "detach" the element from its step for that screen size only. In this way, the step will appear in the center of the screen and the tour will continue to work just fine. Add the following css to Appearance => Theme => Customize: | You have to log in to add a translation. | Details | |
Original untranslated
Another solution could be to "detach" the element from its step for that screen size only. In this way, the step will appear in the center of the screen and the tour will continue to work just fine. Add the following css to Appearance => Theme => Customize:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| The easiest way to fix this is not to attach the step to the element and the step will appear in the middle of the screen. | You have to log in to add a translation. | Details | |
Original untranslated
The easiest way to fix this is not to attach the step to the element and the step will appear in the middle of the screen.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.