Images aren’t displaying
-
It’s a dev site so I’m just using Local – live link. user: reading pw: graceful
The last block on the page… Trying to create php templates instead, even the most basic, I can’t get an image to display. I’ve disabled all 3 plugins and switched to a default theme. Same issue. I even went to the documentation page and pulled an exact snippet to test because I’m not sure what else to do. If I use html in the template editor, it works fine pulling the images using {{}}. I also cleared the css to make sure nothing I added effected it. Ideas? This is what I get and the example code is below.
<div class="genesis-custom-block <?php block_field('className'); ?>"> <img src="<?php block_field('profile-picture'); ?>" alt="<?php block_field('author-name'); ?>" /> <h3><?php block_field('author-name'); ?></h3> <p><?php block_field('testimonial'); ?></p> </div>
The page I need help with: [log in to see the link]
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Images aren’t displaying’ is closed to new replies.