Please note, this is a STATIC archive of website www.themepunch.com from 28 Sep 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Deep-linking for Grid Filters

If you want to a specific Grid Filter to load when someone visits the page, this can be accomplished with a url hashtag and some custom JavaScript.

 

JavaScript:

 

Usage:

Paste the code above into the “API/JavaScript” section of your Grid:
grid-deep-linking

 

Then link to the filter using the filter’s title in the url. For example, if we wanted to link a filter named “portfolio”, here’s what the url would look like:

https://www.yoursite.com/grid-page/#portfolio

 

Special Note

The script will automatically change filter titles to lower-case letters, and also replace spaces with dashes. So a filter named “My Filter” would become “my-filter”, and linked to like this:

https://www.yoursite.com/grid-page/#my-filter