Skip Navigation

[Resolved] Where to find VIEW ID HASH

This thread is resolved. Here is a description of the problem and solution.

Problem:

I need to know the VIEW ID HASH of my views but it is nowhere.

Solution:

You can find the unique view's ID by inspecting the HTML codes in your browser, for example:

https://toolset.com/forums/topic/where-to-find-view-id-hash/#post-1179909

Relevant Documentation:

This support ticket is created 6 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 3 replies, has 2 voices.

Last updated by Luo Yang 6 years ago.

Assisted by: Luo Yang.

Author
Posts
#1179882

I need to know the VIEW ID HASH of my views but it is nowhere, also searched on this website and on the support forum but nothing.

#1179909

Hello,

You can find the unique view's ID by inspect the HTML codes in your browser, for example
in our demo site:
hidden link

you can find the HTML codes:

<div id="wpv-view-layout-24-TCPID560"
...

The "id" attribute's value "wpv-view-layout-24-TCPID560" is the VIEW ID HASH of view ( post ID "24"), you can use it in your custom JS/CSS codes

#1179911

My issue is resolved now. Thank you!

#1180587

You are welcome