Ben
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 |
---|---|---|---|---|---|
Modify filter by post type shortcode function for use with multiple views
Started by: Ben
in: Toolset Professional Support
Problem: Add a filter on post type with PHP codes. Solution: It needs custom codes, for example this one: Relevant Documentation: |
2 | 8 | 5 years, 8 months ago | ||
Modify “filter by post type” code for use with a shortcode
Started by: Ben
in: Toolset Professional Support
Problem: Is there any way I can modify the below code (currently used to filter View results by post type), so the View only shows post types as defined by either a shortcode, or where it is placed? Solution: The client have found another workaround with custom codes: Relevant Documentation: |
2 | 6 | 5 years, 8 months ago | ||
Known limitations importing from CSV to WordPress using Toolset
Started by: Ben
in: Toolset Professional Support
Problem: are there known limitations for importing from CSV? Solution: It is possible to import post relationships and relationship field values with CSV imports. Some general CSV import limitations: Each CSV import plugin has its own feature set, more or less configurable with a built-in GUI. Relevant Documentation: |
2 | 5 | 5 years, 8 months ago | ||
Explanation of State/City search filters in real estate training site
1
2
Started by: Ben in: Toolset Professional Support |
2 | 17 | 5 years, 8 months ago | ||
Link posts of the same CPT
Started by: Ben
in: Toolset Professional Support
Problem: The issue here is that the user wanted to Link posts of the same CPT in a relationship. Solution: This is possible if you enable the hierarchical relationship on your CPT. If you go to Toolset->Custom Post Types and edit your cpt, under the options tab you should see the Hierarchical option to allow for your CPT have parent/child relationship amongst itself using the default wordpress relationship. It functions the same as if you were to go to Pages and set another page as its parent. |
2 | 9 | 5 years, 8 months ago | ||
Filter CPTs by taxonomies of a connected post
Started by: Ben in: Toolset Professional Support |
2 | 3 | 5 years, 8 months ago | ||
Use Custom Field Filter in a View without URL parameters
Started by: Ben in: Toolset Professional Support |
1 | 2 | 5 years, 8 months ago | ||
Force a View to display nothing (or be invisible) when no results found
Started by: Ben
in: Toolset Professional Support
Problem: The issue here is that the user wanted to disable the wrapper div around their view. Solution: You can completely removing this div by enabling this setting "Disable the wrapping DIV around the View". However it should be noted that you can disable this DIV, but you will not be able to use some of the functionality that Views offer such as AJAX updates and Pagination. |
2 | 5 | 5 years, 8 months ago | ||
Display fields of grandparents without using a View
Started by: Ben
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case with the following reply: Relevant Documentation: |
2 | 5 | 5 years, 8 months ago | ||
Order or combine all results of multiple nested Views together
Started by: Ben
in: Toolset Professional Support
Problem: Is it possible to order or combine all the results found of multiple nested Views? Solution: That is not possible within Views plugin, see details here: Relevant Documentation: |
2 | 4 | 5 years, 8 months ago | ||
Use conditionals outside of View
Started by: Ben
in: Toolset Professional Support
Problem: The issue here is that the user wanted to know if it was possible to use the conditional statements outside of views. Solution: It is possible to use the conditional outside of the views environment, as long as the views plugin remains active. |
2 | 3 | 5 years, 8 months ago | ||
Change the order of Views listed in any GUIs
Started by: Ben
in: Toolset Professional Support
Problem: In the GUI available on the backend such as Toolset Shortcodes > Fields and Views > Post/Taxonomy View or the Fields and Views button in the Views loop editor. Views appear to be shown in the order they are created. Is there any way to change this to alphabetically order for example? Solution: There isn't such kind of built-in feature Relevant Documentation: |
2 | 5 | 5 years, 8 months ago | ||
Displaying a parent post via a M2M relationship
Started by: Ben
in: Toolset Professional Support
Problem: I would like to display information from a related post in an M2M relationship, but the shortcode only shows one post. Solution: Use a View to loop over related posts when there is more than one possible result. |
2 | 5 | 5 years, 8 months ago | ||
Search within dropdown
Started by: Ben in: Toolset Professional Support |
2 | 6 | 5 years, 8 months ago | ||
Use an image on search submit button
Started by: Ben
in: Toolset Professional Support
Problem: I would like to use an image as the search submit button. Solution: Apply a custom CSS to the Submit button and use CSS styles to display an image: input[type="submit"].your-icon-class { background: url("../path/to/your/icon.png") no-repeat scroll 0 0 transparent; width: 60px; height: 60px; } |
2 | 5 | 5 years, 8 months ago |