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.
Please create a new row (as it is shown in the video below) and leave some example URL. We'll provide some custom JS code for you, based on the class of the element you've created.
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.
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.
The code does not work and breaks the site when I add it at the end of the function.php file.
Never add the JS code in the functions.php file.
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.
Please remove the old code and put the following one:
jQuery(document).ready(function(){
jQuery.each(jQuery('.wpd_comm_form'), function () {
jQuery(this).find('.custom_field_60d788eeaf01f-wrapper').prependTo(jQuery(this))
});
jQuery.each(jQuery('.wpd-comment-text'), function () {
jQuery(this).find('.wpd-bottom-custom-fields').insertAfter(jQuery('.wpd-top-custom-fields', this))
});
});
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.
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.
This will work if you change the value of the "Comment List Loading Type" option to "Load with page". Otherwise, there isn't any solution.
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.