• Hi. I am having issues with a specific Twitter widget feed on my website, hayleymelissa.com. It is my personal portfolio website that I developed in college using the free Workaholic WordPress theme from graph paper press. I am rarely on the site, but just noticed that my Twitter bird widget is no longer working. It is supposed to display my most latest tweet and is no longer doing so. It says that my Twitter account is still connected. It used to work just fine, so I’m not really sure what happened. I haven’t touched or edited anything in over a year.

    Any ideas on why this could be? I know I’m running an older version WordPress as well as an older version of the theme, but I don’t know why this would effect it consider it was once working.

    Any help on this issue would be much appreciated. I don’t have a paid subscription account with Graph Paper Press, and therefore can not request their support services.

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Could you try disabling plugins to find whether any are responsible?

    Thread Starter hmmiller01

    (@hmmiller01)

    I have not. I will try doing that and get back to you.

    Thanks!

    davidlecours

    (@davidlecours)

    I had similar issue and found a fix.
    Go to Appearance > Editor > footer.php
    Change “https://twitter.com/statuses/user_timeline/”.$twitterID.”
    To “https://api.twitter.com/1/statuses/user_timeline/”

    Thread Starter hmmiller01

    (@hmmiller01)

    What portion of the script should I change?

    Currently it reads like this in Appearance > Editor > footer.php

    <?php if(is_home()) {
    $twitterID = get_option('T_twitter_ID');
    $twitterURL = "https://twitter.com/statuses/user_timeline/".$twitterID.".json?callback=twitterCallback2&count=1";
    ?>
    <script type="text/javascript" src="https://twitter.com/javascripts/blogger.js"></script>
    <script type="text/javascript" src="<?php echo $twitterURL; ?>"></script>
    <?php } ?>

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Issues with WordPress theme Workaholic 3.0.2’ is closed to new replies.