Posted: May 6, 2020 at 5:00 am
|
Hi, I’m trying to view more than 20 registrations at a time so I can e-mail all the delegates for the event. No matter what number I put into the ‘pagination’ field in the screen options, it just shows 20 (and the number reverts to 20). Any ideas? Thanks! |
Hi there, If you change that option on a default WordPress route such as Dashboard -> Pages, does it save there? |
|
|
Hi Tony, Thanks for the reply! Yes, it does. |
Hmm, ok. That’s strange. If you go to Event Espresso -> Maintenance -> System information. Search for ‘max_input_vars’, what value does it show? |
|
|
10,000 |
|
OK, so it’s the WP Fusion plug-in that’s causing this. Not sure how I should approach about this or how to find a workaround! |
I recommend you create a ticket with WP Fusion to have them check into this as I’ve not seen any of the code for that plugin so can’t help with a workaround. |
|
|
Also the Vimeography plug-in breaks it. Since it’s more than one plug-in perhaps it’s something to do with Event Espresso? |
Ok, that plugin I could easily install and see what happened within EE. The problem with Vimeography is that when the code runs within EE to pull the value you set in the option, $_POST (a PHP superglobal), is empty, which it shouldn’t be. I don’t think is something within EE as $_POST simply should not be completely empty at that point but I’ll check into this a little more, something (in this case Vimeography) is apparently unsetting the values passed. I did, however, think of a workaround that may help you for now. You can set the page option with whichever plugins causing this disabled, that value is saved to you user meta so say you set it to 50 with those plugins disabled and then re-enabled them, the post per page on the EE event page you set it on would still use that saved value. |
|
|
Thank you for the workaround! |
I found the issue with Vimeography and created an issue on their GitHub repo to fix this here: https://github.com/davekiss/vimeography/issues/61 The problem is one of their callback functions on a hook doesn’t return the filtered value if it’s not a Vimeography setting, which then means all other settings are null. If you’d like to send me a copy of WP Velocity I can check to see if they are doing something similar. |
|
|
This reply has been marked as private. |
Thank you. It’s the same issue so I’ve also reached out to WP Fusion. |
|
Hi there, Just a quick note that verygoodplugins (the people behind WP Fusion) responded pretty much instantly and merged the change into their repo so it will be included in their next release (v3.33.4). |
|
|
Thank you! |
The support post ‘Screen options not setting pagination’ 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.