• Resolved devoninternational

    (@devoninternational)


    I am using Version 3.5.1
    feed refresh 5 minutes
    tweets #: 5
    Time Format: D jS M y H:i
    Language: English
    Open in Blank Window
    Exclude Replies
    Show Relative Time

    The tweettime is not showing… I firebug the code and see a faded out <span class=”4_tweet_date”></span>.

    Please assist and thanks so much. Anyone else seeing this issue?

    https://www.ads-software.com/extend/plugins/twitget/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter devoninternational

    (@devoninternational)

    Sorry to further explain I have not altered the code to list the pages:

    <ul class="pages">
    {$tweets_start}
    	<li>{$tweet_text}<br />{$tweet_time}</li>
    {$tweets_end}
    </ul>

    Thanks again.

    Anonymous User 9905372

    (@anonymized-9905372)

    Try it now.

    (with version 3.1)

    Cheers.

    Anonymous User 9905372

    (@anonymized-9905372)

    When it is commited of course.

    Cheers.

    Just updated to Twitget 3.1 and $tweet_time still not working. I’m running WP 3.5.2.

    Relevant code is:

    {$tweets_start}
    <p>{$tweet_text} <em>{$tweet_time}</em></p>
    {$tweets_end}
    Anonymous User 9905372

    (@anonymized-9905372)

    What is the time format you are using?

    Cheers.

    D jS M y H:i
    yes $tweet_time still doesn’t working

    Anonymous User 9905372

    (@anonymized-9905372)

    I’ve tested it with your data and it works.

    The only explanation I currently have is that jQuery isn’t properly working, because the date spans are filled with jQuery.

    Can you give me the link to your blog?

    Cheers.

    you can check my blog it has same problem
    https://www.9gram.com

    Anonymous User 9905372

    (@anonymized-9905372)

    For your blog; what is the theme you are using? Your header is missing the scripts that need to be included (moment.js) and should be included when the plugin is activated.

    Can you test this on a normal WP theme and report back?

    Cheers.

    Anonymous User 9905372

    (@anonymized-9905372)

    Check if your theme file (header.php) has the following call:

    <?php wp_head(); ?>

    Cheers.

    Well Im building my own theme for my company and yes it works right now i included moment.js in my theme.

    Thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Tweet_time not showing’ is closed to new replies.