christopherM-4
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 |
---|---|---|---|---|---|
Searches for something with a double quotation mark break pagination
Started by: christopherM-4 in: Toolset Professional Support |
2 | 5 | 1 year, 8 months ago | ||
AJAX search filter not working
Started by: christopherM-4 in: Toolset Professional Support |
2 | 2 | 1 year, 10 months ago | ||
We've a map view with many markers, but we're using clustering. It's still slow
Started by: christopherM-4 in: Toolset Professional Support |
2 | 2 | 1 year, 11 months ago | ||
Create filters with child taxonomy terms on views
Started by: christopherM-4 in: Toolset Professional Support |
2 | 4 | 2 years, 4 months ago | ||
Multiple image fields images not showing
Started by: christopherM-4 in: Toolset Professional Support |
2 | 2 | 3 years ago | ||
When I change the title, the change is not showing in preview mode.
Started by: christopherM-4 in: Toolset Professional Support |
2 | 2 | 4 years ago | ||
Woocommerce add-ons seem to conflict with checkout
Started by: christopherM-4 in: Toolset Professional Support |
2 | 13 | 4 years, 10 months ago | ||
Conditional output of parent post on child’s content template
Started by: christopherM-4
in: Toolset Professional Support
Problem: I would like to use a conditional to test the value of a custom field on a related (parent) post. The conditional generated by the GUI does not seem to work. Solution: There seems to be a problem with related post field conditionals inserted by the GUI. As a temporary workaround, use the wpv-post-field syntax instead of the $(field) syntax, like this: [wpv-conditional if="( '[wpv-post-field name='wpcf-calendar-item-event-url' id='@calendar-item-event-date.parent']' ne '' )" debug="true"] <div class="h3-s">Website</div> <div class="h4 info website">[types field='calendar-item-event-url' item='@calendar-item-event-date.parent' target='_blank'][/types]</div> </div>[/wpv-conditional] Relevant Documentation: |
3 | 7 | 5 years, 11 months ago | ||
Infinite scroll pagination creates duplicate results
Started by: christopherM-4
in: Toolset Professional Support
Problem: I have a View that uses AJAX and infinite scrolling pagination. Sometimes after scrolling I see duplicate results. Solution: In this case it's related to a third-party post order plugin causing conflicts with the query. |
2 | 6 | 6 years ago | ||
Woocommerce views plugin has config problem with load-balanced servers
Started by: christopherM-4 in: Toolset Professional Support |
3 | 5 | 6 years, 2 months ago | ||
Generating an ics link from a custom type
Started by: christopherM-4
in: Toolset Professional Support
Problem: I have a custom event data type that I've built, and I'd like to make an .ics calendar link on the page to allow people to add the event to the page. Solution: There isn't such kind of feature within Toolset plugin, it is a custom codes problem, which is out the range of Toolset support Relevant Documentation: |
3 | 4 | 6 years, 2 months ago | ||
How to see when someone clicks the types-related-content-actions buttons
Started by: christopherM-4 in: Toolset Professional Support |
2 | 2 | 6 years, 4 months ago | ||
We don’t want location radius to be a required filter
Started by: christopherM-4
in: Toolset Professional Support
Problem: can the location search itself be optional? Right now it requires a location in order to search at all. Solution: There isn't such a built-in feature to make location radius optional, but you can use some CSS codes to hide the location radius fields Relevant Documentation: |
3 | 5 | 6 years, 4 months ago | ||
Multiple addresses not separating
Started by: christopherM-4 in: Toolset Professional Support |
2 | 10 | 6 years, 5 months ago | ||
Track Ajax custom search with Google Analytics
Started by: christopherM-4
in: Toolset Professional Support
Problem: I would like to track AJAX custom searches with Google Analytics. Solution: jQuery( document ).on( 'js_event_wpv_parametric_search_results_updated', function( event, data ) { /** * data.view_unique_id (string) The View unique ID hash * data.layout (object) The jQuery object for the View layout wrapper */ // add any custom JS code here. }); |
2 | 2 | 6 years, 6 months ago |