ECToo / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

Sidebar disappears in some cases (Missing in </div> in comments.php) #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Configuration with default theme and left lateral sidebar
2.When a user is not connected and is on a page with "Leave a reply"

What version of the ... are you using?
2. Constructor: 0.7.2

What URL of your blog(s)?
1. http://seriousgames.lip6.fr/blog/members/benjamin-huynh-kim-bang/
Bugs have been corrected in my blog.

Please provide any additional information below.

There is a missing </div> (corresponding to the starting <div id="respond">
) in your if-tree in comments.php.

To correct, in comments.php, add </div> just after:
<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
<p><?php printf(__('You must be <a href="%s">logged in</a> to post a
comment.', 'constructor'), get_option('siteurl') .
'/wp-login.php?redirect_to=' . urlencode(get_permalink())); ?></p>

Original issue reported on code.google.com by benjamin...@gmail.com on 19 Jan 2010 at 11:30

GoogleCodeExporter commented 9 years ago
Thank you for your report, this is issue fixed in new version (0.7.5), please 
wait 
repository update

Original comment by AntonShe...@gmail.com on 19 Jan 2010 at 1:02

GoogleCodeExporter commented 9 years ago
Issue 28 has been merged into this issue.

Original comment by AntonShe...@gmail.com on 19 Jan 2010 at 2:56