teganK
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 |
---|---|---|---|---|---|
i can use toolset to make a calender ?
Started by: teganK in: Toolset Professional Support |
2 | 4 | 6 years ago | ||
trying to built a custom search on bases of assigned category
Started by: teganK in: Toolset Professional Support |
2 | 2 | 6 years, 2 months ago | ||
how can i export posts content in xml on a specific pattern
Started by: teganK in: Toolset Professional Support |
2 | 2 | 6 years, 3 months ago | ||
how to generate incremental value in view
Started by: teganK
in: Toolset Professional Support
Problem: I would like to generate an incremental value in a view. Solution: You can use these custom shortcodes in a non-paginated, non-AJAX View: global $tslooptotal; $tslooptotal = 0; function add_total_shortcode($atts, $content = '') { global $tslooptotal; $tslooptotal += $content; } add_shortcode('add-to-total', 'add_total_shortcode'); function show_total_shortcode() { global $tslooptotal; $totalNew = $tslooptotal; return $totalNew; } add_shortcode('show-total', 'show_total_shortcode'); Then in the Loop: <wpv-loop> Loop number: [show-total]<br /> Total again: [show-total] [add-to-total]1[/add-to-total] </wpv-loop> |
2 | 7 | 6 years, 4 months ago | ||
unable to set search properly fields get disappear
1
2
Started by: teganK
in: Toolset Professional Support
Problem: Solution: you can find proposed solution, in this case, with the following reply: Relevant Documentation: |
3 | 16 | 6 years, 4 months ago | ||
Getting error in map can you please help
Started by: teganK
in: Toolset Professional Support
Problem: The issue here is that the autocomplete for addresses aren't working for toolset maps. Solution: This is because the Places API isn't enabled on your google account. On your console.developers.google.com profile, select Enable APIS and Service. Click on Maps for Javascript then select Places API and enable it. |
2 | 5 | 6 years, 4 months ago | ||
Create view for custom search on categories/subcategories
Started by: teganK in: Toolset Professional Support |
2 | 9 | 6 years, 4 months ago | ||
removing tag
1
2
Started by: teganK in: Toolset Professional Support |
2 | 18 | 6 years, 4 months ago | ||
how to add button inside view loop
1
2
Started by: teganK in: Toolset Professional Support |
2 | 17 | 6 years, 4 months ago | ||
how to generate incremental value in view
1
2
Started by: teganK in: Toolset Professional Support |
2 | 19 | 6 years, 4 months ago | ||
create view for custom search on categories
Started by: teganK in: Toolset Professional Support |
2 | 5 | 6 years, 4 months ago | ||
can i use if condition to check if field is empty or not?
Started by: teganK
in: Toolset Professional Support
Problem: The issue here is that the user wanted to know how to check for empty fields. Solution: Yes this is possible. Have a look at our documentation below for instructions on how to do this. |
2 | 3 | 6 years, 4 months ago | ||
More than one loop in a single View
Started by: teganK
in: Toolset Professional Support
Problem: I would like to use two loops in the same View. I would like to use the first loop to create tab buttons, and the second loop to create tab panels. Solution: It's not currently possible to use multiple loops in the same View, so you must create two Views. Relevant Documentation: https://toolset.com/documentation/user-guides/digging-into-view-outputs/ |
2 | 5 | 6 years, 4 months ago | ||
unable to achieve desired functionality
Started by: teganK in: Toolset Professional Support |
2 | 2 | 6 years, 4 months ago | ||
Unable to display custom post type in a View
Started by: teganK
in: Toolset Professional Support
Problem: I have created a View of a custom post type using a post relationship filter, but the custom fields are not appearing. Solution: In this case, it looks like the View's Loop Template became corrupted somehow. Recreating the Loop Template solved the problem, though I'm not sure how it became corrupted. |
2 | 9 | 6 years, 4 months ago |