Voxel Filters Toggle

  • FREE
  • Limit the number of Voxel Search Form filters and expand them when needed with a short JS/CSS snippet.

Toggle filters and expand when needed.

Expands into this:

Add the following code inside an HTML widget. Preferably, under your search form VX widget (or anywhere you like).

Your filter will now show only 6 elements and a view more button to any list filter that has more than 6 elements in it.
If you want to change this number, change the number 7 and 6 from both the script and the style.

Here – if (listItems.length > 6)
Here – for (var i = 6; i < listItems.length; i++) {
And here – li:nth-of-type(1n+7)

  • UI/UX Designer & Wordpress Developer
  • Other Resources

Live check for new Notifications and Messages in Voxel. Updates live the page title (X), favicon and the bell/inbox icons.

Looking to drop custom scripts without editing your theme’s files? 📌 WPCode Lite lets you paste any snippet—HTML/JS/CSS/PHP—directly into your site’s global header, body, or footer, all from one streamlined settings page.

  • Third-party
  • 1

Allow visitors to sort your posts by number of views, here’s a simple way to make it happen without any complex plugin.