Hey there
After following the insturctions on how to import the homeslider from the included .txt file, I see the generated slider with 6 slides but most of the assets have wrong paths so they don’t get loaded.
An example: the file ff_rev_pb_slider.png is requested from the path /wp-content/uploads/uploads/2013/03/ff_rev_pb_slider.png .
This double /uploads/uploads/ folder is obviously wrong and it cases a 500 too many redirects exception in a typical wordpdress server.
A workaround I found was to access the slider’s data via the database and update the paths manually.
Please let me know what you suggest to resolve this.