Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Bootstrap Tours - Element Disappears when clicking next button.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Berk" data-source="post: 413016" data-attributes="member: 63611"><p>hello everyone.</p><p></p><p>I'm trying to use bootstrap tours (<a href="http://bootstraptour.com" target="_blank">http://bootstraptour.com</a>).</p><p>Everything works fine but, when I click 'next' button the element is disappearing once the popover is passed. </p><p>My code :</p><p>[SPOILER] </p><p>[CODE] </p><p></p><p>How may I solve this? </p><p>// Instance the tour</p><p> var tour = new Tour({</p><p> steps: [</p><p> {</p><p> element: "#my-element",</p><p> title: "Title of my step",</p><p> content: "Content of my step"</p><p> },</p><p> {</p><p> element: "#mws-user-tools",</p><p> title: "Title of my step",</p><p> content: "Content of my step"</p><p> }</p><p> ]});</p><p></p><p> // Initialize the tour</p><p> tour.init();</p><p></p><p>// Start the tour</p><p>tour.start();</p><p>[/CODE]</p><p>[/SPOILER] </p><p></p><p>How can I solve this? </p><p>Thanks</p></blockquote><p></p>
[QUOTE="Berk, post: 413016, member: 63611"] hello everyone. I'm trying to use bootstrap tours ([URL]http://bootstraptour.com[/URL]). Everything works fine but, when I click 'next' button the element is disappearing once the popover is passed. My code : [SPOILER] [CODE] How may I solve this? // Instance the tour var tour = new Tour({ steps: [ { element: "#my-element", title: "Title of my step", content: "Content of my step" }, { element: "#mws-user-tools", title: "Title of my step", content: "Content of my step" } ]}); // Initialize the tour tour.init(); // Start the tour tour.start(); [/CODE] [/SPOILER] How can I solve this? Thanks [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Bootstrap Tours - Element Disappears when clicking next button.
Top