You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ! I'm using BootstrapTour V.0.12.0 and i'm having an issue with the title and text of the popover,
it doesn't display.
Here is how i implement my tour :
var tourCollaborateur = new Tour({
name: "tourCollaborateur",
steps: [
{
element: ".intro-collaborateur[data-step='1']",
title: "MY TITLE",
content: 'MY CONTENT.'
}
]
});
And I start it :
tourCollaborateur.start();
The text was updated successfully, but these errors were encountered:
Hi ! I'm using BootstrapTour V.0.12.0 and i'm having an issue with the title and text of the popover,
it doesn't display.
Here is how i implement my tour :
var tourCollaborateur = new Tour({
name: "tourCollaborateur",
steps: [
{
element: ".intro-collaborateur[data-step='1']",
title: "MY TITLE",
content: 'MY CONTENT.'
}
]
});
And I start it :
tourCollaborateur.start();
The text was updated successfully, but these errors were encountered: