Mailpoet Newsletter and Newspaper Theme

Posted in: Newspaper
Post count: 8

Hi there,

I am trying to use a plugin (Mail Poet) to setup and deliver newsletters but am getting some conflicts with their editor. It’s something relate to javascript because it has a newsletter editor but I can’t use it.

Their debugger has picked up these two possible conflicts:

wp-content/themes/Newspaper/wp-admin/js/general.js?ver=1
wp-content/themes/Newspaper/wp-admin/js/wp-admin-panel.js?ver=1

How can I get it to work?

Thank you so muuch guys!

Newspaper Theme it’s amazing

Post count: 22

I have the exact same issue and am using Newspaper 4.5 on wordpress 4.

MailPoet suggests applying this code to these two conflicts.
wp-content/themes/Newspaper/wp-admin/js/general.js?ver=1
wp-content/themes/Newspaper/wp-admin/js/wp-admin-panel.js?ver=1

MailPoet’s Suggestion
<?php
/**
* If your theme or plugin is inserting files in MailPoet pages
* and it is breaking some functions, you should apply this
* conditional to load your files.
*
* Normally themes use these functions wp_enqueue_style() and wp_enqueue_script()
*/
if( $_GET['page'] != 'wysija_campaigns' ) {
// Put your enqueue styles and scripts here
}

Can anyone tell us where and how to apply this conditional? I am a novice when it comes to this type of modification.

Thanks, Kevin
PureGospelNetwork.com

Post count: 6600

Hi,

Could you be more specific about this as I have also tested this plugin to recreate and check this conflicts with their editor but didn’t found any issues with this, could you please provide more details about this.
I use the latest theme version and just the recommended theme plugins, this could happen due to some other plugins so you might wanna check for this without any plugins active and also remember to empty cache before you check if you use any.
Please let me know!

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 8

Hi Lucian,

The problem:

When I want to create a new Newsletter I can’t use the editor because is not working.
For example I can’t edit the text or add images. I can’t drop new boxes.

Their debugger has picked up these two possible conflicts:

wp-content/themes/Newspaper/wp-admin/js/general.js?ver=1
wp-content/themes/Newspaper/wp-admin/js/wp-admin-panel.js?ver=1

I’m going to search if there’s any conflict with other plugins.

Thanks

  • This reply was modified 11 years by jSureda33. Reason: added
Post count: 6600

Hi,

I understand, in that case you should verify your plugins as I tested this plugin and didn’t had issue with it: http://screencast.com/t/G8ClEI2v5
Please let me know what you find.

Thanks

Post count: 22

The mailpoet warning appears at the bottom of the page when you turn on SETTINGS ADVANCED DEBUG MODE. this happens on both their stable and beta versions.

I don’t have any problems with the editor. I am not able to send mail with mailpoet other than manually which I don’t believe is related.

It was just a little odd and can’t figure if this is a potential issue or not.

Post count: 22

The editor does mess up for me. When moving graphics it leaves multiple copies of them on mailpoet. What you see is not what you get.

Kevin

Post count: 6600

Hi,

I was able to find those two possible conflicts messages also. I will add this on our todo list and we will investigate it.

Thanks for reporting it!

Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.