Wow slider is a stand alone application that generates the code for a slider
Install application (local on your Mac)
Create your WOW slider in the application (simple wizard) and safe your new creation in a folder somewhere on your Mac
Open the index.html page (with a texteditor) in the folder you just created.
Copy the code from: untill
Paste this code into the head section of your FW page (Page/HTML Markup) , choose the before to place the code)
Copy the code from: untill
Paste this code as a Markup element (insert/markup element) in your freeway page (insert markup item)
Upload the data and engine folder (apart) to your ftp server (don’t upload the index folder) to the ftp sextion where also the html pages of your website are
FWIW, I never could get the integration with FW right, so I used an iFrame to link to the slideshow instead. It worked just fine, but I think I’ll take a look at your steps and see if I missed something.
I have been investigating WOW these last few weeks. On this page is a test slider with the code in the page. http://www.richard-lowther.com/andy.html
I have done what you have all done and pasted in the relevant code to the header and body.
But you also need to add in the paths to your folder where the slider is or the slider will not be found. Compare the following lines of code and note where I have needed to add http://www.richard-lowther.com/andy after every href, src, and img src that you see in the code you paste in.
Ah OK. If the Data and Engine folders are in the same folder as the page that has the slider then this will work. I put mine in a separate folder so had to lead WOW to it.