Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

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 6796 times)
0 Members and 1 Guest are viewing this topic.
tceko1
Newbie
*

Karma: 0
Offline Offline

Posts: 3


« 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 620 times.)
Logged
tceko1
Newbie
*

Karma: 0
Offline Offline

Posts: 3


« 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: 163
Offline Offline

Gender: Male
Posts: 2161



WWW
« 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 Offline

Posts: 1


« 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: 163
Offline Offline

Gender: Male
Posts: 2161



WWW
« 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 Offline

Posts: 1


« 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  Wink




* braking.jpg (40.23 KB, 1053x444 - viewed 491 times.)
« Last Edit: July 17, 2010, 04:11:42 by Peter2 » Logged
korime
Newbie
*

Karma: 0
Offline Offline

Posts: 1


Email
« 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
grayfish
Newbie
*

Karma: 0
Offline Offline

Posts: 8


« Reply #7 on: September 02, 2012, 15:07:56 »

I know this is a Really old thread, but it's exactly the same problem i have Sad
i was trying to use rafaelamaral method, but i dont really know exaclty how to do that...

so this is my question, can anyone, please, explain exact how to to that.

(This is what i know
I have "RT-Ionosphere" Templete,
I know how to acsess my site with FTP
I have found the INDEX.PHP in my templete folder
I have not found what ever "CSS attributes for .nopad:" this means)

Please help me ! Smiley  Huh
Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Bug-reports    Topic: "Add Comment" box is overlapping once a comment is posted
 
Jump to: