You can purchase this plugin through the link below.
Updates for this plugin are free!
|
The plugin download link will be provided within one day
(usually less than 6 hours) 39 € fixed price
|




<plugin name="step_by_step_guide" url="plugins/step-by-step-guide.js" keep="true" devices="html5" include_jquery="true" is_editor_mode="false" theme="plugin_style_1" view_count_limit="0" font_size="17" font_name="inherit" overlay_background_color="0x000000" overlay_background_alpha="0.3" start_automatically="true" auto_play="false" auto_play_time="4" nextlabel="Next" prevlabel="Previous" skiplabel="Skip" donelabel="Done" style_1_showbuttons="true" style_1_showstepnumbers="true" style_1_showbullets="true" style_1_showprogress="false" style_4_showbuttons="true" style_4_shape="rect" onInitialized="OnInitialized()" />
| Attribute name | Type | Default value | |
| include_jquery | Boolean | "true" | |
|---|---|---|---|
|
|||
| Attribute name | Type | Default value | |
| is_editor_mode | Boolean | "true" | |
|
|||
| Attribute name | Type | Default value | |
| theme | string | "plugin_style_1" | |
|
|||
| Attribute name | Type | Default value | |
| view_count_limit | integer | "0" | |
|
|||
| Attribute name | Type | Default value | |
| font_size | integer | "17" | |
|
|||
| Attribute name | Type | Default value | |
| font_name | String | "inherit" | |
|
|||
| Attribute name | Type | Default value | |
| overlay_background_color | string | "0x000000" | |
Note - doesn't work in style #4 |
|||
| Attribute name | Type | Default value | |
| start_automatically | Boolean | "true" | |
Does plugin start automatically?
|
|||
| Attribute name | Type | Default value | |
| auto_play | Boolean | "false" | |
Does the plugin automatically go to the next step?
|
|||
| Attribute name | Type | Default value | |
| auto_play_time | integer | "4" | |
|
|||
| Attribute name | Type | Default value | |
| nextlabel | string | "Next" | |
|
|||
| Attribute name | Type | Default value | |
| prevlabel | string | "Previous" | |
|
|||
| Attribute name | Type | Default value | |
| skiplabel | string | "Skip" | |
|
|||
| Attribute name | Type | Default value | |
| donelabel | string | "Done" | |
|
|||
| Attribute name | Type | Default value | |
| style_1_showButtons | Boolean | "true" | |
Show skip buttons or not
Note - just usable for style #1 and style #2 |
|||
| Attribute name | Type | Default value | |
| style_1_showStepNumbers | Boolean | "true" | |
Show steps number in the red circle or not
Note - just usable for style #1 and style #2 |
|||
| Attribute name | Type | Default value | |
| style_1_showBullets | Boolean | "true" | |
Show introduction bullets or not
Note - just usable for style #1 and style #2 |
|||
| Attribute name | Type | Default value | |
| style_1_showProgress | Boolean | "false" | |
Show introduction progress or not
Note - just usable for style #1 and style #2 |
|||
| Attribute name | Type | Default value | |
| style_4_shape | String | "rect" | |
Shape for highlighting
Note - just usable for style #4 |
|||
| Attribute name | Type | Default value | |
| style_4_showButtons | Boolean | "true" | |
Show skip buttons or not
Note - just usable for style #4 |
|||
| Attribute name | Type | Default value | |
| onInitialized | Action Event | ||
|
|||
| Action name |
| plugin[step_by_step_guide].add_info_layer(
'title', 'description', width, height, align_position, x_offset, y_offset, max-width (optional), max-height (optional), display_breakpoint-min_width (optional), display_breakpoint-max_width (optional), 'info_text_placement (optional)' ); |
|---|
plugin[step_by_step_guide].add_info_layer('bottomright','bottomright test description',100,50,bottomright,0,0);
plugin[step-by-step-guide].add_info_layer('bottom','bottom test description',96%,43,bottom,21,0,791,100%);
plugin[step-by-step-guide].add_info_layer('fullscreen','Press this button to view the tour in the fullscreen mode.',168,30,lefttop,10,11,791,100%);
plugin[step-by-step-guide].add_info_layer('show guide','Press this button to view the guide again.',169,29,lefttop,51,11,791,100%);
plugin[step-by-step-guide].add_info_layer('fullscreen','Press this button to view the tour in the fullscreen mode.',168,30,lefttop,10,11,791,100%,'','',right);
plugin[step-by-step-guide].add_info_layer('show guide','Press this button to view the guide again.',169,29,lefttop,51,11,791,100%,'','',right);
plugin[step-by-step-guide].add_info_layer('thubmnail','Here you can view scenes thumbnail.',222,68,bottomleft,64,16,100%,100%,right);
plugin[step-by-step-guide].add_info_layer('previous','by these buttons, you can go to the previous scene, go to fullscreen mode and zoom the scene.',433,50,bottomleft,0,0,100%,100%,1000,4000,top);
plugin[step-by-step-guide].add_info_layer('next','by these buttons, you can go to the next scene, show/hide the thumbnails, show/hide the map.',430,50,bottomright,0,0,100%,100%,1000,4000,top);
plugin[step-by-step-guide].add_info_layer('previous','by these buttons, you can go to the previous scene, go to fullscreen mode and zoom the scene.',202,50,bottomleft,0,0,100%,100%,600,1000,top);
plugin[step-by-step-guide].add_info_layer('previous','by these buttons, you can go to the previous scene and go to fullscreen mode.',102,50,bottomleft,0,0,100%,100%,0,600,top);
plugin[step-by-step-guide].add_info_layer('next','by these buttons, you can go to the next scene, show/hide the thumbnails, show/hide the map.',201,50,bottomright,0,0,100%,100%,600,1000,top);
plugin[step-by-step-guide].add_info_layer('next','by this button, you can go to the next scene.',101,50,bottomright,0,0,100%,100%,420,600,top);
plugin[step-by-step-guide].add_info_layer('next','by this button, you can go to the next scene.',51,50,bottomright,0,0,100%,100%,0,420,top);
|
| Action name |
| plugin[step_by_step_guide].show_guide(); |
plugin[step_by_step_guide].show_guide(); |