Content on page disappeared after making an edit
Started by: ryanJ-6
in: Toolset Professional Support
2
6
4 years, 5 months ago
ryanJ-6
Add a link or button to show directions to address in popup window on Google map
Started by: edmondH
in: Toolset Professional Support
2
3
4 years, 5 months ago
edmondH
Blog and search results pages not showing when Toolset is active
Started by: johnM-30
in: Toolset Professional Support
2
5
4 years, 5 months ago
johnM-30
Views filter (AJAX) doesn’t work with Elementor
Started by: cassianS
in: Toolset Professional Support
Quick solution available
2
7
4 years, 5 months ago
cassianS
Showing custom fields in infowindow on Google Map in post.
Started by: edmondH
in: Toolset Professional Support
1
2
4 years, 5 months ago
edmondH
slow website
Started by: naomiW
in: Toolset Professional Support
2
4
4 years, 5 months ago
Waqar
Taxonomy type View: Organize the taxonomy terms output alphabetically vertically
Started by: graemeH-3
in: Toolset Professional Support
3
9
4 years, 5 months ago
Waqar
[wpv-found-count]
Started by: nadavL
in: Toolset Professional Support
2
5
4 years, 5 months ago
Shane
Conditional display of heading if view is empty or not have any results
Started by: larsZ
in: Toolset Professional Support
Quick solution available
Problem:
Conditional display of heading if view is empty or not have any results
Solution:
What you should do is, try to add a conditional block and configure it to check with view's shortcode and further select "number of items found in view" and setup your conditional display and then move the conditional block between view's output and view's loop section.
You can find proposed solution in this case with the following reply:
https://toolset.com/forums/topic/conditional-display-of-a-view-if-it-is-not-empty/#post-2330179
Relevant Documentation:
2
7
4 years, 5 months ago
larsZ
Custom Field for Relationship using Gravity Forms Post Creation
Started by: joseM-8
in: Toolset Professional Support
Quick solution available
2
9
4 years, 5 months ago
joseM-8
WYSIWYG not updating
Started by: petranL
in: Toolset Professional Support
3
8
4 years, 5 months ago
Nigel
PopUp-Integration
Started by: sabrinaP
in: Toolset Professional Support
2
7
4 years, 5 months ago
Minesh
Renaming wp-admin prevents toolset (ajax) from working properly
Started by: andrei-laurentiuP
in: Toolset Professional Support
2
3
4 years, 5 months ago
Minesh
Custom Search / Custom text in stead of empty search Criterium
Started by: ronM-3
in: Toolset Professional Support
Quick solution available
Problem:
How to add a value for the search dropdown default item instead of the blank label?
Solution:
Add the Javascript code below to the view:
function setDropdownDefaultValue() {
jQuery('select[name="wpv-category"] > option:first-child').text('LABEL');
}
jQuery(document).ready(function() {
setDropdownDefaultValue();
});
jQuery(document).ajaxComplete(function() {
setDropdownDefaultValue();
});
replace LABEL with the label you want to add.
Relevant Documentation:
https://toolset.com/course-lesson/adding-custom-javascript-to-views-templates-and-archives/
2
5
4 years, 5 months ago
ronM-3
Kadence / Toolset / Woocommerce Template styling output not working/outputting
Started by: janM-6
in: Toolset Professional Support
3
4
4 years, 5 months ago
Luo Yang