Adding Moving Images
-
Hi, All.
So I’m trying to add a moving plane with a banner (Same as the websites front page; except I have added different text to the banner)
I’ve recreated the gif file with new text – uploaded it via FTP Client – Created a new template for that particular page (The name of the gif file is Plane-Banner-Recruit)
This is the below code of my front page.
<?php get_header(); $backgroundimg = retina_image(get_field('header_image'), 'full', '', TRUE); ?> <section id="main-banner" style="background-image:url('<?php echo $backgroundimg; ?>');"> <div id="animate-clouds"> <div id="cloud-1" class="cloud"> </div> <div id="cloud-2" class="cloud"> </div> <div id="cloud-3" class="cloud"> </div> <div id="cloud-4" class="cloud"> </div> <div id="plane"> </div> </div>
I’ve simply changed the plane section on the new template to the below
</div> <div id="plane-banner-recruit"> </div>
Yet the plane is not appearing .. Any idea what text I’d have to use to display the new gif?
If you have any questions I’ll be happy to answer them ??
Cheers
The page I need help with: [log in to see the link]
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Adding Moving Images’ is closed to new replies.