Comment to 'Problem return photo list'
  • There is AJAX pagination on Photos home because there are 2 blocks on this page - Latest Photos and Featured Photos, if we implement navigation which reloads the page then paginate will affect 2 blocks.

    If you have only one block on this page then you can try to change Code in this block via Studio > Developer app to disable AJAX navigation:

    array (
      'module' => 'bx_photos',
      'method' => 'browse_public',
      'params' => 
      array (
        'unit_view' => 'gallery',
        'empty_message' => true,
        'ajax_paginate' => false
      ),
    )