radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic
Answered

Close Guided Tour Box When Element is Clicke

 

To close Guided Tour, the user has to click on the X icon. Please provide an option to automatically close the guided tour when the user clicks on the target or anywhere on the canvas.




Best Answer

You can do that by using this JS snippet:

jQuery('.fpd-container').on('elementSelect', function() {
  jQuery('.fpd-gt-close').click();
})



2 people have this question

Answer

You can do that by using this JS snippet:

jQuery('.fpd-container').on('elementSelect', function() {
  jQuery('.fpd-gt-close').click();
})


I designed a plugin that fixes this and other small FPD bugs

Login or Signup to post a comment