Plugin Author
DAEXT
(@daext)
Hello mathiashavskov,
the plugin verifies the presence of multiple shortcodes. If you receive this message where there is a single shortcode this means that there are components active on the website that are parsing the post causing the execution of the shortcode.
I created a ticket to avoid echoing this message in the next release to prevent this problem in the described scenario.
-
This reply was modified 2 years ago by
DAEXT.
-
This reply was modified 2 years ago by
DAEXT.
-
This reply was modified 2 years ago by
DAEXT.
Hello, is there any update on this issue? I have also added manually a single shortcode in a post, but keeps showing the following message: “You can’t add multiple feedback forms in the same post.”
I am using the last version of the plugin.
Thanks in advance
Hi @inakipsiko,
Until a fix is implemented I have found the following workaround myself. Locate the file /wp-content/plugins/daext-helpful/public/class-daexthefu-public.php. Comment out line 214, so it looks like this: // ++self::$shortcode_counter;
Just be aware that whenever the plugin is updated this is overwritten and has to be performed again.
Hope it helps until a solution is available!
Thank you @mathiashavskov, It works!