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

Login with username, password and session length

JoomlaTune Support Forum    JComments component    Suggestions, Wishlists & Feature Requests    Topic: What template is ?
Pages: [1]   Go Down
  Print  
Author Topic: What template is ?  (Read 3200 times)
0 Members and 2 Guests are viewing this topic.
SrMorte
Newbie
*

Karma: 0
Offline Offline

Posts: 6


« on: October 04, 2010, 16:09:39 »

Hello

Anyone can tell me what template is ?






Regards
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #1 on: October 04, 2010, 16:23:01 »

What do you mean? This is default JComments' template...
Logged

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

Karma: 0
Offline Offline

Posts: 1


« Reply #2 on: October 04, 2010, 16:27:34 »

GOOD TEMPLATE


UPLOUD PLS


THANKYOU Cheesy
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #3 on: October 04, 2010, 16:28:25 »

It is already present in any JComments distributive.
Logged

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

Karma: 0
Offline Offline

Posts: 6


« Reply #4 on: October 04, 2010, 17:56:48 »

What do you mean? This is default JComments' template...

Sorry

The default JComments template ?

But it isn't in my version.

My default template looks like this:


Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #5 on: October 04, 2010, 18:10:49 »

This is because it was overrided by your Joomla's template. What Joomla's template do you use?
Logged

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

Karma: 0
Offline Offline

Posts: 6


« Reply #6 on: October 04, 2010, 18:32:56 »

I didn't know that.

The template is "Zephyr" by Rockettheme
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #7 on: October 04, 2010, 19:19:40 »

@SrMorte:

1. Open file /templates/rt_zephyr_j15/css/extended.css and remove lines:
Code: (css)
/* JCOMMENT */
#jc .rbox_tr, #jc .rbox_tl, #jc .rbox_t, #jc .rbox_br, #jc .rbox_bl, #jc .rbox_b, #jc .rbox_m {background: none;border: 0;}
#comments-form label, #comments-report-form label {padding-left: 15px;}
#jc .rbox div {line-height: 140%;}
#jc .rbox {border: 0;}
#jc .even .rbox {background: url(../images/overlays/dark/box1-bg.png) repeat;}
.body-overlay-light #jc .even .rbox {background: url(../images/overlays/light/box1-bg.png) repeat;}
#jc .odd .rbox {background: url(../images/overlays/dark/box2-bg.png) repeat;}
.body-overlay-light #jc .odd .rbox {background: url(../images/overlays/light/box2-bg.png) repeat;}
#jc #comments .quote {background: none;}
#comments-form p {margin-left: 0 !important;}
#comments .comments-list {margin-left: 0 !important;}
#comments-list-footer {margin: 0 0 10px 0 !important;}
#comments-footer, #comments .toolbar {border: 0;}

/* Quote Block */
#comments blockquote, #comments .hidden {background: url(../images/overlays/dark/box1-bg.png) repeat;border: 0;padding: 15px;color: inherit !important;}
.body-overlay-light #comments blockquote, .body-overlay-light #comments .hidden {background: url(../images/overlays/light/box1-bg.png) repeat;}

/* Input Form */
#comments-form input, #comments-report-form input, #comments-form textarea, #comments-form input.selected, #comments-form textarea.selected {background: url(../images/overlays/dark/box1-bg.png) transparent repeat !important;border: 0;}
.body-overlay-light #comments-form input, .body-overlay-light #comments-report-form input, .body-overlay-light #comments-form textarea, .body-overlay-light #comments-form input.selected, .body-overlay-light #comments-form textarea.selected {background: url(../images/overlays/light/box1-bg.png) transparent repeat !important;}

/* Form Button */
#comments-form p, #comments-form #comments-form-buttons, #comments-form #comments-form-error, #comments-form #comments-form-captcha-holder {margin-left: 0 !important;}
#comments-form .btn, #comments-report-form .btn {background: url(../images/overlays/dark/readon-r.png) no-repeat 100% 0;margin: 0 0 0 4px;}
.body-overlay-light #comments-form .btn, .body-overlay-light #comments-report-form .btn {background: url(../images/overlays/light/readon-r.png) no-repeat 100% 0;}
#comments-form .btn:hover, #comments-report-form .btn:hover {background-position: 100% -27px !important;}
#comments-form .btn div, #comments-report-form .btn div {background: url(../images/overlays/dark/readon-l.png) no-repeat 0 0;margin: 0 0 0 -4px;}
.body-overlay-light #comments-form .btn div, .body-overlay-light #comments-report-form .btn div {background: url(../images/overlays/light/readon-l.png) no-repeat 0 0;}
#comments-form .btn div:hover, #comments-report-form .btn div:hover {background-position: 0 -27px !important;}
#comments-form .btn a, #comments-report-form .btn a, #comments-form .btn a:hover, #comments-report-form .btn a:hover {font-weight: normal;color: inherit;}

/* Fonts */
#jc h4 {border: 0;color: inherit !important;}
#comments .comment-author, #comments .author-homepage {color: inherit !important;}
#comments a {color: inherit;}

2. Open file /templates/rt_zephyr_j15/features/styledeclaration.php and remove lines:

Code: (php)
$css .= '#comments-form input, #comments-report-form input, #comments-form textarea, #comments-form input.selected, #comments-form textarea.selected {color: '.$gantry->get('body-text').';}'."\n";

After this JComments template's styles will not overrided by Joomla's template.


Logged

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

Karma: 0
Offline Offline

Posts: 6


« Reply #8 on: October 04, 2010, 19:29:57 »

One question, removing this code could affect another functionality off the template, or not ?

Thank you Smiley

Regards
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #9 on: October 04, 2010, 20:21:29 »

No, this code overrides default JComments' styles and doesn't affect to template's functionality. So if you want to use original JComments styles you need to comment or remove this overriding.
Logged

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

Karma: 0
Offline Offline

Posts: 6


« Reply #10 on: October 04, 2010, 23:04:11 »

No, this code overrides default JComments' styles and doesn't affect to template's functionality. So if you want to use original JComments styles you need to comment or remove this overriding.

It works perfectly  Cheesy

Thanks
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #11 on: October 13, 2010, 20:17:55 »

Joomla template could contain some styles to override default JComments ones.
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Suggestions, Wishlists & Feature Requests    Topic: What template is ?
 
Jump to: