Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • The issue is usually caused by the parent container limiting the image width. Full width images only work if the theme and parent blocks allow wide/full alignment, so when an Image block is placed inside a Group or Row block, the “Full Width” option can disappear because those containers restrict the layout. Try checking the parent Group or Row settings and disable content width restrictions or set the container to full width.

    Also make sure your theme supports wide alignment. For the Cover block, it behaves differently from a normal Image block because it crops images to fit its container which is why the image may appear narrow instead of showing the full media size. Check the Cover block alignment, focal point, and minimum height settings, and test placing an Image block outside the Group or Row to confirm whether the container settings are causing the problem.

    • This reply was modified 1 week, 1 day ago by danialtaqi6.
    • This reply was modified 1 week, 1 day ago by danialtaqi6.

    <span style=”font-size: inherit;”>WordPress </span><strong style=”font-size: inherit;”>critical error<span style=”font-size: inherit;”> = usually plugin, theme, or PHP issue.</span>

    Quick fix:

    1. Check site admin email → WordPress may send error details.

    2. Via File Manager / FTP, rename:

    wp-content/plugins

    to:

    plugins-off

    Try site again.

    1. If still broken, rename current theme folder:

    wp-content/themes/your-theme
    1. Edit <code inline=””>wp-config.php:

    <code class="language-php">define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);

    Then check:

    wp-content/debug.log
    1. Check hosting Error Logs.

    Most cases = broken plugin or PHP update conflict.

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