New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Development Readme (trunk): Asturian

Filter ↓ Sort ↓ All (70) Translated (0) Untranslated (70) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 5
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/).
Priority: high
You have to log in to add a translation. Details
Easily add an interactive step-by-step user guide (intro tour) for your visitors. Based on Shepherd.js (https://shepherdjs.dev/).
Comment

Short description.

You have to log in to edit this translation.

Simple Tour Guide
Priority: high
You have to log in to add a translation. Details
Simple Tour Guide
Comment

Plugin name.

You have to log in to edit this translation.

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
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>
Comment

Found 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
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.
Comment

Found 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
Are there more options?
Comment

Found in faq header.

You have to log in to edit this translation.

Can I open a tour with a custom button? You have to log in to add a translation. Details
Can I open a tour with a custom button?
Comment

Found 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
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.
Comment

Found 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 =&gt; create a tour tab =&gt; 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 =&gt; customize =&gt; additional css and add the following code: You have to log in to add a translation. Details
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 =&gt; create a tour tab =&gt; 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 =&gt; customize =&gt; additional css and add the following code:
Comment

Found 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
The above code will hide the step for non-logged in users but still show it to logged in users.
Comment

Found 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
I have selected the skip a step option, yet the step still shows up. What is going on?
Comment

Found 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
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.
Comment

Found 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
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.
Comment

Found 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
[youtube https://www.youtube.com/watch?v=TRHfuENMbzk]
Comment

Found 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 =&gt; Theme =&gt; Customize: You have to log in to add a translation. Details
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 =&gt; Theme =&gt; Customize:
Comment

Found 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
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.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 5

Export as