105 comments found.
Hi, it’s possible add tour by context (by page) with more than one in each page? thanks for great job!
Hi, one page can have an unlimited number of tours
I’ve sent an email to support on this as well, but since I haven’t heard back I thought I’d try here. There is an issue with the WordPress plugin and calling a function in the “finish” or “end” events. The functions are called just fine if I’m an Admin user, but they aren’t even called if I’m not Admin. Something is apparently broken with the plugin
Check email. Perhaps the answer fell into spam. I answered immediately. Send me a link to the problem page by email. I have to check the code of your page.
Your plugin looks great, I just wanted to check it is still being maintained as it hasn’t been updated in a while.
Hello, Yes, of course the plugin is supported
Hi, can it be integrated on Magento 2?
Hi, I did not work with magenta. if you can connect files to the page, there will be no problems
Hello. Is iGuider compatible with Bootstrap 4? I’m having trouble deploying it in this framework.
Hello, What is the problem?
is there a wordpress version or how does this work on a wp site?
In the archive there is an additional WP plugin.
15 days left, 10 new versions and we have “almost perfect” a stable one
Debug goes on, ofc, there is still something to improve / edit. But this developer works well, thumb up.
Thanks!
Hey man, I just tested plugin and found small bug. Active map item is scrolltop (animation) over visible content (active item is under visible content), this occur when you have smaller window height than map.height. In additional, when you have realy small window height, map background is smaller that content though content is also over window height (the way is hide map when height items in map is 0 = no items is visible). Regards.
Thanks, on which device did you find this behavior?
pc, chrome, – is possible that there are more “problems” which are caused a low testing with resize window, it’s common, no problem 
You make erroneous and hasty conclusions. The plugin is thoroughly tested. Thank you for your time spent testing. This bug has been fixed. Refresh the cache in the browser to re-check.
step active work perfect now
i’m sorry about that, just Im testing plugins on resize event and in a lot of case occur bug/s. btw map is still visible on small window height (you know), just, some option to set min-height to display map or something like that can be useful
Great job! Now it is fixed.
perfect, though hiding the highlighter when is timer icon is active should look much better, maybe in the future 
when you are on step 19, and you moved to step 20 – you refresh page – you see just timer icon without overlay and also “continue box” isn’t display when you refresh page, it is show only if you close tour and refresh page – but it can be the intention
when you are on step 19, and you moved to step 20 – you refresh page – you see just timer icon without overlay
At this step, waiting for the appearance of the item. If the element does not appear until the end of the specified time, the previous step is highlighted. This behavior of the plugin is programmed.
and also “continue box” isn’t display when you refresh page, it is show only if you close tour and refresh page
The “Continue tour” window appears if the tour is intentionally stopped (close button, click on the overlay layer, etc.). If the tour was interrupted when the page was refreshed or when switching between pages, it is resumed without an informational message. This behavior corresponds to a given algorithm.
when you scroll down content in “general option” and start tour – step 7 is above the screen – scroll up is’t done and tour running without visible…
This is fixed
i hope that you take it all as friendly, i just would like see perfect one tool
I am very grateful for your time. If there were more people like you, the evolution of the product would be much faster.
...during scroll…
This is fixed
At this step, waiting for the appearance of the item. If the element does not appear until the end of the specified time, the previous step is highlighted. This behavior of the plugin is programmed.that makes sense, i know that there in step without highlight element (in demos) just overlay with a dark background opacity and when you moving to step with delay, here is overlay with timer icon and map – when you refresh page, here is timer icon and map (and where is overlay?) – it’s just a visual deficiency – that in this time (delay) is more beautifully to display at least overlay (without highlight enything)
The “Continue tour” window appears if the tour is intentionally stopped (close button, click on the overlay layer, etc.). If the tour was interrupted when the page was refreshed or when switching between pages, it is resumed without an informational message. This behavior corresponds to a given algorithm.i assumed, that this behavior is due of switching between pages (tour is moved to next page). i dont know, how is possible that browser remember that tour isn’t finished (maybe cookies??), and if there is some option, like enter value to cookies before switching between pages and after moved to next page is this value remove to skip “continue tour box” for this action, not for refresh page or reopen tab with website – try to reopen website with tour which wasn’t closed – i doesn’t see this “continue box” and tour is reopen without the choice – if here is option to identify these two actions (switching to the next page / refresh page by user) so “continue box” will be fixed as i wrote
http://demo.masscode.ru/iguider/builder.html – when is active f.e. step 20 again, is possible scroll by wheel on mouse and highlight isn’t change – can occur that element(s) is again over window and isn’t visible, in presentation.html f.e. step 4 is solved pretty nice
is here method to get step index? i can not find it in the documentation, http://demo.masscode.ru/iguider/demos/steps.waitElementTime.html when you create element in step 1, than close tour and start again, element is here and is created new one – can be more steps with event which created elements and someone would like remove elements depending on current step – you have end event it’s ok – but how get current step index, is here something? in methods is nothing
1. that makes sense, i know that there in step without highlight element (in demos) just overlay with a dark background opacity and when you moving to step with delay…
I agree with you. I added an overlap and removed the block with a list of swords.
2. i assumed, that this behavior is due of switching between pages …
The main reason – this behavior makes it possible to continue the tour after submitting the form.
3. http://demo.masscode.ru/iguider/builder.html – when is active f.e. step 20 again, is possible scroll by wheel on mouse and highlight isn’t change – can occur that element(s) is again over window and isn’t visible, in presentation.html f.e. step 4 is solved pretty nice
I blocked the elements in step 19 so that you would not be able to scroll the page
4. http://demo.masscode.ru/iguider/demos/presentation.html – f.e. step 12 where isn’t show next button due of waiting on action (in this case click on button)
This is done intentionally, to be able to switch between steps and not fulfill the conditions.
5. but is possible move to next step by keyboard – though checknext function you have here http://demo.masscode.ru/iguider/demos/steps.checkNext.html interaction with keyboard is imperfectIn this example, a special parameter is used for this, which excludes the possibility to skip steps.
tourMap.clickable = false
Also in this example, the parameter was missing.
keyboard: false
Now I added it to demonstrate the possibility prevent to skip a step
6. https://i.imgur.com/F1hVKg2.png – during scroll, those positions are more, move easily and find next “dead” points
The behavior of the window in such situations is improved.
7. is here method to get step index? i can not find it in the documentation…
I did not fully understand your message, but I understood the essence of the question. I added two new methods to the plugin: “setStep” and “getStep”
Thank you for your contribution to the development of the plugin.
The main reason – this behavior makes it possible to continue the tour after submitting the form.
just my thought – 1) before redirect (inside plugin, step[loc]). setup for plugin that after redirect skip intro modal and continue modal 2) add API (method) to skip intro and continue modal after reload (as you mention for form, and etc.), when it’s tour init than this skip settings will be destroyd – this API can be insert to method after() or to during(), depends on situation
This is done intentionally, to be able to switch between steps and not fulfill the conditions.
ofc, this is closely linked with keyboard next/prev step requirement [#5], that keyboard event doesn’t work correctly. I refresh presentation.html and is still possible switch from 12 to 13 by right arrow – though i think that can occur situation what 13 step can not be skipped (that user MUST click on button), so it’s possible do something? – .........Re: Okey, I tested http://demo.masscode.ru/iguider/demos/steps.checkNext.html and demo working now, just – when user doesnt select option and clicked to next, he see error message – https://i.imgur.com/mNcoo30.png – it will be pretty nice see this message too. he click on right arrow and will be showed same message as click on next button in modal (it’s really a detail), before you fixed this (with keyboard: false) Im thinking about this idea – it’s friendly see some message
The behavior of the window in such situations is improved.
working and pretty nice now
I did not fully understand your message, but I understood the essence of the question. I added two new methods to the plugin: “setStep” and “getStep”
yeh, im talking about this, useful methods
there are an extra requirements/errors to stay the comments clearly here – https://anotepad.com/notes/98rdcc
i’m glad that I can participate in development one perfect tour plugin, besides, I enjoy about testing, debuging and everything around 
1. just my thought – 1) before redirect (inside plugin, step[loc]). setup for plugin that after redirect skip intro modal and continue modal 2) add API (method) to skip intro and continue modal after reload (as you mention for form, and etc.), when it’s tour init than this skip settings will be destroyd – this API can be insert to method after() or to during(), depends on situation
I will save this idea for the future.
2. just – when user doesnt select option and clicked to next, he see error message – https://i.imgur.com/mNcoo30.png – it will be pretty nice see this message too. he click on right arrow and will be showed same message as click on next button in modal (it’s really a detail), before you fixed this (with keyboard: false) Im thinking about this idea – it’s friendly see some message
This behavior will be available if you set the “event” parameter to “change”. see example http://demo.masscode.ru/iguider/demos/snippet-check-fields.html
3. there are an extra requirements/errors to stay the comments clearly here – https://anotepad.com/notes/98rdcc
It would be more convenient for me to keep in touch with you by mail or Skype. email: yurik417@gmail.com skype: yurik417
Email has been sent, communication will now take place via email 
Awesome dude !!! Thank you very much for those updates !!!! REALLY GREAT PRODUCT !!!!!
End thank you for the feedback.
Thank you for the update !!!! Great plugin !!! Really impressive !!! My users loved it !!!!
You are welcome
Hi, excellent plugin. 5 starts well deserved! However I have a minor problem. I am using the wordpress plugin. And everything seems to work except that the highlight area (the one for the target) it keeps overlayed. Therefore there is not highlight. I have tested the “highlight alternative” with the animation it works perfectly the animation around the target but again the target remains overlayed. Please do you know what can happen here. Many thanks!
I did not understand the problem. Send a screenshot or link to the page.
I have just sent you an email. Thanks
Working perfectly now. Brilliant support!
I have a question !
Is there a way to fill a form element with this script ?
I am building a project management webapp… This will guide the user how to use the website … is there a way to add text to a form text field or select a option in a <select> element ?
Or even check if the user filled the form element !
Thank you !
For these purposes, use callback functions: before, during, after. Each step has these functions.
Dude… you are like… my new hero !!!! Srly !!! Your code is clean… Beautiful… Your instructions are very, very, intuitive…. and easy to follow…..
I had no trouble understanding or implementing (just started) the plugin….
Seriously, considering documentation, code, examples, this is the best plugin I ever used…. THANK YOU VERY MUCH !!!!
I will get back if I have any question….
I’ll be glad to help
Can I set that the tour will appear only to new users.
hi, GREAT JOB, Congrats!!
Hello, for a client’s plumbing service website… I would like to use your uber-awesome plugin with an IMAGE of a talkbubble alongside a plumber wearing a hero. As seen on your item description page, using an image is indeed possible.
1) Can the dynamic item description text be positoned/overalyed on the talk bubble portion of my image? (rather than beneath the image as shown in your example)
(2) If required I can create 4 images, one each for top, bottom, right, left.
Hello,
The task is not standard but interesting, let’s try first to implement this as an example, and then I’ll give an exact answer. Send me a sketch of your vision on the mail.
My email: limasscode@gmail.com
Is it possible to integrate with dynamic PHP site? we are looking for help tour on helping logged-in admin on how to create new user etc…
The plugin can work with dynamically created page elements.
Just purchased. Let me check and get back to you.
I am always ready to help.
Great work. So far looks good.
Best Guide Tour plugin ever. Love it
Hello, if someone test on iPhone X because on my phone it doesn’t work correctly . For example the box for starting the tour is put on the middle of the windows not the screen. Have someone this problem ? Thx
Send screenshot: limasscode@gmail.com
Hello,
It’s not a mistake.
You increased the zoom of the page, but the page does not become smaller.
If your page has a responsive design, you do not have to zoom it, and there will be no far-fetched problems.
Best Regards.
Hello. I hope you have great sales on this site. Follow me too