Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #422851

    Hello Kriesi Team,

    Sample question…I think. Is there anyway to remove the default 404 page from the product section? Basically I just want it to say “No products were found matching you selection.”

    http://www.test.harvestpower.com/wp/products/?filtering=1&filter_bagged-or-bulk=215&filter_by-application=174

    #423101

    Hi RCG81187!

    Please go to Enfold > Includes folder and open error404.php file and find following code between 31th-45th line

        <div class='hr_invisible'></div>
    
        <h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>
    
        <?php
        the_widget('avia_combo_widget', 'error404widget', array('widget_id'=>'404',
                'before_widget' => '<div class="widget avia_combo_widget">',
                'after_widget' => '</div>',
                'before_title' => '<h3 class="widgettitle">',
                'after_title' => '</h3>'
            ));
            
        do_action('ava_after_content', '', 'error404');
        ?>

    and remove it

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.