Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages » Comments, trackbacks & pings »

Problem with legacy comments in 3.3.2


  #1  
Old Apr 13, 2009, 06:04 AM
itomkins
 
1 posts · Apr 2009
Hi,

I am not sure if this has been covered elsewhere but I thought I would point it out just in case.

I have found a minor bug in the legacy.comments.php file

In the section that reads:
Code:
<?php // If comments are open
if ('open' == $post->comment_status) : ?>

	<h3 class="reply"><?php _e('Leave a Reply','atahualpa'); ?></h3>
There is a missing <div>, I believe it should read like this:
Code:
<?php // If comments are open
if ('open' == $post->comment_status) : ?>

	<div id="respond">
	<h3 class="reply"><?php _e('Leave a Reply','atahualpa'); ?></h3>
Otherwise the comment submit section of the page is not styled right and the page will also fail XHTML validation.
  #2  
Old Apr 14, 2009, 06:26 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
You're right. Thank you for finding this very hidden bug.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Search for Wordpress and legacy part of site? paulae Atahualpa 3 Wordpress theme 1 Jul 3, 2009 08:58 PM
On comments page for post Leave a Reply and comments are white daisy24 Comments, trackbacks & pings 4 Feb 19, 2009 06:40 AM
Staggering Admin Comments and Vistors comments animalcommunicator Comments, trackbacks & pings 4 Feb 17, 2009 06:55 AM


All times are GMT -6. The time now is 08:05 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.