Products
Demo
Forum
Login
Register
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
May 23, 2012, 09:40:59
Advanced search »»
JoomlaTune Support Forum
JComments component
Bug-reports
Topic:
"Add Comment" box is overlapping once a comment is posted
Pages: [
1
]
Go Down
Print
Author
Topic: "Add Comment" box is overlapping once a comment is posted (Read 3248 times)
0 Members and 1 Guest are viewing this topic.
tceko1
Newbie
Karma: 0
Offline
Posts: 2
"Add Comment" box is overlapping once a comment is posted
«
on:
June 01, 2010, 08:01:00 »
Hello,
I have a very strange issue. it seems as though everything is working in default templates, but then i have a very basic custom template and for some reason once you post a comment, the comment shows up and the "add comment" form overlaps on top of the comment. Please see screen shot.
Thank you in advance for your assistance.
Tim
add_comment_overlapping_comments.gif
(8.8 KB, 418x321 - viewed 394 times.)
Logged
tceko1
Newbie
Karma: 0
Offline
Posts: 2
Re: "Add Comment" box is overlapping once a comment is posted
«
Reply #1 on:
June 01, 2010, 08:58:47 »
I'm not sure what the issue was, but like i mentioned, I was using a very very basic custom template, so I just redeveloped my template using the default Beez template by changing my index.php with the one in the template, brought over my stylesheets and images and it just worked.
weird issue.
Logged
smart
Administrator
Hero Member
Karma: 160
Offline
Gender:
Posts: 2559
Re: "Add Comment" box is overlapping once a comment is posted
«
Reply #2 on:
June 01, 2010, 13:08:10 »
Try to use FireBug plugin for FireFox to discover problem's source. There is no such bug with default Joomla's template so in my mind this is some problem with your's CSS styles.
Logged
If you use JComments, please post a rating and a review at the
Joomla! Extensions Directory
rafaelamaral
Newbie
Karma: 0
Offline
Posts: 3
Re: "Add Comment" box is overlapping once a comment is posted
«
Reply #3 on:
June 21, 2010, 05:58:15 »
I had this same problem. I solved this issue and would like to share with you.
It isn't a CSS problem, is a failure of recognition in the index.php of template.
I compared all the tags of index.php of template "rhuk_milkyway" (no bugs with jcomments) with the tags of the template defective. I did some tests, and I found that the lack of a determined table involving "<jdoc:include type="component" />" creates the problem.
Solution in index.php:
<table class="nopad">
<tr valign="top">
<td>
<jdoc:include type="component" />
</td>
</tr>
</table>
CSS attributes for .nopad:
table.nopad {
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0;
}
Good luck!
Logged
smart
Administrator
Hero Member
Karma: 160
Offline
Gender:
Posts: 2559
Re: "Add Comment" box is overlapping once a comment is posted
«
Reply #4 on:
July 13, 2010, 01:14:29 »
@rafaelamaral: thank you for sharing the solution!
Logged
If you use JComments, please post a rating and a review at the
Joomla! Extensions Directory
Peter2
Newbie
Karma: 0
Offline
Posts: 1
Re: "Add Comment" box is overlapping once a comment is posted
«
Reply #5 on:
July 17, 2010, 04:07:02 »
JComments overlaps page bottom after submiting the comment (see image).
I tried rafaelamaral way to solve the problem, but nothing happens.
How to solve this problem?
Thank you
braking.jpg
(40.23 KB, 1053x444 - viewed 302 times.)
«
Last Edit: July 17, 2010, 04:11:42 by Peter2
»
Logged
korime
Newbie
Karma: 0
Offline
Posts: 1
Re: "Add Comment" box is overlapping once a comment is posted
«
Reply #6 on:
August 01, 2010, 17:50:31 »
i have the same problem
but when i browse in IE 7 or older it works fine but in other browsers is overlap like on image
Logged
Pages: [
1
]
Go Up
Print
JoomlaTune Support Forum
JComments component
Bug-reports
Topic:
"Add Comment" box is overlapping once a comment is posted
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Announcements
-----------------------------
=> Announcements
-----------------------------
JComments component
-----------------------------
=> General discussion
=> Suggestions, Wishlists & Feature Requests
=> Integration with third-party extensions
===> AlphaUserPoints
===> CommunityBuilder
===> K2 JComments
=> Translations
=> Bug-reports
-----------------------------
ProofReader component
-----------------------------
=> General discussion
=> Suggestions, Wishlists & Feature Requests
=> Translations
=> Bug-reports
-----------------------------
Other extensions
-----------------------------
=> Plugins
=> Modules
Loading...