Hi,
I installed Multistep to use for a content profile. Everything worked fine - the block showed the progress right. Then one day later I opened the content profile again and started with step one, clicking on "Next" and suddenly the progress bar did not show 100 % (what was right) but 0 % - and nothing changes anymore. I deleted the node and startet creating a new one but the problem remains: the scrollbar keeps 0 %. Any ideas about this????
Greez,
Tobias
Comments
Comment #1
vkareh commentedThe progress bar actually renders through CSS, make sure that you have no conflicting CSS where your block is displayed.
It uses the following classes:
.multistep-progress-bar-wrapper.multistep-progress-bar.multistep-progress-bar-100Let me know if this shines some light into the problem.
Comment #2
tobiberlinHi,
I cleared this issue by using a content type which is not content profile. There are too many difficulties when using Multistep in content profiles. In this way this did not happen again.
Greez,
Tobias
Comment #3
vkareh commentedYeah, Multistep for Content Profiles is still an iffy area... glad you fixed it, though!
Comment #5
nicoloye commentedMay I suggest this little changes to the code so you can use both modules and avoid this annoying bug. Maybe there are better ways to do it at least but it works.
In multistep.module, line 201 change this :
to this
Hope it helps.