Home Forums WoodMart support forum The Condition for Layout Not Working

The Condition for Layout Not Working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #591720

    Clarance
    Participant

    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.
    #591723

    Artem Temos
    Keymaster

    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

    #591725

    Clarance
    Participant

    Thanks, it is working now.

    #591776

    Artem Temos
    Keymaster

    You are always welcome. Feel free to contact us if you have any further questions.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘The Condition for Layout Not Working’ is closed to new replies.