F
Ferry
Guest
Hi,
Looks like I'm making a mistake somewhere in the display condition.
I need to hide a widget from multiple pages, but nothing works.
If I use
Code:
it works.
But when trying to add another page nothing works
Code:
What am I doing wrong?
Continue reading...
Looks like I'm making a mistake somewhere in the display condition.
I need to hide a widget from multiple pages, but nothing works.
If I use
Code:
$xf.reply.template !== 'whats_new'
it works.
But when trying to add another page nothing works
Code:
$xf.reply.template !== 'whats_new, whats_new_profile_posts'
What am I doing wrong?
Continue reading...