Home › Forums › Front-end Issues › Product hover image not displaying › Reply To: Product hover image not displaying
You are going to need to search the theme for where that field is used and how it is used.
You are probably looking for something that looks like this in your theme.
get_field('hover_image');
or
the_field('hover_image');
however, that is just a guess, your code may be some variation. But searching your theme code for hover_image
might help.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.