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, 1 month 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, 1 month ago
joseM-8
WYSIWYG not updating
Started by: petranL
in: Toolset Professional Support
3
8
4 years, 1 month ago
Nigel
PopUp-Integration
Started by: sabrinaP
in: Toolset Professional Support
2
7
4 years, 1 month ago
Minesh
Renaming wp-admin prevents toolset (ajax) from working properly
Started by: andrei-laurentiuP
in: Toolset Professional Support
2
3
4 years, 1 month 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, 1 month ago
ronM-3
Kadence / Toolset / Woocommerce Template styling output not working/outputting
Started by: janM-6
in: Toolset Professional Support
3
4
4 years, 1 month ago
Luo Yang
How to delete views
Started by: nadavL
in: Toolset Professional Support
Quick solution available
Problem:
How to delete views?
Solution:
- Go to "Toolset > Settings > General".
- Find the "Editing experience" section.
- Check the "Show both the legacy and Blocks interface and let me choose which to use for each item I build" checkbox.
- Reload the browser page.
- Go to the newly added "Toolset > Views" menu.
- There you will be able to edit the views.
2
5
4 years, 1 month ago
nadavL
The problem occurs in “wordpress archives”, which is visible on the editor but
Started by: chelhwanS
in: Toolset Professional Support
Quick solution available
Problem:
Block Archive name/title does not get saved.
Solution:
There was a conflict with the Cache plugin. Disabling the cache plug-in resolves the issue.
Relevant Documentation:
2
5
4 years, 1 month ago
chelhwanS
attribute which is (for example) explained with hovering the word
Started by: naomiW
in: Toolset Professional Support
2
8
4 years, 1 month ago
Minesh
The post excerpt is displayed as plain text on front
Started by: paulv-10
in: Toolset Professional Support
2
2
4 years, 1 month ago
Luo Yang
Toolsey Key Not Valid For The Current Website
Started by: Massimo Scalese
in: Toolset Professional Support
2
5
4 years, 1 month ago
Massimo Scalese
date/time calculations in view
Started by: malagaS
in: Toolset Professional Support
2
6
4 years, 1 month ago
Luo Yang
Stylesheet loads after HTML is displayed causing delay in UI
Started by: simchaH
in: Toolset Professional Support
2
3
4 years, 1 month ago
simchaH
Show on Edit Form if they have data entered, hide if they do not
Started by: JEN
in: Toolset Professional Support
Quick solution available
Problem:
A user reported that she is using some custom script for showing and hiding form fields, but it is not working as expected in the edit form.
Solution:
Shared some changes for the custom code to be used in the edit form.
Relevant Documentation:
n/a
2
9
4 years, 1 month ago
JEN