davidcarrano
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: What is the proper way to display the posts featured imageThank you again for your help with this. I have the secondary and main post images displaying correctly now. Do you have any advice for the image im trying to pull in from the ACF field. Right now in ACF it is set to Image URL, and i have the url in the src like this
<img class="bu-img" src="<?php echo the_field('blue-section-feature-img'); ?>" alt="">
not sure how else to approach this. Do you know a way to accomplish this? Again your help is much appreciated. Thanks
Forum: Developing with WordPress
In reply to: What is the proper way to display the posts featured imageThank you. I tried
<?php echo get_the_post_thumbnail( $post->ID, ‘post-thumbnail’); ?>
that worked to pull in the images, but they are too small so when they expand to fill the space they are blurred.
How would i show a larger image in that space?
Forum: Developing with WordPress
In reply to: What is the proper way to display the posts featured imageThank you for your response. Would it be possible to just use
<?php the_post_thumbnail( 'large' ); ?>
in place of the image tag?
Forum: Developing with WordPress
In reply to: What is the proper way to display the posts featured imageAlso, the image inside bu-feature-post-container is not displaying either.
For that one I have an ACF field that has an id of blue-section-feature-img
Its return format is Image URL.
will try that thank you
I cannot share the website address on a public forum.
loader keeps spinning while this error is present. Then I click Cloudfront flush all cache and the error goes away and the weather bug displays as expected. Then, when i refresh the page, the spinning loader and error returns.
I’m seeing 403s returned on POSTs to /wp-admin/admin-ajax.php?lang=en in the Apache logs, so it seems as though the requests are getting past the WAF, CloudFront and the ALB to Apache.