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 |
---|---|---|---|---|---|
When I change the title, the change is not showing in preview mode.
Started by: christopherM-4 in: Toolset Professional Support |
|
2 | 2 | 2 months, 2 weeks ago | |
Woocommerce add-ons seem to conflict with checkout
Started by: christopherM-4 in: Toolset Professional Support |
|
2 | 13 | 1 year 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 | 2 years, 1 month 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 | 2 years, 2 months ago | |
Woocommerce views plugin has config problem with load-balanced servers
Started by: christopherM-4 in: Toolset Professional Support |
|
3 | 5 | 2 years, 4 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 | 2 years, 4 months ago | |
How to see when someone clicks the types-related-content-actions buttons
Started by: christopherM-4 in: Toolset Professional Support |
|
2 | 2 | 2 years, 6 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 | 2 years, 6 months ago | |
Multiple addresses not separating
Started by: christopherM-4 in: Toolset Professional Support |
|
2 | 10 | 2 years, 7 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 | 2 years, 8 months ago | |
Update error
Started by: christopherM-4
in: Toolset Professional Support
Problem: The issue here is that the user is getting this error Changed type of wp_toolset_type_sets.id from bigint(20) unsigned to BIGINT(20) UNSIGNED Changed type of wp_toolset_type_sets.set_id from bigint(20) unsigned to BIGINT(20) UNSIGNED Changed type of wp_toolset_type_sets.type from varchar(20) to VARCHAR(20) Table 'pantheon.wp_toolset_relationships' doesn't exist Table 'pantheon.wp_toolset_relationships' doesn't exist Table 'pantheon.wp_toolset_relationships' doesn't exist Table 'pantheon.wp_toolset_relationships' doesn't exist Duplicate column name 'relationship_id' Can't DROP 'relationship'; check that column/key exists Duplicate key name 'relationship_id' The m2m-v1 database structure upgrade to m2m-v2 seems to have failed. After updating to types 3.0 Our Developer finalized a Beta version of Toolset Types that should solve this issue. Please acknowledge that this is a beta version, that is not suggested to be used on any kind of live site or important site but only, and solely, on test or beta installs. The official, stable fix for this will be released as soon this passes the tests and release processes. |
|
3 | 9 | 2 years, 8 months ago | |
Is filtering users on a view possible at all?
Started by: christopherM-4 in: Types Community Support |
|
2 | 2 | 2 years, 10 months ago | |
Setting an offset with more than one view on a page
Started by: christopherM-4
in: Types Community Support
Problem: So I've got a site that has three separate views on it: What I want is this, though: The mixture of Executive posts, non-Executive posts and podcasts is not known from day to day--it varies. Solution: There is a workaround for it, for example: add_shortcode( 'hide-it', 'hide_it_func'); function hide_it_func($atts) { return; } It will create a new shortcode [hide-it], we can use it to hide the extra HTML div tag in below view. 2) Create view #4: "view-1-only-ids", with same filters as View #1, but outputs only the post IDs: [hide-it][wpv-layout-start][/hide-it][wpv-items-found]<!-- wpv-loop-start --><wpv-loop>[wpv-item index=1][wpv-post-id][wpv-item index=other],[wpv-post-id]</wpv-loop><!-- wpv-loop-end -->[/wpv-items-found][wpv-no-items-found]<strong>[wpml-string context="wpv-views"]No items found[/wpml-string]</strong>[/wpv-no-items-found][hide-it][wpv-layout-end][/hide-it] b) in section "Filter and Loop Output Integration Editor", edit the codes to only one line: [wpv-layout-meta-html] So it will output only the post IDs. 3) Edit the view #2 (Latest 5 posts with the category "executive") and view #3 (Latest 5 podcasts, excluding any in View #1), add a filter: 4) Edit the shortcode of view #2 and view #3 , setup the attribute "ids" as view #4, for example: Then test again. Relevant Documentation: |
|
2 | 12 | 3 years, 1 month ago | |
Display make and model from parent/child taxonomy
Started by: christopherM-4 in: Toolset Professional Support |
|
2 | 2 | 3 years, 11 months ago |