By Bastian (TeamAccount) on Monday, 06 March 2017
Posted in Technical Issues
Likes 0
Views 502
Votes 0
Hi,

I´m currently checking Komento 3.0.5 (Bubble Theme) before I update my 2.x version. However on a page which has some comments I can see the following in my source code:


<div class="o-empty">
<div class="o-empty__content">
<i class="o-empty__icon fa fa-comments-o"></i>
<div class="o-empty__text t-lg-mt--md">There are no comments posted here yet</div>
</div>
</div>


You can reproduce the issue on the Komento Demo Page here.

Is that a bug or why is that shown in the html source code from the page?
Hi there,

Yes, it is due to AJAX approach. Thanks for understanding.
·
Tuesday, 07 March 2017 18:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

This dom is needed so that when there is no comment (incase of you are deleting it), it will just remove the "display:none" from this dom and display it rather than retrieving the dom from server. This helps to minimize request to server. However, if you insist to remove this, you can go to this file: ../components/com_komento/themes/wireframe/structure/default.php https://screencast.com/t/LmRBBzC9mYTv
·
Tuesday, 07 March 2017 11:54
·
0 Likes
·
0 Votes
·
0 Comments
·
ok, it that's needed I can live with that ;-). Is that due to the AJAX approach used with Komento?
·
Tuesday, 07 March 2017 18:47
·
0 Likes
·
0 Votes
·
0 Comments
·
ok, then i will close this posting. Thanks for clarification.
·
Tuesday, 07 March 2017 18:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 07 March 2017 19:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post