The Condition for Layout Not Working
-
Hi, I have set a Products Archive Layout template for a specific category page. When I add this condition: “Filter by Term”, the template will use back to my default shop page layout. Please have a look, thanks.
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter('woodmart_allow_conditions_with_filter', '__return_false');
Kind Regards
Thanks, it is working now.
You are always welcome. Feel free to contact us if you have any further questions.
The topic ‘The Condition for Layout Not Working’ is closed to new replies.