By Torgrim Sandvoll on Wednesday, 19 August 2015
Posted in Technical Issues
Likes 0
Views 1K
Votes 0
I have turned off:
- Subscription (both RSS and Email)
- Location

Still the (empty) Subscription field shows up in form and Location field shows up.

Also the main Comment field is minimized and looks strange.

Hope you can help.
Hi Torgrim,

I am really sorry for the delay of this reply.

I've applied the fix inside your /components/com_komento/themes/wireframe/comment/ for location and subscription issue on both of the files below:
1) form.php
2) tools.php

Hope these help.
·
Thursday, 20 August 2015 11:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Torgrim,

I've checked your site and seems like the textarea issue is caused by your template. However, please add this CSS code into your template.css file to override the styling:

textarea#commentInput {
width: 100% !important;
height: 100% !important;
}


As for the location and subscription, I don't see ay in your page: http://screencast.com/t/vabuup8J . Please advise.
·
Thursday, 20 August 2015 11:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Nik! Somehow the CSS code did not work (for Chrome), but I changed to:
#commentInput {
width: 100% !important;
height: 100% !important;
}

And now it works for Chrome, Firefox and IE9!

Thank you also Ezrul for the fix. Works! Will this be included in next update of Komento? If not, can you please include the code changes, so I know where to update code after an update?
·
Thursday, 20 August 2015 15:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Torgrim,

Yes the fix will be included in the next release of Komento.
·
Thursday, 20 August 2015 18:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post