@asti Thanks much appreciated. Although, is there a way to get the comment box to appear when users are not logged in, prompting them to login? As guests arent able to open up the comment box so might confused them on what the icon is?
We don't follow you well. Please rephrase your question.
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.
@asti So, when the user is logged in, it was as expected. However, say for example you are a new visitor and you see the comment button after the sentence, you are unable to click on it. Is there a way for non logged in users to click on the comment icon and it prompts them to login, rather than allowing guests to be able to comment.
We're going to discuss this question with our team.
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.
Hi @adamjones1002,
Please check out the solution provided below:
1. You should download and install the following plugin: https://wordpress.org/plugins/easy-login-woocommerce/
2. Then use the JS code below:
jQuery(document).ready(function ($) {
jQuery('.wpd-inline-icon-wrapper').addClass('xoo-el-login-tgr');
});
This article should be helpful for you: https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/
Small video instruction: https://monosnap.com/file/D3n2fQkCG7TFu49IioPcoZZaqZsvAx
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.

