Forum Replies Created
-
AuthorPosts
-
Przemek Cichoń
ParticipantHi Daron,
Great 🙂 Thanks,
Przemek
Przemek Cichoń
Participantso it is there just the message that you cannot do it should be removed as noted in the other thread:
Przemek Cichoń
ParticipantHi Daron,
Since ACFW is already working in the customizer would you be able to update the plugin and remove the notification:
Sorry, this widget is not availabe to edit from the Customizer. Please go back to the Widgets Page to edit.
I appreciate that.
Thanks,
PrzemekPrzemek Cichoń
ParticipantHey Daron,
Yep, I can confirm that if I replace the original code with the code above all is working fine.
Thank you,
PrzemekPrzemek Cichoń
ParticipantHowever if you are asking me which extension to Mailpoet do I use, then none 🙂 When I was writing Mailpoet plugin I meant Mailpoet not a plugin to Mailpoet. Probably it’s just my English issue 😉
Przemek Cichoń
ParticipantHey,
no worries 🙂 really your plugin saves a lot of my time.
Here is the plugin that I am using for newsletter: https://wordpress.org/plugins/wysija-newsletters/.
regards,
PrzemekPrzemek Cichoń
ParticipantIf the offer is still valid then yes I am interested 🙂
Przemek Cichoń
ParticipantHey Daron,
Thank you for fixing it. Your plugin is really usefull. I rarely used widgets before but in my recent project thanks to your plugin which makes them easy to implement I found them extremely useful.
Thanks again 🙂
Best regards,
PrzemekPrzemek Cichoń
ParticipantHey Daron,
Great! Thank you for your feedback on it.
Have a great week!
regards,
PrzemekPrzemek Cichoń
Participantas a workaround I’ve replaced
$default_widgets = $GLOBALS['acfw_default_widgets'];
in line 67 and 121 of default-widgets.php with the following
$default_widgets = isset( $GLOBALS['acfw_default_widgets'] ) ? $GLOBALS['acfw_default_widgets'] : [];
and for my scenarios it works
-
AuthorPosts