• Resolved shereew

    (@shereewalker)


    Hi there,

    Firstly – great plugin.

    I am using this in conjunction with your facebook plugin. The Facebook plugin has the option to place the date below the text which is the format I am using, but unfortunately the Twitter one does not have this option, so they look a bit messy when next to each other.

    Can you advise how I would achieve this? I tried moving things around in the ‘custom-twitter-feed.php’ file but got the white screen of death.

    Thanks
    Sheree

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey Sheree,

    You can use a bit of JavaScript to do this. Try adding the following to the “Custom JavaScript” area on the “Customize” tab:

    jQuery('.ctf-item').each(function() {
        jQuery(this).find('.ctf-tweet-text').after(jQuery(this).find('.ctf-tweet-meta'));
    });

    Let me know if you have more questions!

    – Craig

    Thread Starter shereew

    (@shereewalker)

    Hi Craig

    That worked perfectly – thanks so much for that.

    Sheree

    Plugin Contributor Craig at Smash Balloon

    (@craig-at-smash-balloon)

    No problem! Have a great rest of your week.

    – Craig

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

The topic ‘date placement’ is closed to new replies.