Help replacing an image in a custom theme
-
I’m trying to help a friend with her site, and I’m pretty new to WordPress. In particular, I’m trying to replace an image that’s been put into a custom theme (html5 blank). Presently, the page uses an image from her media library called “slide” and I want to replace that image with another one. In the theme editor, I think it’s calling for that image in this section of the code (since it starts right after the get header command, references “slide”, and comes before the other page content):
“<div class=”sec_slider”>
<div data-delay=”4000″ data-animation=”slide” data-autoplay=”1″ data-hide-arrows=”1″ data-duration=”500″ data-infinite=”1″ class=”slideshow w-slider”>
<div class=”w-slider-mask”>
<div class=”s1 w-slide”></div>
<?php /*
<div class=”s2 w-slide”></div>
<div class=”s3 w-slide”></div>
<div class=”s4 w-slide”></div>
<div class=”s5 w-slide”></div> */ ?>
</div>
<div class=”w-slider-arrow-left”></div>
<div class=”w-slider-arrow-right”></div>
<div class=”w-slider-nav w-round”></div>
</div>
</div>”
If you’re looking at the page, it’s the image with the flower that says “developing leaders for the 21st century”. I want to use a different image in its place. I tried replacing all of the places it references the word “slide” with a new image’s name, but those attempts result in a grey block in that section of the page, instead of a different image. I’m not used to seeing images used like this, so I’m not sure what to do. I would really appreciate help.
I spent a couple of hours reading various support documents here and couldn’t find anything relevant to this particular issue. I appreciate anyone’s patience and guidance with this.- This topic was modified 5 years, 5 months ago by . Reason: moved from Developing With WordPress to Fixing WordPress
The page I need help with: [log in to see the link]
- The topic ‘Help replacing an image in a custom theme’ is closed to new replies.