Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Events Calendar with Post Categories Enabled breaks WP_List_Table layout #7159

Closed
n7studios opened this issue May 25, 2017 · 1 comment
Closed

Comments

@n7studios
Copy link

What did you expect to happen?

When using The Events Calendar, and registering WordPress' Category Taxonomy for use on TEC programmatically, WP_List_Table's layout should not break, and the Title column shouldn't have a really narrow width.

What happened instead?

When using The Events Calendar, and registering WordPress' Category Taxonomy for use on TEC programmatically, a conflict with Yoast SEO results in the WP_List_Table layout breaking, and the Title column has a really narrow width.

How can we reproduce this behavior?

WordPress 4.7.5
The Events Calendar 4.5.2.1
Yoast SEO 4.8
Custom Plugin Code enabling the category taxonomy on The Event Calendar's register_post_type() call: https://gist.github.com/n7studios/09c8b338eef7d5d5dc1e535794710b65

Can you provide a link to a page which shows this issue?
screen shot 2017-05-25 at 10 04 12

Technical info

  • WordPress version: 4.7.5
  • Yoast SEO version: 4.8.0
@andizer
Copy link
Contributor

andizer commented May 29, 2017

Thanks for reporting this issue. I am able to reproduce this, but have concluded this bug isn’t caused by our plugin. The tables in WordPress try to fit in the screen width.
If the screen is adjusted to a smaller size, the title will be shown in a narrow width.

When I disable the columns our plugin is adding, I am able to get the title in the narrow width by resizing my browser window.

We don’t have any influence on how the table will be rendered.

Therefore I’m closing this issue.

@andizer andizer closed this as completed May 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants