Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forums and Topics URLs are showing blank page

Viewing 6 replies - 1 through 6 (of 6 total)

  • Robin W
    Moderator

    @robin-w

    Astra needs a fix for bbpress to work

    Install

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>theme support


    mastersofphotography
    Participant

    @mastersofphotography

    I’m not seeing ‘Theme Support’ as an option, maybe I’m missing it?

    Screenshot of bbp Style Plugin


    Robin W
    Moderator

    @robin-w

    thanks, I’ve just taken a look, and later versions of Astra should have the fix in them so not need this – sorry I should have remembered this.

    Let me do some more digging…


    Robin W
    Moderator

    @robin-w

    ok, as a test, can you try with just Astra parent and confirm the issue still exists


    Robin W
    Moderator

    @robin-w

    Looks like you are also using elemtor, the last 2 entries on this thread might help, try the last oine first.

    bbPress + Elementor

    If they do, please come back and let us know so i can help others in future


    Elis Smith
    Participant

    @elissmith

    If your forums and topics URLs are showing a blank page, try these steps:

    1. Check Permalinks
    Go to Settings > Permalinks and re-save the settings.
    2. Enable Debugging
    Add to wp-config.php:
    php
    Copy code
    define(‘WP_DEBUG’, true);
    Check wp-content/debug.log for errors.
    3. Plugin Conflicts
    Deactivate all plugins and reactivate them one by one to find the culprit.
    4. Theme Issues
    Switch to a default theme (like Twenty Twenty-One) to check for issues.
    5. Check .htaccess File
    Ensure your .htaccess file has the correct WordPress structure.
    6. Increase PHP Memory Limit
    Add to wp-config.php:
    php
    Copy code
    define(‘WP_MEMORY_LIMIT’, ‘256M’);
    7. Check Server Logs
    Review your server error logs for clues.
    8. Reinstall Forum Plugin
    If using a plugin like bbPress, consider reinstalling it.
    These steps should help resolve the blank page issue!

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Skip to toolbar