• Resolved Proxxx

    (@proxxx)


    Hello,

    Having problem on V3 Socializer plugin. I choose not to show social icons on excerpt, but they’re showing. Is that a bug? I’ve tried to block them on main page (as an exception) but with no luck.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author vaakash

    (@vaakash)

    @proxxx

    I’ll check it out and let you know.

    Plugin Author vaakash

    (@vaakash)

    @proxxx

    It works for me. I am able to hide the template in excerpts.

    Can you please check if your theme uses get_the_excerpt() or the_excerpt() functions to display it ?

    The options works only in the above two functions.

    Most of the themes use these functions only.
    If your theme uses some custom method then we have to find other way.

    If possible please choose another theme which has excerpt and try again. I’m testing with “zeePersonal” theme.

    Thanks,
    Aakash

    Thread Starter Proxxx

    (@proxxx)

    Ah crap… That’s the case:

    <div class=”posts”>

    <?php while (have_posts()) : the_post(); ?>

    <div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>

    <?php get_template_part( ‘content’, get_post_format() ); ?>

    </div> <!– /post –>

    <?php endwhile; ?>

    <?php endif; ?>

    </div>

    Theres no function get_excerpt.

    Plugin Author vaakash

    (@vaakash)

    Yes ! that is the reason the options are not honored.

    Thanks,
    Aakash

    Thread Starter Proxxx

    (@proxxx)

    So, is there any possibility to hide them via CSS?

    I guess that’s the issue with Genesis home pages? Is there a way to turn off the buttons for Genesis home pages?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Icons in excerpt’ is closed to new replies.