Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tigerdog

    (@tigerdog)

    I found a post that helped a lot at https://www.ads-software.com/support/topic/36245

    1. This error might be caused by an old (pre-1.5) call for the comments.php template. Check if you have this line in your index.php:
    <?php comments_template( is_single() ); // Get wp-comments.php template ?>
    change it to
    <?php comments_template(); // Get wp-comments.php template ?>

    I made that change and the sidebar now shows up in my Pages. The color and background that sets the sidebar apart from the rest of the Page is gone (it’s all one white page), but I can live with that since it doesn’t affect the main body of my blog (only affects the Pages).

    So I guess this issue is mainly resolved. Thanks for your help.

    Thread Starter tigerdog

    (@tigerdog)

    No I hadn’t figured that out (I’m so clueless), but thanks for the suggestion. I went back and looked again and discovered that the Tropical Breeze theme does not have a pages.php file. I tried publishing the page.php from other themes to see what would happen and the sidebar then shows up– but not in the right place. So it appears that the lack of that page specifically written for Tropical Breeze is the problem. I wouldn’t have discovered that without your help.

    Unfortunately I don’t have a clue how to hack a different theme’s page.php so it will work properly with Tropical Breeze, so I’m still stuck. Any suggestions?

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