Plugin Author
iClyde
(@iclyde)
Hi @larsactionhero
Duplicate Post also works on “front-end” side.
But don’t worry only logged in users with right permissions can see that.
You can test it in incognito and see if you can find any code here.
Hope it helps 🙂
Hi, thanks for the fast reply.
I’m not worrying about anybody sees that, I know that this related to being logged in or not.
BUT. I’m worrying about that the it writes stuff in the frontend which (in some parts) makes development way more difficult.
For example: I was wondering, why a Menu item can’t be clicked porperly and ended up in that one of the plugin’s elements (.cdp-copy-alert-success, which sticks at page top) was overlayering the navigation bar.
Sorry, but imho this is a no-brainer. Additionally, it produces ugly code and has no need to be rendered in the front end because the functionality of copiying should be related to backend, doesn’t it?
See here how much stuff that is, also the lots of single requests which even could be bundled.
Not mentioning the svg inline elements which were rendered additionally.
Screenshot 1
Screenshot 2
Screenshot 3
Screenshot 4
Screenshot 4
Don’t get me wrong, i like the plugin but in my opinion there are some points which could be improved.