Hello !!
I hope you are well.
Excuse me for the disturb but there is Something I didn’t understand for one of my website :
The easier option is to simply create a new Page and add a “Product Grid” template builder element, along with all the other stuff you want to show and simply don’t use the default shop page at all. This should be sufficient in most cases.
I have created a new page with product grid as mentionned (named “boutique” but how can I do “not to use the default shop page at all” ?
I have tried to change the page in settings/products but it didn’t change anything since I have the same message as before (This page is set as the default WooCommerce Shop Overview and therefore does not support the Enfold advanced layout editor )
I have tried just by creating a new page with product grid but I didn’t succeed
I am hesitating on changing the functions.php but I would like to have your return first..
Thanking you in advance,
Regards
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support( 'avia_custom_shop_page' );
That should let you edit the default shop page with ALB.
Cheers!
Josue