PaulS4783
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 |
---|---|---|---|---|---|
How can I make the Views Slider "touch responsive"
Started by: PaulS4783 in: Toolset Professional Support |
2 | 3 | 5 years, 8 months ago | ||
Views template acting weird after I duplicated a View
Started by: PaulS4783 in: Toolset Professional Support |
2 | 5 | 5 years, 8 months ago | ||
How can I limit this custom function to update ONLY the custom post type?
Started by: PaulS4783
in: Toolset Professional Support
Problem: The issue here is that the user had some custom code for his archive but wanted it to be limited to a specific CPT. Solution: This can be done by using a simple if statement in PHP. Check here for details. |
2 | 3 | 5 years, 8 months ago | ||
How can I add taxonomy terms to the Custom Post Type RSS feed?
1
2
Started by: PaulS4783 in: Toolset Professional Support |
2 | 17 | 5 years, 9 months ago | ||
How to use wpv_filter_query
Started by: PaulS4783
in: Toolset Professional Support
Problem: I have a custom post type "events" on my site. On the Archive page I have a working filter that allows users to choose only events between the above dates. By default it shows ALL events which is unnecessary since some of the events have expired. i.e. we only want to show events with an END DATE greater than NOW and let visitors filter according to their preference. Solution: Since the problem URL is post type archive page, the query is defined by wordpress, so you will need to use WordPress built-in action hook pre_get_posts to change the query, for example: https://toolset.com/forums/topic/how-to-use-wpv_filter_query/#post-1206145 Relevant Documentation: https://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts |
2 | 12 | 5 years, 9 months ago | ||
Unable to save edits to the OutPut Editor
Started by: PaulS4783
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 3 | 5 years, 9 months ago | ||
Ajax over-rides template styles
Started by: PaulS4783 in: Toolset Professional Support |
3 | 8 | 5 years, 10 months ago | ||
php warning message when formatting currency field
Started by: PaulS4783 in: Toolset Professional Support |
2 | 3 | 5 years, 10 months ago | ||
Form notifications include printed types shortcodes
Started by: PaulS4783
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 7 | 6 years ago | ||
How to set up grandparent/parent filters
Started by: PaulS4783
in: Toolset Professional Support
Problem: I am trying to replicate the search shown in the Real Estate reference site, with Makes / Models / Listings instead of State / City / House. The filters don't seem to be working correctly. Solution: It looks like your post relationships use hyphens instead of underscores, so this was incorrect: [wpv-control-post-relationship ancestors="make@make_model.parent>model@model_listing.parent" ... The correct syntax is like this: [wpv-control-post-relationship ancestors="make@make-model.parent>model@model-listing.parent" ... Check the post relationship settings to verify the slugs, or use the GUI to insert the filters. |
2 | 8 | 6 years ago | ||
Post Relationships and CRED form
Started by: PaulS4783 in: Toolset Professional Support |
2 | 5 | 6 years ago | ||
Warning: Illegal string offset 'get'
Started by: PaulS4783 in: Toolset Professional Support |
2 | 11 | 6 years ago | ||
Logging in/ logging out resets the language cookie that Ajax filters need (?)
Started by: PaulS4783 in: Toolset Professional Support |
3 | 15 | 6 years ago | ||
Is there a way to show ALL custom post markers on a single Archive map
Started by: PaulS4783 in: Toolset Professional Support |
3 | 8 | 6 years, 1 month ago | ||
How to sort AND limit custom post type archive listing
Started by: PaulS4783 in: Toolset Professional Support |
3 | 11 | 6 years, 1 month ago |