sahrf
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 |
---|---|---|---|---|---|
Custom search filter for categories is not working
Started by: sahrf
in: Toolset Professional Support
Problem: I have a custom search View that uses a distance filter and a taxonomy filter, but the taxonomy filter does not seem to work correctly. Solution: Check your View's Query Filter configurations. In this case the url_param was set incorrectly and should be changed to "wpvexpertcategory" as shown here: [wpv-control-post-taxonomy taxonomy="expertcategory" type="checkboxes" url_param="wpvexpertcategory"] |
2 | 4 | 6 years, 7 months ago | ||
Checkbox filters flicker in AJAX custom search View
Started by: sahrf
in: Toolset Professional Support
Problem: I have a View with several checkbox filters. If a User clicks the checkboxes quickly, sometimes the checkboxes begin to flicker and disappear unexpectedly. Solution: In the View's custom search settings, choose the option "Let me choose individual settings manually", then select "Always show all inputs" and "Update the View results only when clicking the search button." |
2 | 8 | 6 years, 7 months ago | ||
Do not allow space with username field with CRED user form while creating users
Started by: sahrf
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 3 | 6 years, 8 months ago | ||
The reset button is not resetting
Started by: sahrf
in: Toolset Professional Support
Problem: Solution: A reset button that reloads the same page can be created manually like so: <button><a href="[wpv-post-url]">Reset</a></button> |
2 | 3 | 6 years, 9 months ago | ||
Post category
Started by: sahrf
in: Toolset Professional Support
Problem: The issue here is that the user has a taxonomy with child terms but they wanted to have a separate filter for child and Parent terms. Solution: Unfortunately no this isn't possible with our toolset plugins as we display all the the taxonomies regardless if they are Parent/Child. What I do recommend is that you can separate your Parent and use a separate taxonomy for the children. Doing this you can then introduce a secondary filter will the children and the children will filter based on what you selected in the parent . |
2 | 3 | 6 years, 9 months ago | ||
Trying to insert a new post into my custom type post
Started by: sahrf in: Toolset Professional Support |
2 | 11 | 6 years, 10 months ago | ||
Limit repetitive fields inputs on CRED forms
Started by: sahrf
in: Toolset Professional Support
Problem: Solution: A possible solution would be the following, though you may need to modify it for your own use. ( function( $ ) { $( document ).ready( function(){ let maxreps = 4; $(".js-wpt-repadd").on( "click", function(e){ // how many repetitions? if ( $('.wpt-repctl').length >= maxreps -1 ) { // hide button to add more $(this).hide(); } }); // add click listener to trash buttons $(".click-form").on( "click", ".js-wpt-repdelete", function(e){ $(".js-wpt-repadd").show(); }); }); })( jQuery ); Add that to the custom JS section of the form, and edit for the maximum number of repetitions. |
3 | 6 | 6 years, 10 months ago | ||
Content not displayed because it produces an infinite loop.
Started by: sahrf in: Toolset Professional Support |
2 | 5 | 6 years, 10 months ago | ||
How to show posts within a radius of a search location
Started by: sahrf
in: Toolset Professional Support
Problem: Solution: Use the New Filter button to insert the distance filter: https://toolset.com/documentation/user-guides/display-on-google-maps/displaying-markers-on-google-maps/#filtering-markers-by-distance |
2 | 16 | 6 years, 10 months ago |