|
Some Questions
Started by: TomP4771
in: Toolset Professional Support
|
|
2 |
2 |
4 years, 10 months ago
Nigel
|
|
User profile listing not available in Views block
Started by: stevenT-5
in: Toolset Professional Support
|
|
2 |
3 |
4 years, 10 months ago
stevenT-5
|
|
Strange quotes in (Toolset?) javascript-code causes strange behavior
Started by: roulartaM
in: Toolset Professional Support
|
|
3 |
13 |
4 years, 10 months ago
Shane
|
|
Content Template Editor – 'processing server request, please wait …'
Started by: Adrian Robbins
in: Toolset Professional Support
|
|
2 |
4 |
4 years, 10 months ago
Nigel
|
|
Views & Relationships
Started by: sidC
in: Toolset Professional Support
|
|
3 |
6 |
4 years, 10 months ago
Minesh
|
|
Set custom search filters based on the selection of another custom search filter
Started by: dan-catalinN
in: Toolset Professional Support
|
|
2 |
2 |
4 years, 10 months ago
Minesh
|
|
AJAX Refresh and Clear All Filters not working
Started by: kevinP-11
in: Toolset Professional Support
|
|
2 |
6 |
4 years, 10 months ago
Luo Yang
|
|
*URL is not allowed in this field. Please enter a valid input.
Started by: smileBeda
in: Toolset Professional Support
|
|
2 |
6 |
4 years, 10 months ago
Luo Yang
|
|
Random order in archive view
Started by: matthewW-12
in: Toolset Professional Support
Quick solution available
Problem:
The user would like to have a random order for posts in a taxonomy archive.
Solution:
The archive query is not built using Toolset, we'll need custom code in order to change the order on it.
add_filter('pre_get_posts', 'order_archive_by_title');
function order_archive_by_title($query) {
if ( $query->is_tax( 'practice-area' ) ) {
$query->set( 'orderby', 'rand' );
}
return $query;
}
Relevant Documentation:
https://developer.wordpress.org/reference/hooks/pre_get_posts/
|
|
2 |
3 |
4 years, 10 months ago
matthewW-12
|
|
Creating a Content Template
Started by: rickB-3
in: Toolset Professional Support
|
|
2 |
12 |
4 years, 10 months ago
Waqar
|
|
Problems with views and filters
Started by: frankW
in: Toolset Professional Support
|
|
3 |
10 |
4 years, 10 months ago
Luo Yang
|
|
Need to setup costom map markers based on taxonlmy
Started by: dan-catalinN
in: Toolset Professional Support
Quick solution available
|
|
2 |
5 |
4 years, 10 months ago
dan-catalinN
|
|
the Post type custom filter search is not having any impact on the points displayed on the map
Started by: dan-catalinN
in: Toolset Professional Support
|
|
2 |
4 |
4 years, 10 months ago
Luo Yang
|
|
Using Toolset in Divi for a custom post page template (both latest version)
Started by: Jaime
in: Toolset Professional Support
|
|
2 |
2 |
4 years, 10 months ago
Luo Yang
|
|
margin/padding issues on the grid block
Started by: heinrichT
in: Toolset Professional Support
|
|
3 |
9 |
4 years, 10 months ago
heinrichT
|