By Sergey Deyneko on Wednesday, 13 June 2018
Posted in General Issues
Replies 5
Likes 0
Views 862
Votes 0
Hi guys agein.
1) Can I move comment window from bottom to top (before comments)?
2) Move BBC smiles from left to rigth side?
3) And make it comment form for 60% less then now?
4) Akso i can't find hoe to remove number links in every comments?

Thank you
Hi Sergey,

These inquiries actually need to be customize, I will try as far as I can do.
Kindly find my response for your inquiries below:
1) Can I move comment window from bottom to top (before comments)?

You can do template override for the file:
.../components/com_komento/themes/wireframe/structure/default.php
move the code shown after line 127 http://take.ms/0BcVv

2) Move BBC smiles from left to rigth side?

You can apply the css code below and see how it goes?
[gist type="php"]
#kt .markItUpContainer .markItUpHeader {
padding-left: 580px;
}
[/gist]

3) And make it comment form for 60% less then now?

Can you try apply the css code below and see how it goes?
[gist type="php"]
#kt .markItUpExpanding {
height: 84px;
}
[/gist]

4) Akso i can't find hoe to remove number links in every comments?

There is no setting to disable this, you can delete/comment out the code shown: http://take.ms/hlhpe
in file:
.../components/com_komento/themes/wireframe/comments/item.php
·
Wednesday, 13 June 2018 10:36
·
0 Likes
·
0 Votes
·
0 Comments
·
hi guys, I did # 1), 4) but I can't do 2), 3). I really don't know how to work with scc code, can you gide me please?



2) Move BBC smiles from left to rigth side?

You can apply the css code below and see how it goes?

#kt .markItUpContainer .markItUpHeader {
padding-left: 580px;
}
view rawsnippet.php hosted with ❤ by GitHub


3) And make it comment form for 60% less then now?

Can you try apply the css code below and see how it goes?

#kt .markItUpExpanding {
height: 84px;
}
view rawsnippet.php hosted with ❤ by GitHub
·
Thursday, 14 June 2018 01:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You can apply those given codes as at this sections http://take.ms/uIABx as it is custom css where those changes will not be overridden once you made any changes/update on your template/komento.

Please give it a try and see how it goes.
·
Thursday, 14 June 2018 02:26
·
0 Likes
·
0 Votes
·
0 Comments
·
I tryed to fallow your instructions, but nothing huppened:(
·
Friday, 15 June 2018 00:43
·
0 Likes
·
0 Votes
·
0 Comments
·
The custom css has been added internally and it will be available in Komento 3.1. At the mean time, you can place the css codes into your template's css file.
·
Friday, 15 June 2018 01:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post