marnau
Forum Replies Created
-
The issue is solved with the new 1.2.4 release, thanks a lot!
Forum: Plugins
In reply to: [ELEX WooCommerce Name Your Price] plugin hides the faviconThanks a lot, you fixed it very quickly! The problem is solved!! Great team.
I’m encountering the problem in a fresh install of wordpress. As soon as I install the plugin and activate it, the head tag breaks.
I’m using 1.2.3, and the issue persists. Wochnik was pointing out two problems, maybe what was fixed was the other one?
What wochnik pointed out six months ago about the head tag being broken bye the input with id “elex_cpp_ajax_nonce” is what I wrote about some days ago. This should be fixed, as it is causing great trouble. Thanks!
Forum: Plugins
In reply to: [ELEX WooCommerce Name Your Price] plugin hides the faviconI think I’m able to reproduce the error.
I also had problems with the favicon, which I had added programmatically in my theme’s header.php.As far as I know, the problem occurs because the plugin is adding an html input element with id=elex_wfp_custom_price_field_nonce at the <head>, which the browser rendering engine corrects by moving the <body> tag before this input, and thus leaving a bunch of scripts at the top of the body.
If this problem is happening to everyone with the plugin installed, I believe it should be fixed because it’s a clear bug.
I hope the information is useful!