It seems the documentation for v7 still get the theme options from v6 as follows (see at the theme directive below):
$('#smartwizard').smartWizard({
initialStep: 0, // Initial selected step (0 = first step)
theme: 'basic', // Theme: basic | arrows | dots | round | square | progress (ensure related CSS is included)
...
});
It should be like this in v7:
// Theme: default | arrows | basic | glow | pills (ensure related CSS is included)
It seems the documentation for v7 still get the theme options from v6 as follows (see at the theme directive below):
It should be like this in v7:
// Theme: default | arrows | basic | glow | pills (ensure related CSS is included)