1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

404 Page Not Working

Discussion in 'Basic Support Forum' started by Andrew George, Feb 17, 2020.

  1. Andrew George

    Andrew George Member
    Divi Ultimate Child Theme Divi Powerful Child Theme Divi Ultimate Archive Plugin Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    Using the custom 404 page styling doesn't seem to have any effect on my site. E.g. https://georgecriminallawyers.com.au/payments returns the standard "No Results Found" page. The child theme footer 404.php is:

    <?php get_header();

    $divi_powerful_custom_404_styling_settings = get_option( 'divi_powerful_custom_404_styling_settings', 'none' );

    ?>

    <div id="main-content">
    <?php
    if ($divi_powerful_custom_404_styling_settings != 'none') { ?>
    <div class="free-custom-404-page">
    <?php
    $dp_404_style = do_shortcode('[et_pb_section global_module="' . $divi_powerful_custom_404_styling_settings . '"][/et_pb_section]');
    echo $dp_404_style;
    ?>
    </div> <!-- .free-custom-404-page -->
    <?php
    } else { ?>
    <div class="container">
    <div id="content-area" class="clearfix">
    <div id="left-area">
    <article id="post-0" <?php post_class( 'et_pb_post not_found' ); ?>>
    <?php get_template_part( 'includes/no-results', '404' ); ?>
    </article> <!-- .et_pb_post -->
    </div> <!-- #left-area -->

    <?php get_sidebar(); ?>

    </div> <!-- #content-area -->
    </div> <!-- .container -->
    <?php
    } ?>
    </div> <!-- #main-content -->

    <?php

    get_footer();
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade promo bar / notification bar with close button for your Divi site without using any plugins:View Demo
  2. Divi Powerful

    Divi Powerful Administrator
    Staff Member

    Have you chosen your 404 style in the Theme Customizer? See screenshot below:

    upload_2020-2-18_11-48-14.png
     
  3. Andrew George

    Andrew George Member
    Divi Ultimate Child Theme Divi Powerful Child Theme Divi Ultimate Archive Plugin Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    Yep, I selected each style and none of them worked.
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade gradient text design for your Divi site without using any plugins:View Demo
  4. Divi Powerful

    Divi Powerful Administrator
    Staff Member

    Kindly check your PM.
     
  5. Divi Powerful

    Divi Powerful Administrator
    Staff Member

    Upon further checking, Supreme Modules Lite plugin is overriding the 404 template. You should refer to the plugin developer about it.
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade gradient text design for your Divi site without using any plugins:View Demo