|
delete content templates
Started by: martinB-16
in: Toolset Professional Support
|
|
2 |
5 |
4 years, 11 months ago
martinB-16
|
|
Slideshow
Started by: jillT
in: Toolset Professional Support
|
|
2 |
3 |
4 years, 11 months ago
jillT
|
|
Cannot move sorting controls within Gutenberg
Started by: Daniel Stadeli
in: Toolset Professional Support
|
|
3 |
6 |
4 years, 11 months ago
Waqar
|
|
Javascript loading in ajax view
Started by: Dido
in: Toolset Professional Support
|
|
3 |
5 |
4 years, 11 months ago
Dido
|
|
Map not showing properly with Toolset Blocks on Front-End
Started by: JasonW6419
in: Toolset Professional Support
|
|
2 |
7 |
4 years, 11 months ago
JasonW6419
|
|
Disable Featured Image stopped working in Content Template
Started by: joelW-3
in: Toolset Professional Support
|
|
3 |
9 |
4 years, 11 months ago
joelW-3
|
|
Jump to search results upon clicking search/submit button
Started by: CaseyK4294
in: Toolset Professional Support
|
|
2 |
5 |
4 years, 11 months ago
CaseyK4294
|
|
returning tax terms
Started by: staceyz
in: Toolset Professional Support
|
|
2 |
4 |
4 years, 11 months ago
staceyz
|
|
Filtering view by post date (year)
Started by: maryD-2
in: Toolset Professional Support
|
|
2 |
6 |
4 years, 11 months ago
Shane
|
|
Apply custom class to specific div grid
Started by: columD
in: Toolset Professional Support
|
|
2 |
3 |
4 years, 11 months ago
columD
|
|
Adding search fields side by side
Started by: john-pK
in: Toolset Professional Support
|
|
2 |
2 |
4 years, 11 months ago
Minesh
|
|
Results page : show dynamic image linked to the related post
Started by: quentinT
in: Toolset Professional Support
|
|
2 |
8 |
4 years, 11 months ago
quentinT
|
|
Updating Legacy plugins
Started by: webD-3
in: Toolset Professional Support
|
|
2 |
3 |
4 years, 11 months ago
webD-3
|
|
how to to a list ordered output view as i used to do with toolset views
Started by: meirk
in: Toolset Professional Support
|
|
3 |
7 |
4 years, 11 months ago
meirk
|
|
Compare user field values in Gutenberg Toolset Conditional block
Started by: GamX
in: Toolset Professional Support
Quick solution available
Problem:
The user was unable to perform some checks between the current user fields, default fields, and custom fields.
Solution:
Use the wpv-user shortcode instead of types shortcode. Check this example:
( ( '[wpv-search-term param="_success"]' != '' ) AND
( ( '[types usermeta="1-1-new-first-name" output="raw" current_user="true"][/types]' = '[wpv-user field="user_firstname"]' ) OR
( '[types usermeta="1-1-new-last-name" output="raw" current_user="true"][/types]' = '[wpv-user field="user_lastname"]' ) ) )
Relevant Documentation:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-154505
|
|
2 |
5 |
4 years, 11 months ago
GamX
|