asaliga
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Great. Thanks!
I am currently experiencing the same issue.
I’m having the exact same issue. Unfortunately, the above steps didn’t resolve the issue. I’ve cleared browswer cache as well as uninstalled any caching plugins.
The issue arose when migrating from Bluehost to Hostgator.
Running 4.9.6 and encountered the same issue, with a slightly different solution.
I had to disable both lazy load in Jetpack and turn off the caching provided by WP Super Cache. If either of those was enabled, Meta Slider would not load my images.
Forum: Themes and Templates
In reply to: First time WP – Difficulty Creating Portfolio SiteOops. and the loop close and div close.
</div> </div> <?php endwhile; ?> </div>Forum: Themes and Templates
In reply to: First time WP – Difficulty Creating Portfolio SiteBasically. I’m having difficulty getting this to function as I need though. Below is the PHP I have in my page template for the “Motion Design” category.
<?php query_posts('showposts=9&cat=12'); ?> <?php while (have_posts()) : the_post(); ?> <div id="media"> <div> <?php $thumbPath = get_post_meta($post->ID, 'thumb', true); if ($thumbPath) { ?> <a class="thumb" href="<?php the_permalink() ?>" > <img src="<?php echo $thumbPath ?>" alt="_thumbnail missing" width="150" height="84" /> </a> <?php } ?>
Viewing 6 replies - 1 through 6 (of 6 total)