Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thumbnail image not loading only sometimes #19

Closed
rocaiguina opened this issue Apr 11, 2018 · 1 comment
Closed

thumbnail image not loading only sometimes #19

rocaiguina opened this issue Apr 11, 2018 · 1 comment

Comments

@rocaiguina
Copy link
Collaborator

hey @benlk
I am seeing an issue in the production site, but am being unable to reproduce it locally.
Hopefully you can give me a hint of what could be happening.

Sometimes, I haven't been able to track the condition, the thumbnail image doesn't load.
For example here: http://periodismoinvestigativo.com/series/islands-adrift/
Locally it always does. I have tried different images including an image that display in another post. Haven't been able to get it working.

This is the code

<div class="span6 mobile-no-offset item-article" id="post-<?php the_ID(); ?>">
<a href="<?php echo get_permalink(); ?>">
<div class="wrapper-image">
<?php if ( $show_thumbnail ) {
echo get_the_post_thumbnail(null, $size = ('rect_thumb'), $attr = '');
}?>
<div class="title-article">
<h2><?php the_title(); ?></h2>
<p class="date-text"><?php the_time('j F, Y') ?></p>
</div>
</div>
</a>

@rocaiguina rocaiguina changed the title improve mobile styles thumbnail image not loading only sometimes Apr 11, 2018
@rocaiguina
Copy link
Collaborator Author

found it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant