sdotsamuel
Forum Replies Created
-
Here is the loop.
[code]
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?><?php cb_schema_meta( $post ); ?>
<div class="cb-main clearfix">
<?php cb_breadcrumbs(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class( 'clearfix'); ?>>
<?php if ( ( $cb_featured_image_style == 'off' ) || ( $cb_featured_image_style == 'standard' ) || ( $cb_featured_image_style_cache == 'standard' ) || ( $cb_featured_image_style_cache == 'off' ) ) { cb_featured_image_style( $cb_featured_image_style, $post ); }; ?>
<section class="cb-entry-content clearfix" <?php if ( ( $cb_review_checkbox=='on' ) || ( $cb_review_checkbox=='1' ) ) { echo 'itemprop="reviewBody"'; } else { echo 'itemprop="articleBody"'; } ?>>
<?php the_content(); ?>
<?php wp_link_pages('before=<div class="cb-pagination clearfix">&after=</div>&next_or_number=number&pagelink=<span class="cb-page">%</span>'); ?>
</section>
<!-- end article section --><footer class="cb-article-footer">
<?php
if ( ot_get_option('cb_tags_onoff', 'on') != 'off' ) { the_tags('<p class="cb-tags cb-post-footer-block"> ', '', '</p>'); }
echo cb_sharing_block( $post );
echo do_shortcode( '[spotim_comments]' ); /* @Added: Spot.IM comments. Auto-injection doesn't work properly and must be disabled in plugin settings */
echo cb_post_footer_ad();
cb_related_posts();
if ( $post->post_type != 'attachment' ) { cb_previous_next_links(); }
echo cb_about_author( $post );
//comments_template(); // @fixme styling
/* ^ @disabled: Standard WP comments. Not needed since we're using Spot.IM above */
?>
</footer>
<!-- end article footer --></article> <!-- end article -->
</div> <!-- end .cb-main -->
<?php endwhile; ?>
<?php endif; ?>
[/code]
- This reply was modified 8 years, 6 months ago by sdotsamuel.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Instagram Not LoadingI installed the Code Snippets plug in.
I added the code you sent over.
Easy.
As of now, the Jetpack > Settings > Shortcut Embeds is turned on.
When I look at my site on mobile, the first article displays the Instagram embed, the Ajax Load More displays the next article and the Instagram embed does not display.
Should I clear my cache from my host (WP Engine)? or clear my cache from Cloudflare?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Instagram Not LoadingAs luck would have it…
So, I deactivated Jetpack’s Shortcode Embeds module for a few hours and we were able to scroll down and see other posts and the Instagram embeds were working. We also noticed that the shortcode for Soundcloud stopped working. We assumed this was normal behavior. Then we turned the module back on. The Instagram embeds stopped working.
Any suggestions?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Instagram Not LoadingThat did the trick.
Thanks.
Thank you dcooney for replying.
I had to do some research.
It appears that my site is using Jetpack for the Instagram Embeds.
https://en.support.wordpress.com/instagram/instagram-images/
I’m having the exact same problem. Has anyone found a solution to this problem?
Forum: Plugins
In reply to: [OnePress Social Locker] Social Locker Unlocking IssueHello. Is anyone out there.
Forum: Plugins
In reply to: [OnePress Social Locker] Social Locker Unlocking IssueForum: Plugins
In reply to: [WP Pipes] Title And Images Don't AppearThis is still not working.
I imported the file that you uploaded AS-IS.
Then I looked at the settings to ensure they were the same. The screenshot compared to mines looks slightly different, however, the biggest issue is that title isn’t coming over.
Is there something else that I should be doing?
Forum: Plugins
In reply to: [WP Pipes] Title And Images Don't AppearThanks so much.
Now to import it.
Forum: Plugins
In reply to: [WP Pipes] Title And Images Don't AppearHere is an export of my pipe.