What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
ColorMag Pro

NULLED ColorMag Pro 5.0.26 NULLED

Thank you, but this update has crashed my website. There’s something wrong with Null.
Code:
function colormag_maybe_enable_builder() {
    if ( get_option( 'colormag_builder_migration' ) ) {
        return true;
    }
    if ( get_option( 'colormag_major_update_v1_customize_migrate' ) || get_option( 'colormag_top_bar_options_migrate' ) || get_option( 'colormag_breadcrumb_options_migrate' ) | get_option( 'colormag_transfer' ) || get_option( 'colormag_autoload_posts_control_migrate' ) ) {
        return false;
    }
    return true;
}
add this code in functions.php,

example before add_action( 'after_setup_theme', 'colormag_set_content_width', 0 );
Code:
function colormag_maybe_enable_builder() {
    if ( get_option( 'colormag_builder_migration' ) ) {
        return true;
    }
    if ( get_option( 'colormag_major_update_v1_customize_migrate' ) || get_option( 'colormag_top_bar_options_migrate' ) || get_option( 'colormag_breadcrumb_options_migrate' ) | get_option( 'colormag_transfer' ) || get_option( 'colormag_autoload_posts_control_migrate' ) ) {
        return false;
    }
    return true;
}
add_action( 'after_setup_theme', 'colormag_set_content_width', 0 );
 
raz0r 's signature
Reacted by:
  • Like
Reactions: Maarkusw
WordPress has a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
 
Reacted by:
raz0r 's signature
Reacted by:
  • Like
Reactions: Maarkusw
raz0r 's signature
Reacted by:
  • Like
Reactions: Maarkusw
raz0r 's signature
Reacted by:
  • Like
Reactions: Maarkusw
Please update to:

5.0.17 (2025-03-25)
  • Fix
    • Both sidebar responsive issue.
    • Sticky sidebar issue.
    • Embedded Block image size issue.
    • Viber icon issue.
    • Global button padding reset issue.
  • Added
    • Option to change left sidebar width.
    • Option to reset typography controls.
    • White label feature.
    • ColorMag dashboard.
 
Reacted by:
raz0r updated ColorMag Pro with a new update entry:

ColorMag Pro 5.0.20 NULLED

= Version 5.0.20 - 2025-04-10 =
* Added - Option to change color preset.
* Added - Option to add custom color preset.
* Added - Option to change header button preset.
* Added - Option to add header button icon.
* Added - Option to add separator between post meta.
* Added - Option to add separator color.
* Added - Option to change number pagination alignment.
* Fix - Autoload post issue.

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
raz0r 's signature
Reacted by:
@raz0r @Techrad Colormag Pro V5.1.0 NULLED
  • Added
    • 6 new Typography Presets for font selection.
    • Option to add/delete custom color palettes.
    • “Header Media” as a top item in the customizer navigation.
    • “Site Identity” to the main customizer navigation list.
  • Renamed
    • “Header Builder” to “Header”.
    • “Content” to “Post Content”.
    • “Footer Builder” to “Footer”.
    • “Container” to “Layouts”.
  • Moved
    • “Page Element” options to respective menus.
    • “Page Header” to “Post Content”.
    • “Breadcrumb” to “Additional”.
    • “Transparent Header” to “Header”.
    • “Sticky Header” to “Header”.
    • “Sticky Footer” to “Footer”.
  • Improved
    • Updated color palette design.
    • Enhanced Color Palette presets.
    • Set default colors for different sections to global colors.
    • Global color handling in preset, color picker, and added tooltips for color name.
    • Separated sidebar layout options into container and sidebar layout.
    • Merged default layout from “Sidebar” and “Container” into “Layouts”.
    • Page-specific sidebar and container layout options to respective page in “Post Content”
    • Page setting sidebar and container layout options to respective page
    • Dark mode skin color handling.
    • Redesigned Post Content blog section with tabbed design and layout options.
    • Enhanced design of presets and tabs in “Page Header”.
    • Removed “Sidebar” in Global after moving its contents to respective places.
    • Removed “Page Element” after moving its items to respective places.
    • Removed “Header & Navigation” after moving its items to respective places.
 

Attachments

  • colormag-pro_v5.1.0.zip
    9.7 MB · Views: 3
Reacted by:
  • Like
Reactions: ViktorGugo
Top