Skip Navigation

[Resolved] Pagination settings in Toolset Settings Custom Code tab

This support ticket is created 3 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 8 replies, has 2 voices.

Last updated by Christian Cox 3 years, 9 months ago.

Assisted by: Christian Cox.

Author
Posts
#1939963

Christian,
I have a lot of custom code in your custom code section, I was wondering if there is a way to see all custom on one page instead of pagination . Right now, it seems to have a limit of 20 queries. Can this be increased somewhere in settings?

#1939999
Screen Shot 2021-02-09 at 2.39.49 PM.png
Screen Shot 2021-02-09 at 2.10.20 PM.png

There is a pagination setting in the Screen Options tab that I thought might be useful here, but it doesn't seem to be working for me. When I try to save a different value, the changes aren't saved. Let me escalate that to my 2nd tier support team for investigation.

In the meantime, I was able to set a value in the database manually to change the pagination default in this screen. You can try the same temporary fix with phpMySQL or another db editor tool. In wp_usermeta, add a row with the following info. You can replace 123 with your numeric User ID, and replace 50 with your desired number of snippets per page:

umeta_id: <strong>NULL</strong>
user_id: <strong>123</strong>
meta_key: <strong>toolset_settings_items_per_page</strong>
meta_value: <strong>50</strong>

In my local tests, this changes the pagination default setting when I refresh the page in wp-admin, and also updates the Custom Code snippets page pagination system. I'll let you know what I find out from 2nd tier support.

#1940021

Thanks a lot. I will wait to hear back.

#1942507

Our developers have acknowledged the issue and we have an internal ticket in place to resolve the problem. For now, the workaround I described is the best way to proceed. Our developers will fix the problem in a future release of the software.

#1943981

Thanks. If you want, you can close this ticket.

#1945753
DB update.png
still pagination.png

Does not seem to work for me. Images attached.

#1947783

Is this a multisite installation, or a single site installation?

#1947793

single site

#1947871

Okay, not sure then. At any rate, it's logged as a bug and our developers will address it in an upcoming release.