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.”
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