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: jcomments 2.1.0 display problem with rockettheme quaser
Pages: [1]   Go Down
  Print  
Author Topic: jcomments 2.1.0 display problem with rockettheme quaser  (Read 5430 times)
0 Members and 2 Guests are viewing this topic.
butcher907
Newbie
*

Karma: 0
Offline Offline

Posts: 1


Email
« on: February 04, 2010, 04:25:01 »

I have recently installed jcomments 2.1.0 and am having a couple of issues. When I visit a page with comments on the refresh and RSS links are over the comment. Here is an example:



If i refresh the page or click the menu link for the particular page again it then displays correctly.



If I go away from the page then come back the problem shows itself again. It is not just on one page, it happens on any page with comments.

Also the "notify me of follow up comments" text covers the checkbox. This does not go away on refresh, although for the first few seconds of the page loading it displays correctly.



The problem exhibits itself in both Firefox and IE.
I am using the Rockettheme Quasar template. http://www.rockettheme.com/joomla-templates/quasar If i change template these problems go away but I would like to keep this template so I was wondering if there is anyway to fix this??
If anyone could help it would be greatly appreciated.
Thanks in advance.

Stuart

http://opensaucer.com
Logged
BBC
Full Member
***

Karma: 4
Offline Offline

Posts: 197



« Reply #1 on: February 10, 2010, 04:05:55 »

I see you fixed it. Put some right margin (2-5 px) on images in articles, with your editor. It is not professional this way.
Logged
Beauty
Newbie
*

Karma: 0
Offline Offline

Gender: Female
Posts: 13


Beauty Loves Beasty xXx


WWW
« Reply #2 on: April 10, 2010, 18:26:06 »

 Kiss
hello - i have this same problem with the select box being covered over with the writing. could you or someone please tell me how to rectify it.
i am a joomla novice but can find my way around most things with specific instructions.

please help x
Logged
Nakor
Newbie
*

Karma: 0
Offline Offline

Posts: 4


« Reply #3 on: May 24, 2010, 04:40:59 »

Hi  Grin

Using 2.5.4 I am having the same problem (second part) that he mentioned.  I am not having the RSS things cover up comments, but I am having the problem with the tracking checkbox being over (or under) the text.  Is there a fix for this or is it something on the to do list?

Oh yeah:

PHP 5.2.12
Joomla! 1.5.15
Apache
And of course, the Quasar theme which uses the Gantry Framework.  http://www.rockettheme.com/joomla-templates/quasar
« Last Edit: May 24, 2010, 04:44:33 by Nakor » Logged
Nakor
Newbie
*

Karma: 0
Offline Offline

Posts: 4


« Reply #4 on: May 24, 2010, 06:10:42 »

I totally forgot the mention the reason I registered here.  Using jcomments with the Quasar theme breaks the buttons they designed for the theme.  I rather like the buttons.  I end up with normal themed red links which is ok I guess but I would prefer to have the buttons back (and preferably be able to have the comments show on a button as well.)  If you know why this is happening please let me know.  I haven't figured it out yet.
Logged
scept1c
Newbie
*

Karma: -1
Offline Offline

Gender: Male
Posts: 12



« Reply #5 on: May 25, 2010, 17:18:26 »

the same issue with
PHP 5.2.9
Joomla 1.5.11
Apache
Jcomments 2.5.3
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #6 on: May 25, 2010, 17:23:44 »

Try to upgrade to JComments 2.2...
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
Nakor
Newbie
*

Karma: 0
Offline Offline

Posts: 4


« Reply #7 on: May 29, 2010, 02:27:56 »

2.5.4 to 2.2 is not an upgrade is it?
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #8 on: May 29, 2010, 03:00:10 »

2.5.4 to 2.2 is not an upgrade is it?
2.5.4 - version of JComments Latest module, 2.2 - version of JComments component... I mean the component upgrade...
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
Nakor
Newbie
*

Karma: 0
Offline Offline

Posts: 4


« Reply #9 on: May 29, 2010, 05:15:17 »

Oh lol sorry about that.  Yeah I'm using 2.2 already.
Logged
rafaelamaral
Newbie
*

Karma: 0
Offline Offline

Posts: 3


« Reply #10 on: June 21, 2010, 05:59:25 »

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
ericyber
Newbie
*

Karma: 0
Offline Offline

Posts: 2


« Reply #11 on: July 22, 2010, 02:38:48 »

You seem to have a solution. Can anybody explain to me where I need to put this code?

I also have a problem on my site. See for example:
http://www.evernote.info/index.php/how-tos/4-how-to-evernote/5-how-to-make-a-screensaver-from-your-evernote-database#comments

Can anyone help me please?
Logged
rafaelamaral
Newbie
*

Karma: 0
Offline Offline

Posts: 3


« Reply #12 on: July 22, 2010, 08:34:22 »

- Open the index.php of your template and find:

<jdoc:include type="component" />

- Substitute to:

<table class="nopad">
<tr valign="top">
<td>
<jdoc:include type="component" />
</td>
</tr>
</table>

- Find the file template.css in your template folder and past this:

table.nopad {
   width: 100%;
   border-collapse: collapse;
   padding: 0;
   margin: 0;
}

Done.
Logged
ericyber
Newbie
*

Karma: 0
Offline Offline

Posts: 2


« Reply #13 on: July 23, 2010, 02:40:39 »

Unfortunately I can't find:

<jdoc:include type="component" />

in my template anywhere. I am not sure if we hade the samen problem!

Can anybody help wit this problem?


* temp.tiff (57.59 KB, 707x293 - viewed 462 times.)
Logged
freshgrads.sg
Newbie
*

Karma: 0
Offline Offline

Posts: 1


« Reply #14 on: August 12, 2010, 12:39:34 »

hi ...

go to yoursite/components/com_jcomments/yourtemplate/tpl_index.php
(be sure to change the default template along with your RT template)

find

<div id="comments"><?php echo $comments; ?></div>

change to

<div id="comments"></div><?php echo $comments; ?>

Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Bug-reports    Topic: jcomments 2.1.0 display problem with rockettheme quaser
 
Jump to: