Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Using binary transfer mode. I’m using notepad or wordpad on Windows Vista right now, I am about to try plugging my eclipse IDE into it and editing it with that.

    I am having the same problem. I tried the blank line solution, but it doesn’t seem to be working.

    The problem lies with a mod I made to the default template file. I can use the old template file fine, but when I try to switch to the new template file I get the following:

    Warning: Cannot modify header information – headers already sent by (output started at /home/zachary/public_html/slowcarbtraderjoes.com/wp-content/plugins/frontpage-slideshow/templates/slowcarb/template.php:1) in /home/zachary/public_html/slowcarbtraderjoes.com/wp-includes/pluggable.php on line 934

    All I did was add one line in the template – I added a way for the entire image to be clickable by adding this:

    function fsChangeSlide2() {
    	jQuery('#fs-picture').css({backgroundImage : "url("+jQuery("#fs-entry-img-"+fsid).attr("src")+")"});
    	jQuery('#fs-picture').click(function(){window.location=jQuery('#fs-entry-link-'+fsid).text();return false;});

    Any ideas?

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