Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • The widget.

    I made a small change to the code; replacing $before_title with <h3 class=”widgettitle”>Latest ‘ and $after_title with ‘</h3>’ – could this be causing it?

    `// These lines generate our output.
    echo $before_widget . ‘<h3 class=”widgettitle”>Latest ‘ . ‘<a href=”http://twitter.com/&#8217; . $item[‘username’] . ‘”>’. $item[‘title’] . ‘</a>’ . ‘</h3>’;
    twitter_messages($item[‘username’], $item[‘num’], true,`

    The issue only seems to occur occasionally which I find very odd!

    Hi Justin,

    I’ve been incorporating the plugin into a site but I’m getting an odd problem.

    Warning: Cannot modify header information – headers already sent by (output started at /home/onemorei/public_html/wordpress/wp-content/plugins/ibd-twitter/twitter.php:1) in /home/onemorei/public_html/wordpress/wp-includes/pluggable.php on line 890

    I’ve done a bit of search and the common consensus is that this is caused by spaces after ?> etc but I can’t find any. Also, I don’t get this message all the time. Right now I have the webpage open ( http://www.onemoreinthetolly.com/wordpress/ ) on two separate computers, and I only get the message when I attempt to open the /wp-admin/ directory in a second tab. However, this morning I got it when I attempted to access the actual site, and not the wp-admin folder…

    Any help would be appreciated!

    Thanks

    Thread Starter Pepe LeFrits

    (@pepe-lefrits)

    I’ve been unable to make the changes required so I’m going to go with a couple of html inserts instead. Thanks

    Thread Starter Pepe LeFrits

    (@pepe-lefrits)

    Just an addendum: I have the Superb slideshow plugin installed in Sidebar2, and if I remove this, the wrapper returns to 470px distance.

    I have the plugin written into the php with <?php if (function_exists (ssg_show)) ssg_show(); ?>

    … as I could not get the widgetized version to work (sidebar2 always displayed whatever was in sidebar1!?).

    This is my functions.php:

    <?php
    if ( function_exists('register_sidebars') )
        register_sidebars(3);
    ?>

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