Tomá? Groulík
Forum Replies Created
-
Forum: Plugins
In reply to: [Intro Tour Tutorial DeepPresentation] Support for labelling strings in wpmlYou are very welcome
It would be great if you can share with us translation file for your language,so I can add it to plugin for other users. If you are up to it, you can send it to support@deeppresentation.com.
Best regards
TomasHi,
Yes, if you like to start it when user scrolled through certain element, choose event type … element is scrolled in view port… and choose target element via visual builder or manually by css selector … but as I answered in previous support thread … this feature is only available in PRO version.Forum: Plugins
In reply to: [Intro Tour Tutorial DeepPresentation] Support for labelling strings in wpmlHi Cyrille,
New version is up and it brings possibility to translate button texts. Remember to not override their text in global options of plugin, otherwise translations doesn’t show up.Let us know if it works for you.
I’m thinking to add these text override also to specific configuration of each tour, so that it will be more universal and probably will also work with wpml, but that will come in next release.
Have a nice day
Forum: Plugins
In reply to: [Intro Tour Tutorial DeepPresentation] Support for labelling strings in wpmlSorry for delay,
I’ve been very busy this week. But I already implemented it and on beginning of the next week I’ll test and release it.Have a nice weekend
Forum: Plugins
In reply to: [Intro Tour Tutorial DeepPresentation] Some QuestionThis is if I set the trigger to “when loading a page”, what if I set the trigger “when clicking on a button”, is that possible?
Once Per Starting Page Load doesn’t mean that it works with On Load trigger … actually with this trigger it doesn’t have a sense and it is not displayed when On Page Load trigger type is chosen. It works with button.
If so, then when the user types something in the search form, the tour will be displayed, even though I want the tour to be displayed when the user finishes typing and then clicks “Enter” on the form.
Is there no special trigger if “User clicks the enter button”? If not, can you please include it in future features?Yes it will start when types something.
Yes we can add it to development as a future feature- This reply was modified 3 years, 10 months ago by Tomá? Groulík.
Forum: Plugins
In reply to: [Intro Tour Tutorial DeepPresentation] Some QuestionHi @mushlih,
Sending an answers:1. I set the tour to run when someone clicks the “search” button on my “search form” site. The question is, can I set the tour to run only when the user clicks the “search” button for the first time? So if he clicks the “search” button a second time and so on, the tour is not shown.
Yes, you can do this by turning on Once Per Starting Page Load switch in trigger configuration
2. Can I make more than one tour on a page?
Yes, you can do as many as you like. But if triggers are overlaping, just one that was loaded first will run.
3. I have a “search form” on my site, where users can view the search results they are looking for by clicking the “search” button or clicking “enter” on their keyboard. And I’m currently setting the tour to run when the user clicks the “search” button on the form. The question is, can I set the tour to run when a user clicks the “enter” button on their keyboard?
You can set it to start on pressing any key – Event select in trigger configuration – but not particularly ENTER.
4. I set for the tour to run if someone hovered over to class my-class1. Can I set for the tour to also run if someone hovers over to class my-class2 and so on? Can I use my-class* code ? so I added an asterisk to make the tour run if someone hovers over all the classes that have the prefix my-class.
You can set
.my-class1,.my-class2,.my-class3
but*
is not supported5. Can I set more than 1 trigger on a tour?
Not in free version. But in PRO you can setup simultaneously 2 trigger configurations for each tour. Therefore you can combine their settings and cover huge amount of use cases. E.g. run automatically but just in case of first visit of particular visitor together with starting when an info button is pressed.
For closer look, what extra feature you can get with PRO, please visit
https://deeppresentation.com/plugins/dp-intro-tours#pro-featuresForum: Plugins
In reply to: [Intro Tour Tutorial DeepPresentation] Some QuestionThen plugin itself can’t do that and because it is custom thing, it wouldn’t be good to add it to plugin. However we can add some events so you can write small js script, that makes it and execute it on the event eg. onBeforeStep(stepIdx) …
If you don’t have a skills, I can do this for you with my standard hourly rate of $ 25 / h.
Anyway there are not events publicly available yet but I can do it in 1 week ish.
Let us know if that works for you
Hi @gexy,
Thnak you and I’m open to talk about your points.I’m not sure what do you mean by
arrows pointing from the box to an object on the page
As there is an arrow pointing to the object on the page, but maybe you mean something different. Can you explain it more?
Can you explain more, what exactly is needed to plugin works with polylang?
Sure you can send me a code to support@deeppresentation.com
It would be great.Have a nice day
Hi there,
Have you tried to select 3rd footnote via visual builder?
Anyway if you prefer to set it manually, with only class, that all footnotes has, plugin can’t know that you mean 3rd. You need to add some css selector … probably:.footnote_referrer:nth-child(3)
or
.footnote_referrer:nth-of-type(3)
Let us know if that works for you.
- This reply was modified 3 years, 11 months ago by Tomá? Groulík.
Forum: Plugins
In reply to: [Intro Tour Tutorial DeepPresentation] Support for labelling strings in wpmlHi Cyrile,
Thank you for your input. Great to hear that plugin works fine with WPML … almost:)
Definitely I’ll fix this as I believe, that it is annoying – just this small thing limits usage of our plugin with WPML.
It would be great if you can share with us translation file for your language,so I can add it to plugin for other users. If you are up to it, you can send it to support@deeppresentation.com.I’ll be back in next week with fixes you need.
Thank you and have a nice dayForum: Plugins
In reply to: [Intro Tour Tutorial DeepPresentation] Some QuestionIf so, can the tour appear if the user passes through a shortcode? For example, the user passes the subscriber form on the post (which is embedded using a shortcode), then the tour will appear in that section. Can it?
You can set a trigger for tour … choose trigger selector by visual builder -> choosing that subscriber form OR … manually set a (unique in current page) css selector of the subscriber form. Then if you like to start it while user is scrolling, choose event type … element is scrolled in view port… but as I answered in previous support thread … this feature is only available in PRO version.
So, I have a sidebar on my site that can be accessed if the user swipes the page to the right. And I want the tour to tell the user how to see the sidebar (ie by swiping the screen to the right) and on the tour, there is an animation like “Swipe screen to the right”, is that possible?
Is that sidebar just for mobile like a mobile menu? Is it also possible to open that sidebar by click on any button?
Forum: Plugins
In reply to: [Intro Tour Tutorial DeepPresentation] Specific HTML tagMarking as resolved
Forum: Plugins
In reply to: [Intro Tour Tutorial DeepPresentation] Some QuestionHi @mushlih,
Thank you!
We are glad to answer your questions.1. Can I apply the tour only on smartphones?
Not in FREE, but Yes in PRO. As the PRO version deals with mobile/widescreen issues.2. In the “selector” section, can I write a class that starts with a specific code? For example, I want to run a tour only on elements that have a class prefixed with myclass, and later if there is a class myclass1 or myclass2 then the tour will run on that element.
This is not standard feature, so plugin doesn’t support selecting by prefix of class. If you specify class and there is more then one element of that class, it take first element for given step. In selector, you can specify element by standard selector – tag, class, id its combination etc … you can see supported selector structure here .3. Can I animate the tour? For example, “swipe up to buy”, there will be an animation like swiping up on Instagram stories.
I’m not sure if I understand a question fully. You can ask again, if my answer point to different direction:) It has only basic scroll and fade animation included. But it is possible to animate element of step by “standard” scroll in view animations so when tours scroll at element, it will animate it because it appears in view. However this animation is not in a scope of this plugin so you need to this in your own. There is a plenty plugins and theme builders now-days, that deals with scroll in view animations, so it should not be a big deal.4. Could it be that the tour only loads once? And when a user clicks “Done” on a tour, the tour doesn’t appear again` Yes, this is possible to setup in trigger section … there are two options that covers that. Each has different purpose.
First User Visit Only – it only show a tour at very first time visit of particular user (unless he clear cookies)
Once Per Starting Page Load – E.g. if ‘Event’ is set as ‘Element is scrolled in viewport’, tour won’t start, when element is scrolled in view for second time, after previous tour has finished.5. Can I display the tour on all posts (only posts, not including pages etc.) on my site? Currently it is possible in PRO to configure trigger of tour to start tour at completely all pages/posts etc by setting named Global Start at All Pages. But there is not yet option to start just for all posts or just for all pages etc. but this feature is in our development plan and will be implemented in 2 months ish.
Have a nice day
TomasForum: Plugins
In reply to: [Intro Tour Tutorial DeepPresentation] Specific HTML tagForum: Reviews
In reply to: [Intro Tour Tutorial DeepPresentation] Very nice oneThank you:)