Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Pinpoint
  • #8657
    sunshine
    Member
    Post count: 39

    Hi,

    I’ve been struggling to sort a few problems with the twitter feed and wondered if you could help…

    – since the twitter update, retweet/reply/fav icons have now appeared – I’d like to hide these like in your demo but not sure how.

    – on your demo, the @ sign is not part of the user hyperlink – I quite like this effect and wondered how you achieved this?

    – also, is it possible to remove the “follow” user link at the end or adjust the spacing?

    Thanks

    #8883
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Are you referring to the widget or the page builder asset?

    The demo currently isn’t running the latest version of the Twitter setup, but we can help with some css to change what you don’t want.

    – Ed

    #9561
    sunshine
    Member
    Post count: 39
    This reply has been marked as private.
    #9573
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    To remove the intents, add this to the custom css box in the theme options.

    .twitter_intents {
    display: none;
    }
    

    To add more than one, you’d need to edit /includes/page-builder/lib/shortcodes/latest-tweet-bar.php line 35:

    $output .= "\n\t\t\t".'
      '. latestTweet(1, $twitter_username) ."
    ";

    Change the 1

    – Ed

    #9576
    sunshine
    Member
    Post count: 39

    Thanks, how does one remove the follow twitter user link from the widget?

    #9652
    Swift Ideas – Ed
    Keymaster
    Post count: 15264
    .twitter-link {
    display: none;
    }
    

    – Ed

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register