Plugin Author
Brecht
(@brechtvds)
Hi Nico,
That actually seems to be caused by the WP Discuz plugin that’s adding some kind of second hidden comment form (ID wpdiscuz_hidden_secondary_form).
Not sure what that is about. You’d have to check with them, I’m afraid.
Shouldn’t actually cause any issues though.
ok Brecht. Talk to wpdiscuz.
thnx for helping
Plugin Author
Brecht
(@brechtvds)
OK, let me know if this is something they can change.
If not, we can look into using a class instead of ID. The only issue is that this might break any custom styling other people might have applied to the current version.
ok, I understand. I will give you information as soon as I get feedback from the wpdiscuz guys.
thnx Brecht!
Hey Brecht!
Here are the feedback from @gvectorssupport
======================
The issue doesn’t come from the wpDiscuz plugin. Some of the active plugins use wpDiscuz hook and render the HTML that includes the duplicated ID. In this case, wpDiscuz cannot change anything in the core. All manipulations should be done by the problem maker plugin side.
Could you please contact the WP Recipe Maker plugin and ask them to make sure the developers don’t use some of the wpDiscuz hooks.
=====================
so I have to ask… 🙂
best regards
Nico
Plugin Author
Brecht
(@brechtvds)
I’ve answered in that topic. They probably won’t be able to change it though.
I’m not sure if we should change it either. It’s really not that big of a problem to have it on the page twice and I don’t like breaking other peoples custom styling (which would happen if we change it).