Hi all,
I ran into a very strange problem which has me baffled for some time now. I am using the latest dev version of the plugin (0.6) and I keep getting the error message 'Failed to load resource: the server responded with a status of 403 (Forbidden)' for the animation's main js, in the Chrome console. Needless to say, the animation does not show on the webpage.
However, it took me some time to discover that the url to the main javascript file, in my case named headerlogo.js, is completely wrong. Instead of putting it in a folder named edge_suite under uploads, the server or the plugin creates a different folder in a different path, somewhere under /var/www/vhosts/sitename/httpdocs/wp-content/uploads/edge_suite/project/headerlogo_1/headerlogo_edge.js. I noticed that the file permissions there were 644, not sure if that works with the plugin, but just to be sure I changed them to 755. To make a long story short, I still get the 403 message, so apparently the permissions are blocked somewhere else, perhaps on server level.
Is there any way to force Edge Suite to use the right folder (which I created in the regular uploads folder in the wordpress structure and copied everything to)? Any other solution or workaround that might help?
Oh and thanks anyway for this super plugin - at least it works flawlessly on my local website.
Marcel