Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter KriMar

    (@krimar)

    “We will look into this issue on our end and release an update with the fix.”

    Thanks for the update ?? is there a page for changelogs or something else, where i can read what got changed in the newest version?

    Thread Starter KriMar

    (@krimar)

    Thanks for the info. Unfortunately i get an critical error when trying to create a new post, as soon as im activatin that plugin.

    Thread Starter KriMar

    (@krimar)

    The error has something to do with the is_active_sidebar of the 404.php

    I tested it with this code:

    <?php if ( ! is_active_sidebar( 'colormag_error_404_page_sidebar' ) ) : ?>
    <!-- Content to show if the sidebar is NOT active (no widgets in it) -->
    NOT ACTIVE
    <?php else : ?>
    <!-- Content to show if the sidebar is active (widgets are in it) -->
    ACTIVE
    <?php dynamic_sidebar( 'colormag_error_404_page_sidebar' ); ?>
    <?php endif; ?>

    So when im having an widget on my sidebar, the 404 page is broken. Whenever i have NO WIDGET on the sidebar, the 404 page works.

    This is my current fix in the 404.php on line 32:

    <?php #if ( ! is_active_sidebar( 'colormag_error_404_page_sidebar' ) ) : ?>
    <?php if ( is_active_sidebar( 'colormag_error_404_page_sidebar' ) ) : ?>

    Hey,
    is it possible to get bigger resolutions on bigger screens?
    I also noticed that the standard size is not always perfect and looks very blurry on big screens. When i remove the cropped version and insert the standard image everything looks crisp and clear.

    For example my main image gets shown in the resolution 800×445, while my screen shows the image in an container that is 880x490px. It gets worse with smaller images.

    • This reply was modified 1 month, 3 weeks ago by KriMar.
    Thread Starter KriMar

    (@krimar)

    It looks like he didnt upload my picture… Here it is

    • This reply was modified 1 month, 3 weeks ago by KriMar.
Viewing 5 replies - 1 through 5 (of 5 total)