Ian Henderson
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Restricting scrollTop from all views
Started by: Ian Henderson in: Toolset Professional Support |
|
2 | 6 | 4 years, 11 months ago | |
Ordering posts in pre-existing relationship with another posts
Started by: Ian Henderson in: Toolset Professional Support |
|
2 | 5 | 4 years, 11 months ago | |
Script to populate M2M relationship
Started by: Ian Henderson
in: Toolset Professional Support
Problem: Convert legacy post relationships to current M2M relationships using custom PHP codes. Solution: Here is an example PHP codes: https://toolset.com/forums/topic/script-to-populate-m2m-relationship/#post-1571557 Relevant Documentation: |
|
2 | 7 | 5 years, 2 months ago | |
wpv-control-post-taxonomy outputting a simple list of links
Started by: Ian Henderson
in: Toolset Professional Support
Problem: I would like to add a front-end taxonomy filter to my View. The filter format I would like to see is a simple list of text links. Solution: Unfortunately there is no text-link style filter, so a CSS solution that hides a radio button and displays a text label instead is probably the best. Use cursor:pointer and the :hover pseudo-selector to simulate the behavior of a link. .radios-taxonomies-title { cursor: pointer; } .radios-taxonomies-title:hover { color:#cc0; } |
|
2 | 4 | 5 years, 3 months ago |