• Resolved Jack Hsen

    (@bt7411)


    Hi, I’ve got the same problem as amorgwrites in this post: “Share This” appears in excerpts with no icons. See scubacat.com (half way down “Other Recent Posts”). I’ve been in touch with Solostream who make the Radiance theme I’m using and they say they are using the standard way of calling a post excerpt. Here is their code:

    /*-----------------------------------------------------------------------------------*/
    // Function to get the post excerpt
    /*-----------------------------------------------------------------------------------*/
    function solostream_excerpt() {
    	if ( get_option('solostream_post_content') == 'Excerpts' ) { ?>
    		<?php the_excerpt(); ?>
    		<p class="readmore"><a class="more-link" href="<?php the_permalink() ?>" rel="nofollow" title="<?php _e("Permanent Link to", "solostream"); ?> <?php the_title(); ?>"><?php _e("Continue Reading ?", "solostream"); ?></a></p>
    	<?php } else {
    		the_content(__("Continue Reading ?", "solostream"));
    	}
    }

    Any ideas?

    https://www.ads-software.com/plugins/social-media-feather/

Viewing 10 replies - 1 through 10 (of 10 total)
  • I’ve just released 1.6.2, can you try and upgrade and see if it fixes the issue?

    Thread Starter Jack Hsen

    (@bt7411)

    Thanks.
    Upgraded to 1.6.2, but issue not fixed.
    I have noticed that it occurs on excerpts on the home page but not in excerpts on the blog page.

    Do you use any kind of caching plugin? Would you mind trying and clearing the cache?

    Thread Starter Jack Hsen

    (@bt7411)

    Hi, yes, W3 Total Cache.
    Cleared the cache,problem still there.

    hi,
    i have the same problem – “share” appears with no icons in excerpts.
    i’m using 1.6.3 and twentytwelve.

    @bt7411 that is really odd… could you please contact us using the contact form on our site so we can troubleshoot this? https://snvd.co/contact

    Thread Starter Jack Hsen

    (@bt7411)

    @jul3 Home page only? Or also on excerpts on the blog?

    Thread Starter Jack Hsen

    (@bt7411)

    Further to this…I’ve noticed that if I put in markup with the text in the plugin settings eg:

    <span class="feather">Share This:?</span>

    The markup doesn’t appear in the resulting page. It does appear when I do this on another site (not Radiance theme) but not on scubacat.com (a Radiance themed site).

    Just noting my observations in case it triggers ideas.

    Yes, the theme in question strips markup from excerpts, which is a common thing some themes do, but the fact is the sharing there should not occur at all because it is an excerpt. I will investigate this further on your site hopefully today.

    This should now be fixed in 1.6.7 and later versions.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘"Share This" appearing in excerpts’ is closed to new replies.