• Hi, I have a big problem, everything work ok, but when clicking the comments icon to respond or see comments, the page loads and then the main content disapear.

    Being in homepage and clicking comments you got a #respond or #comments after the address depending if the entry has or not comments. It loads and then it disappears, the sidebar stays there.

    I remove the #respond or #comments from the address and it loads ok.

    Its the default theme in wordpress 2.7, any ideas ?

    Maybe the style stuff in header I do not use ?

    <style type="text/css" media="screen">
    
    <?php
    // Checks to see whether it needs a sidebar or not
    if ( !empty($withcomments) && !is_single() ) {
    ?>
    	#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/imeages/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg") repeat-y top; border: none; }
    <?php } else { // No sidebar ?>
    	#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/imeages/kubrickbgwide.jpg") repeat-y top; border: none; }
    <?php } ?>
    
    </style> 
    
    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
    
    <?php wp_head(); ?>

    I just added an e to the images directory name, so nothing loads there.

    Thanks in advance.

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘#respond & #comments disapear all content. Urgent, please help’ is closed to new replies.