Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi Mybrokenjeep,

    The twitter icons are most likely coming from another plugin or your theme.

    Do you have any plugins that are generating social share icons on your site? If so, can you share what the name of that is here? That way I can install and do some testing, and if need be provide you with a snippet to remove the hook from our announcements.

    Also, is this happening on the single announcement page, or on the actual timeline?

    Thanks,
    Evan

    Thread Starter mybrokenjeep

    (@mybrokenjeep)

    Evan, Thank you for the quick response. The site and particular page is http://www.randyhaines.com/jessica/ on the page, there is a “Tweet” logo on every announcement. I would really appreciate your input and any help you could provide.

    Regards.

    Plugin Author Evan Herman

    (@eherman24)

    Hi mybrokenjeep,

    The following bit of CSS code should help you remove it – since I don’t exactly know what plugin is generating it.

    #cd-timeline .twitter-share {
       display: none;
    }

    That should go into your themes style.css file, or if you are unsure of how to edit that – you can use a third party plugin such as ‘Simple Custom CSS‘, which tends to work quite well.

    If you’d also like to remove it from all of the single announcement template pages, the following will work in addition to the code above:

    .single-te_announcements .twitter-share {
       display: none;
    }

    Let me know if that helps hide the twitter buttons.

    Thanks!
    Evan

    Plugin Author Evan Herman

    (@eherman24)

    Hi mybrokenjeep,

    I am going to close out this issue since it has gone inactive.

    If you have any additional questions, feel free to ask!

    Thanks,
    Evan

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘remove Twitter from each timeline entry’ is closed to new replies.