Support

Home Forums Event Espresso Premium Yoast SEO Plugin issues

Yoast SEO Plugin issues

Posted: January 6, 2017 at 2:25 pm

Viewing 5 reply threads


westonemanor

January 6, 2017 at 2:25 pm

Hi,

Using the yoast plugin causes the following issue with EE4: I cannot send any batch emails- when I select the attendees who I want to send an email to, it still says ‘Send Batch Message (0 Selected)’.

Can you please look into this as using the Yoast SEO plugin is necessary.

Thanks


Josh

  • Support Staff

January 6, 2017 at 2:47 pm

I checked into this and I’m not seeing this issue with the current version of Event Espresso 4 + the current version of the Yoast SEO plugin. The batch message feature works with Yoast activated. It may be the result of another plugin in the mix or a specific setting. Can you try troubleshooting a bit? There may be a JavaScript error in the browser’s console too.


westonemanor

January 6, 2017 at 4:46 pm

Hi,

Once the Yoast SEO plugin is deactivated, it works again.

The batch feature works when just in ‘registrations’ but once you select registrations for a specific event, then it does not work.


Josh

  • Support Staff

January 6, 2017 at 8:47 pm

I’m not having any trouble with the page that has registrations for a specific event either.

Are you using the current version of the Yoast SEO plugin? Also, are there any Yoast SEO add-ons or customizations activated? If not, then like I mentioned before, this may be the result of another plugin in the mix or a specific setting. Have you checked the browser’s JavaScript console for errors?


westonemanor

January 7, 2017 at 4:29 am

Hi,

So I just figured out that when yoast is activated on its own, it works fine.

However when using this code:

function my_yoast_seo_always_register_metaboxes_in_admin(){
global $pagenow;
	if ( in_array( $pagenow, array( 'admin.php' ) ) ) {
		if( ! empty( $_GET['action'] ) ) {
			return true;
		}
	}
}
add_filter( 'wpseo_always_register_metaboxes_on_admin', 'my_yoast_seo_always_register_metaboxes_in_admin' );

it causes the issues.

I assume this code is no longer needed anymore as it seems like the yoast seo meta box is showing on the events editor now.


Tony

  • Support Staff

January 9, 2017 at 7:20 am

Hi there,

That snippet was updated a while ago, I’d recommend using the code here:

https://github.com/eventespresso/ee-code-snippet-library/blob/master/third-party-integration/tw_ee_load_yoast_seo_within_ee.php

Viewing 5 reply threads

The support post ‘Yoast SEO Plugin issues’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso