Hello,
Thanks for reaching out to us.
Please note that by default our checkbox is added before the submit button. And so we only have code that adds it after the submit button which you can check at https://github.com/ibericode/mc4wp-snippets/blob/master/integrations/wp-comment-form/output-after-submit-button.php.
Please test using a default WordPress theme such as “Twenty Nineteen”.
Then it is not working properly because in my theme it shows AFTER the submit button http://prntscr.com/mzfhws. I need it to show BEFORE the submit button. That is what I meant in my previous question. As I said, my theme supports custom hooks, so I just need the code that displays the subscription box and I will hook it using the theme’s elements.
-
This reply was modified 7 years, 2 months ago by
politicske.
Hello,
I understand how it works in your theme. Like I said before our plugin by default shows the checkbox before the submit button. The code I shared is an example you can use and modify for your needs based on the hooks provided by your theme.
If your theme developers are not willing to assist, then please share a hook that is placed before the submit button in your theme and I could then test and see if I could provide you with the required code.
I discovered that the position of the box is being displaced by this plugin . Is there a way to have that resolved from your end?
-
This reply was modified 7 years, 2 months ago by
politicske.
Hello,
I would suggest disabling the plugin. We use standard WordPress hooks and if some other plugin is modifying it, then it’s beyond our control.
Issue has been rectified in the latest version of the plugin.