Forums Forums Search & Filter Pro Pagniation missing

Viewing 7 posts - 1 through 7 (of 7 total)
  • Trevor
    #167340

    Are you able to tie down when it happens? Are you able to send me a live link/URL to your search page so I can take a look?

    Anonymous
    #167350
    This reply has been marked as private.
    Trevor
    #167403

    I have tried to make it have no pagination, and I cannot. If it is not predictable, this suggests a server issue, but I cannot be sure what the problem is.

    Anonymous
    #168686

    Hi Treveror,

    Thanks for your reply. What could it be not enough memory? Any settings you would suggest?

    Trevor
    #168690

    If you look in the root HTML folder for WordPress on your server and edit the wp-config.php file, is there a line like this in it (it is an optional settings, so not always there):

    define('WP_MEMORY_LIMIT', '128M');

    If it is not there, or has a number lower than 128, insert this new line towards the top of the file (say after the <?php line), or increase the number to 128 if it is set lower. The default is 40M (no setting is required to set it to 40M), but Page Builder sometimes needs more.

    But, that might not be it. That the issue is not predictable suggest a resource issue though, like this memory issue.

    This setting is NOT PHP memory_limit setting, which is different. It is how much of the server PHP memory limit WordPress will/can use.

    Anonymous
    #168703

    Thanks, I did as suggested an need now to wait for results.

    Trevor
    #168705

    OK

Viewing 7 posts - 1 through 7 (of 7 total)