larryB-3
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 |
---|---|---|---|---|---|
Did this ever get natively supported? Create slider from repeatable images
Started by: larryB-3
in: Toolset Professional Support
Problem: The issue here is that the user wanted to know if there was Native support for Sliders with Repeatable field images. Solution: Unfortunately no this is not possible. The best way to do it by using the solution below. |
2 | 3 | 5 years, 11 months ago | ||
Since last update – checkbox fields no longer working as expected
Started by: larryB-3 in: Toolset Professional Support |
2 | 3 | 6 years, 1 month ago | ||
Back-end Publishing and Editing of CPTs is really slow
Started by: larryB-3 in: Toolset Professional Support |
2 | 2 | 6 years, 3 months ago | ||
How to add a date filter to a View
Started by: larryB-3
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 5 | 6 years, 3 months ago | ||
Dashboard CPT Search Functionality Returning All CPTs
Started by: larryB-3 in: Toolset Professional Support |
2 | 4 | 6 years, 4 months ago | ||
Unable to use Intermediary Post Type as a Sort By
Started by: larryB-3
in: Toolset Professional Support
Problem: Sort Views query by fields of other post type, and get the result: Solution: It is expected result, see the details explanation: Relevant Documentation: https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters |
2 | 3 | 6 years, 4 months ago | ||
Need View with Repeatable Field Group that belongs to a Related Post
Started by: larryB-3 in: Toolset Professional Support |
2 | 5 | 6 years, 4 months ago | ||
How to require title field to be complete for a CPT
Started by: larryB-3
in: Toolset Professional Support
Problem: The issue here is that user wanted to make the post title required for his posts on the backend. This can be done by using the plugin below. |
2 | 5 | 6 years, 4 months ago | ||
There was an error during the ajax request, make sure the data you send are in j
Started by: larryB-3 in: Toolset Professional Support |
2 | 3 | 6 years, 4 months ago | ||
Can you create a view that looks at another view's relationships?
Started by: larryB-3 in: Toolset Professional Support |
2 | 3 | 6 years, 5 months ago | ||
How to display intermediary post type in admin menu
Started by: larryB-3
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 9 | 6 years, 5 months ago | ||
Is there a way to default repeating fields as expanded instead of collapsed?
Started by: larryB-3 in: Toolset Professional Support |
2 | 5 | 6 years, 5 months ago | ||
Split: Count the number of search results returned – pagination showing wrong numbers
Started by: larryB-3
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 5 | 6 years, 5 months ago | ||
Count the number of search results returned
Started by: larryB-3
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 5 | 6 years, 5 months ago | ||
Need shortcode to view the user that last modified a post
Started by: larryB-3
in: Toolset Professional Support
Problem: I want to show in my view, the last modified date (I have no problem doing that), but I also want to show what user was the one that last modified the record. What short code would I use in a view to show the Modified by User? Solution: There isn't such a built-in feature within Toolset plugin, it needs some custom PHP codes, for example, add below codes into your theme file functions.php: add_shortcode('the-modified-author', function( $atts = [], $content=null ) { return get_the_modified_author(); }); Then use shortcode [the-modified-author] in your content, and test again. More help: Relevant Documentation: https://codex.wordpress.org/Function_Reference/get_the_modified_author Retrieve the author who last edited the current post. |
2 | 4 | 6 years, 6 months ago |