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

Login with username, password and session length

JoomlaTune Support Forum    JComments component    General discussion    Topic: Thank you message won't show after posting - CSS?
Pages: [1]   Go Down
  Print  
Author Topic: Thank you message won't show after posting - CSS?  (Read 831 times)
0 Members and 2 Guests are viewing this topic.
OldLodgeSkins
Newbie
*

Karma: 0
Offline Offline

Posts: 2


« on: June 30, 2011, 14:14:24 »

Hi,

I've been using Jcomments on a couple of sites and so far I have to say I really like it. But I've just ran into a problem on a new installation; That site has a dark template with clear / white fonts, and the "thank you" message won't show up after posting. More precisely, it seems something does show up for a few seconds above the form, only in can't be read - I'm suspecting it must have the same color as the background... Except for that the comment's saved normally and is accessible in the back office. So Jcomments appears to be working fine. What's the CSS class used by this message please? If I'm right then by identifying this class I should be able to solve this problem rather easily.

I don't see what else it could be, on the other two sites where I've used Jcomments it works just fine. But they use more "conventional" colors. Although I'd like this thank you message to show up a little longer as it's rather fast by default.

Thanks.

Seb.
« Last Edit: June 30, 2011, 14:16:35 by OldLodgeSkins » Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #1 on: July 26, 2011, 07:04:10 »

You can adjust message's colors here:
Code: (css)
.comments-form-message-error {background: #FFD86F url(images/jc_error.gif) no-repeat 4px 50%}
.comments-form-message-info {background: #DFEEFF url(images/jc_info.gif) no-repeat 4px 50%}

Regarding displaying time... It could be changed only in JS... /components/com_jcomments/js/jcomments-v2.1.js:

Code: (javascript)
this.fadeTimer=setTimeout(function(){JComments.prototype.fade('comments-form-message', 100, 0, 1000);}, 6000);

Change 6000 to greater value...
Logged

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

Karma: 0
Offline Offline

Posts: 2


« Reply #2 on: July 26, 2011, 16:10:51 »

Thanks!

I have "solved" the problem by allowing only logged-in users to post comments... But this could come in handy next time.
Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    General discussion    Topic: Thank you message won't show after posting - CSS?
 
Jump to: