
Is this really equivalent to JS: window.location.pathname.endsWith('/booking-menu') ? or does the CB match the end of the URL, whereas the JS matches the end of the pathname within the URL (ignoring query string and/or fragment - which is what I want)?Custom Value: [cb:url location="current" /]
Operator: Ends With
Value: /booking-menu
Please Log in or Create an account to join the conversation.

It'll include matching query parameters. Use a "Does Contain" operator instead for partial patching. Alternatively use a Code condition and use Joomla API to extract parts of the URL to match against however you need.or does the CB match the end of the URL, whereas the JS matches the end of the pathname within the URL (ignoring query string and/or fragment - which is what I want)?
Please Log in or Create an account to join the conversation.

Yes, I know you said it was an example, but I used footer because I do have text showing in a Cassiopeia footer.I've no idea if "footer" is used by your template or not. It was simply an example.
Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.