Hi,
Could you please let me know the URL of your site so I can have a look?
Thank you,
Ales
I’m running it on my localhost at the moment. Do you want the full output of the error message.?
Try disabling other plugins. I suspect a conflict between plugins.
– Also what theme are you using?
– Have you added images to each scene?
– Are the images displayed?
– Does the (content) animation play correctly?
– Does the error occur on each Scrollsequence you create, or is it just isolated to a specific one?
Thank you for information!
– I’m not using a commercial theme, I’m intentionally using a custom-made, blank theme, just enough to get WordPress running and displaying something. It’s as bare-bones as I can get it so that I can focus on the output of your plugin.
– I’ve got one scene with images added, yes
– Images are displayed properly
– The animation runs fine
– Same error occurs on every scrollsequence I make.
!
*edit: I say “error”, but it’s a warning, strictly speaking. I just don’t know why it occurs.
Okay, I can see that warning now. It has no effect on the user or performance. This warning will be removed in the next version.
If you want to get rid of it now, you can add following code at the end of line 674 in “ssq-lib__premium_only.js”
ssqCur.image=0;
Root cause was that a variable that was not set, but it should have been, to prevent the warning.
I will close this as resolved because the warning does not cause any issues as far as I know and won’t be displayed in the next versions.
For me the warning was not important, so I left it there, but ideally things like that should not happen. Thank you very much for pointing things out and helping us to make the code better!
π
Ales
Ok, I’ll add that line – thanks for the prompt reply π