Close Guided Tour Box When Element is Clicke

Posted over 5 years ago by divij

Post a topic
Answered
d
divij

 

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.



2 Votes

rady kal

rady kal posted over 5 years ago Admin Best Answer

You can do that by using this JS snippet:

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


0 Votes


2 Comments

Sorted by
Francisco Javier Elis Cartaya

Francisco Javier Elis Cartaya posted almost 2 years ago

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

0 Votes

rady kal

rady kal posted over 5 years ago Admin Answer

You can do that by using this JS snippet:

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


0 Votes

Login or Sign up to post a comment