By robert harcenco on Friday, 09 December 2016
Posted in Technical Issues
Likes 0
Views 566
Votes 0
Hello,

How can I make some customization for Komento, in order to look like in the att picture.
Cay you tell me from where do I need to make that modifications?
Hi Robert,
There are settings to remove the Ratings and Login Form.
For Ratings, you can disable it here: Integrations>yourComponent>Workflow>General>Enable Ratings>No(http://take.ms/Yi35R)
There is a documention to hide the login form here

For the rest you have to edit the files. To remove 'Add Yours', if you are using the Cleo theme, head to this file: JoomlaFolder/components/com_komento/themes/cleo/comment/tools.php and remove the related code(http://take.ms/B6sfQ).

For the buttons, you can apply the custom css codes below the file: JoomlaFolder/templates/protostar/html/com_komento/assets/css/common.css (create directory and file if it does not exist)

div#section-kmt.theme-cleo .kmt-toolbar .kmt-subs-email a, .kmt-subs-rss a {
height:inherit !important;
}
Also, do take note that in Komento 3.0 is on the horizon(link).
·
Friday, 09 December 2016 17:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Raymond,

Can you please help me with the buttons?
I did like you told me but they are the same.
·
Saturday, 10 December 2016 17:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Robert,

Could you please provide us with the link to the page if you want us to look into this.
·
Saturday, 10 December 2016 17:54
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Saturday, 10 December 2016 22:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Please add the block of css codes below into your template's css file,

[gist]
body .kmt-subs-email a,
body .kmt-subs-rss a {
height: 18px !important;
}
[/gist]
·
Sunday, 11 December 2016 15:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

I did that but still the buttons don't look nice.

Can you please check.

Thank you
·
Monday, 12 December 2016 18:54
·
0 Likes
·
0 Votes
·
0 Comments
·
I have absolutely no idea where did you place these codes but I have added a new file under /templates/socialize/css/custom.css and added these codes and it works fine now
·
Monday, 12 December 2016 21:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Mark
·
Monday, 12 December 2016 21:19
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Monday, 12 December 2016 21:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post