aikiart7@gmail.com
Member
Posted 1 year ago #
Good evening all,
I'm trying to add an animated Html graphic as the header in a wordpress theme, this is the theme Powerplay 2.0,
this is the animated graphic which goes to a html page: http://tunstullstudio.com/Logo23/Logo23.html.
I'd like to add a reference to the html in the header but i'm not sure how to do this.
This is how the header currently looks:
http://tunstullstudio.com/
I want to have the animated header, can anyone assist?
Thank you,
Art
I'm
mr49online
Member
Posted 1 year ago #
Hi,
Please, include header's java script files.
<!--Adobe Edge Runtime-->
<script type="text/javascript" src="edge_includes/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="edge_includes/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="edge_includes/edge.0.1.3.min.js"></script>
<script type="text/javascript" src="edge_includes/edge.symbol.0.1.3.min.js"></script>
<script type="text/javascript" charset="utf-8" src="Logo23_edge.js"></script>
<script type="text/javascript" charset="utf-8" src="Logo23_edgeActions.js"></script>
<link rel="stylesheet" href="Logo23_edge.css" />
<!--Adobe Edge Runtime End-->
Hope, after including any above mentioned missing file your issue will be resolved.