FacetWP Conditional Logic Add-On
FacetWP Conditional Logic Add-On
$2.49 (Inclusive of all taxes) Add to cart

FacetWP Conditional Logic Add-On

$2.49 (Inclusive of all taxes)

  • Unlimited Website Usage – Personal & Clients
  • Original GPL Product From the Developer
  • Last updated on June 2025. Contact us for specific version.
  • Developer Live Preview

FacetWP Conditional Logic Add-On

Let’s say you want to do something on yoursite.com/demo/cars/ if the “Make” facet has bmw selected. You’d add the following conditions:

Actions

Actions determine what to do. Each action has 2 inputs:

  • Toggle – Show or Hide
  • Object – A facet, all facets, the template, or a custom selector
  • Else – What to do when the rulseset doesn’t match (Do the opposite, or Do nothing)

Using custom selectors

  • Click the “Add action” button
  • In the second dropdown, choose the Selector option
  • A new input box will appear, in which you can enter jQuery selectors (one per line).

To toggle a facet’s parent container (.widget) you’d use:

$('.facetwp-facet-categories').closest('.widget')

To target an <h3> heading directly before a facet:

$('.facetwp-facet-categories').prev('h3')

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.