• I would like to hide the Loading tweets message. I just want it to show the tweets as soon as they have are loaded.

Viewing 1 replies (of 1 total)
  • Plugin Author kirilln

    (@kirilln)

    Hello,
    You can hide the message using CSS.

    Go to WP Admin > Appearance > Editor and edit the styles.css for your theme. At the end of that file add a style to override display of the message:

    div.tb_msg { display: none; }

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Tweet Blender] Hide Loading tweets’ is closed to new replies.