frogseatflies
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to insert HTML5 animation into pageActually… I just solved it!
I checked out the published WordPress page’s code to see how all that code was inserted in there. Cool.
I noticed that it had this <script src=”…. ></script> in there twice. So I just deleted the path out of the Specific CSSJS’s “URL of the custom Javascript file” text field. I’m good now.
Thanks a lot for the instruction.
Forum: Fixing WordPress
In reply to: How to insert HTML5 animation into pageThank you. I really dig the idea of the Specifc CSSJS plugin. I installed and here’s what I’ve done. I need a little more help.
Here’s what I put in the page:
<script>
var stage = new swiffy.Stage(document.getElementById(‘swiffycontainer’), swiffyobject);
stage.start();
</script>Here’s what I put in the “Write here custom CSS or Javascript…” text field:
All the code that was between the “head” tag. I excluded the html and body tags, etc.In the “URL of the custom Javascript file”, I put the new url for the javascript file.
I also updated the path of the javacsript file to be where I put it on my site.
Still no show. What do you think?
Forum: Themes and Templates
In reply to: How to make an image-based main navSo I’ve heard from no one. I’m guessing this is a dumb question, i.e. “Is the sky blue?”. Orrrr… it’s not possible or way too complicated to do.
Can anyone point me in the right direction?