Support

Home Forums Event Espresso Premium wp_screen_options value – does not work

wp_screen_options value – does not work

Posted: February 15, 2017 at 2:38 pm

Viewing 3 reply threads


SmartDevs

February 15, 2017 at 2:38 pm

<input type="number" step="1" min="1" max="999" class="screen-per-page" name="wp_screen_options[value]" id="espresso_events_default_per_page" maxlength="3" value="10">

if we change the value it shows just 10 positions no more, no less just 10.


Josh

  • Support Staff

February 15, 2017 at 3:13 pm

Hi there,

The same option is working on all my sites. You might try the solution posted here:

https://wordpress.org/support/topic/admin-screen-options-in-admin-posts-list-dont-save/


SmartDevs

February 21, 2017 at 3:44 pm

hmm on all sections of the site it works just in the section of the EE-Plugin. it is a litle bit strange 😀

the solution also doesn’t work …


Josh

  • Support Staff

February 22, 2017 at 9:26 am

It is very strange that this is only happening on your website. Are you running a custom WordPress or other plugins? If so, you can rule out a potential theme or plugin conflict by following these steps:
1) A theme conflict. You can rule this out by temporarily switching to the default WordPress theme, then test. The theme test drive plugin allows for testing another theme without actually changing your site’s theme.
2) A plugin conflict. You can rule this out by temporarily deactivating any other installed WordPress plugins. Then you reactivate them one by one, while testing the error condition between each reactivation.
It may also help to turn on debug mode. You can set wp_debug to true by editing the wp-config.php file.
You can use an [FTP client][1] and [a text editor][2] to access change this line to the site’s wp-config.php file:
define(‘WP_DEBUG’, true);
[1]: http://codex.wordpress.org/FTP_Clients
[2]: http://codex.wordpress.org/Editing_Files#Acceptable_External_Editors

Viewing 3 reply threads

The support post ‘wp_screen_options value – does not work’ 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