Multiple Conditions

Knowledgebase Docs » UberMenu Conditionals
USEFUL? 0
UberMenu 3

UberMenu Conditionals allows you to set up to two conditions per menu item.

Setting two conditions

To set a second condition, use the Condition 2 and Condition 2 Parameter. They work just like the first condition.

Choosing whether one or both conditions must be met

Now that you have two settings selected, you’ll want to set whether EITHER or BOTH settings must be met in order for the item to be displayed.

AND – if you select AND, both conditions must be met

OR – if you select OR, either condition can be met

Example

Let’s say you’ve chosen two conditions: If user is logged in and On front page

AND

If you choose AND, the item will only be displayed on the front page when the user is logged in.

If the user is logged in and on the front page, the item will be displayed.

If the user is logged out and on the front page, the item will not be displayed.

If the user is logged in and on the About page, the item will not be displayed.

OR

If you choose OR, the item will be displayed if the user is logged in OR if the user is on the front page.

If the user is logged in and on the front page, the item will be displayed.

If the user is logged out and on the front page, the item will be displayed.

If the user is logged in and on the About page, the item will be displayed.

If the user is logged out and on the About page, the item will not be displayed.