Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hello! Is there a way to display the plugin in multiple places on the page? For output I use the function <?php comments_template(); ?>
The problem is that according to the design of the site, when it is adaptive, I need to show comments in completely different places on the page. And if I make multiple calls to the <?php comments_template(); ?> in different places, then the plugin events do not work for me. This is logical, since as far as I understand, all js scripts are linked by id. Can I somehow solve this problem?
p.s site on wordpress
Hi @winde,
As you've already mentioned all scripts are mapped by ID and changing this logic requires tons of customizations in php/js files, so, unfortunately, that's not possible to do.