CatCalledJames
Forum Replies Created
-
Forum: Plugins
In reply to: [Edge Suite] Not loading correct JS files.Got it working!
It wasn’t a problem with your code at all. There was a fault in my themes header.php file which was calling another version of js. I removed this and now it’s working beautifully.
I should’ve checked that first! Sorry for wasting your time and thank you so much for all your help and for a great plugin!
Forum: Plugins
In reply to: [Edge Suite] Not loading correct JS files.Hi,
Sorry for the delay in getting back to you.
This is what it says:
<script type="text/javascript">window.AdobeEdge = window.AdobeEdge || {};window.AdobeEdge.pathPrefix = window.AdobeEdge.pathPrefix || {};AdobeEdge.pathPrefix.libs = 'https://www.website.com/wp-content/uploads/edge_suite';AdobeEdge.pathPrefix.comps = AdobeEdge.pathPrefix.comps || {};AdobeEdge.pathPrefix.comps['EDGE-101941228'] = 'https://www.website.com/wp-content/uploads/edge_suite/project/animation_1';AdobeEdge.edgesuiteDebug = 1;</script>
It seems like everything is actually pointing to the right path within your code, but it’s just not resolving to the right URL for the uploads.
I’m going to take another look at the uploads path option, as it would make sense that that’s the problem, but I can’t see how it would be, to be honest. It’s just appending the path to the end of the existing url rather than going to the right place. Very odd!
Forum: Plugins
In reply to: [Edge Suite] Not loading correct JS files.Odd.
All the media is uploaded to the normal place, even the Edge files have uploaded to:
https://www.website.com/wp-content/uploads/edge_suite/project/animation_1/.Are there any other things you can think of?
Is there not a place in your code where I can specify an absolute url?
Thanks.
Forum: Plugins
In reply to: [Edge Suite] Not loading correct JS files.It may be worth me telling you that it’s https://www.website.com/page that I’m trying to run it from, so all it’s doing is loading the files relative to the current page.
An absolute path would be okay if I knew where to put it?
Forum: Plugins
In reply to: [Edge Suite] Not loading correct JS files.Sorry, where do I find the upload path setting? The general wordpress settings don’t seem to include that for me.
But, yes, I think that’s the source of the issue. Is there a line in the code I can change to force it to look in the right place?
Thanks.
Forum: Plugins
In reply to: [Edge Suite] Not loading correct JS files.I’m pretty sure I used the one from the link – though previously I hadn’t uploaded it manually. I have done so now, and uploaded my composition:
The file animation.oam has been uploaded.
Auto detection of stage dimensions successful.
The following libraries have been updated:
jquery-2.0.3.min.js
edge.3.0.0.min.jsanimation was successfully imported.
I’m still getting the same result on the page though.
I really appreciate your help.
Forum: Plugins
In reply to: [Edge Suite] Not loading correct JS files.Yes. All 404 errors.
That’s what I meant about it trying to load the js from the incorrect location.
Here’s an example of what it’s trying to do:
https://www.website.com/example-page/edge_includes/edge.3.0.0.min.js
Is there a file I can alter to force it to load from the correct directory?
Forum: Plugins
In reply to: [Edge Suite] Not loading correct JS files.That was the quickest response ever! Thanks!
I’ve found the following:
<script type=”text/javascript” src=”https://www.website.com/wp-content/plugins/edge-suite/includes/edge-wordpress.js”></script>
<script type=”text/javascript” src=”https://www.website.com/wp-content/uploads/edge_suite/project/animation_1/animation_edgePreload.js”></script>Is that what you mean?
Thanks