OK, I think I am using a wrench to fix a clock, lol.
I used to hand-code HTML back in 96 on an amateur basis, and man, have times changed!
I have the Socialia Theme, and I wish to swap my pics for the stock ones in the “NGO-Style” header, but I simply can’t figure out how to replace the stock ones with my images.
Also, the first slide fades out and goes black now. I changed the timing on the delay option, so it’s slowed down. had some other issues, but fixed them with Syntax corrections.
Why is the pics dropping out temporarily? I added/deleted stock text, bt the Syntax looks OK to me.
(Stoopid Noob) What did I do to mess up the Syntax?
<?php
// Edit This Section. Point your Images, Titles and Captions Respectively
?>
<div id=”gallery”>
<a href=”#” class=”show”>
<img src=”<?php echo get_template_directory_uri(); ?>/images/slides/(1).jpg” alt=”D5 Socialia by D5 Creation” rel=”<h3>Welcome to Wolftracker Canada, a user-friendly database of sightings locations and mortalities of Wolves and Coyotes in British Columbia!</h3> <?php echo get_template_directory_uri(); ?>/slide-image.php”/>
</a>
<a href=”#” class=”show”>
<img src=”<?php echo get_template_directory_uri(); ?>/images/slides/(2).jpg” alt=”D5 Socialia by D5 Creation” rel=”<h3>Welcome to D5 Socialia Theme Previewing, Visit D5 Creation for Details</h3>D5 Socialia is a WordPress Theme which is Ideal for Social Organizations, NGOs, CBOs, Environmental Organizations, Societies, Climate Change Related Progrms.You can Chnage these Images and Captions by Editing the <?php echo get_template_directory_uri(); ?>/slide-image.php”/>
</a>
<a href=”#” class=”show”>
<img src=”<?php echo get_template_directory_uri(); ?>/images/slides/(3).jpg” alt=”D5 Socialia by D5 Creation” rel=”<h3>Welcome to D5 Socialia Theme Previewing, Visit D5 Creation for Details</h3>D5 Socialia is a WordPress Theme which is Ideal for Social Organizations, NGOs, CBOs, Environmental Organizations, Societies, Climate Change Related Progrms.You can Chnage these Images and Captions by Editing the <?php echo get_template_directory_uri(); ?>/slide-image.php”/>
</a>