Import stuck or progress bar frozen #
This is almost always a PHP resource limit. Set the following in your php.ini or hosting control panel: upload_max_filesize = 256M, post_max_size = 256M, max_execution_time = 300, memory_limit = 512M. The background import process will retry automatically via WP-Cron if the connection times out.
Import completed but pages look unstyled #
The Bricks templates may not have loaded correctly. Go to Bricks → Templates and check if the templates are present. If missing, re-run the import. Also confirm your Bricks license is active – without it, Bricks will not render its templates on the frontend.
‘Network error — could not reach demo server’ #
Your server cannot make outbound HTTP requests. This is a server firewall or security configuration issue. Check that wp-admin/admin-ajax.php can make requests to getdynamicpress.com, and that no security plugin (Wordfence, iThemes Security) is blocking outbound calls.

