Method button multiple | iGuider Product Tour

This method shows the preset button to display and start the tour list.

The button has a fixed position and is located by default in the lower right corner of the screen.

To change the position of the button, you need to specify an offset in the string format in the "button" Method The offset value corresponds to the css property "inset" and contains four values in the specified order: top, right, bottom, left (Ex.:'auto 40px 40px auto')


//Add Tours and default button with preset position
iGuider('button',[opt_item_1, opt_item_2, opt_item_3]);

//Add Tours and default button with offset position
iGuider('button',[opt_item_1, opt_item_2, opt_item_3],'auto auto 40px 40px');
Element 1 Element 2 Element 3

Source