KriMar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ColorMag] 404 Error Page not working properly“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?Forum: Themes and Templates
In reply to: [ColorMag] Categories widget from demoThanks for the info. Unfortunately i get an critical error when trying to create a new post, as soon as im activatin that plugin.
Forum: Themes and Templates
In reply to: [ColorMag] 404 Error Page not working properlyThe 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' ) ) : ?>Forum: Themes and Templates
In reply to: [ColorMag] Feature Image blurryHey,
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.
Forum: Themes and Templates
In reply to: [ColorMag] Categories widget from demoIt looks like he didnt upload my picture… Here it is
- This reply was modified 1 month, 3 weeks ago by KriMar.