Hi,
I tried 2 different newsletter plugin
- MailChimp for WordPress Lite and – Newsletter (I find it here : http://www.designwall.com/question/newsletter-widget/)
and I have this message with both : ![screen shot](https://www.dropbox.com/s/ddtk5d8s7azkmy6/DW-megamenu-conflict.png?dl=0 "enter image title here")
For now, I disabled the DW Mega Menu, but I like the Mega Menu…
How can I resolve this ?
Thank you
To resolve this issue, You can open the \wp-content\plugins\dw-megamenu\dw-megamenu.php
file and find the line 145. Just changed from the following code:
function dw_megamenu_remove_title_wiget_if_empty( $title, $instance, $id_base ) {
With new code:
function dw_megamenu_remove_title_wiget_if_empty( $title, $instance = [], $id_base = ' ' ) {
Hope this helps !
Finaly I tried several other plugin.
It’s ok with MailPoet.
Thanks
Please login or Register to submit your answer