Problem:
Wie kann ich Checkboxen, die im Admin nicht ausgewähtl sind (für kein post) in einer Custom Suche nicht anzeigen (verstecken)?
Solution:
Baue den filter wie gewohnt und dann, in Benutzerdefinierte Sucheinstellungen > Ich möchte die individuellen Einstellungen manuell auswählen > Welche Optionen in den Formular-Eingaben angezeigt werden sollen > Nur verfügbare Optionen für jede Eingabe anzeigen > Ausblenden.
Problem: I would like to modify the URL search parameters and trigger an AJAX update of the search form results when my custom Ion Range Slider is changed.
Solution:
Listen to the "change" of "finish" event of the Ion slider, grab the max and min values from the data object, and use them to modify the URL:
$("#range1").ionRangeSlider({
min: 0,
max: 100,
step: step,
hide_min_max: true,
onChange: function (data) {
var min = data.min; // get the minimum value from the range slider
var max = data.max; // get the maximum value from the range slider
// do something with this information
}
});
Then trigger an AJAX update by throwing a generic 'change' event on any form element with class 'js-wpv-filter-trigger':
Problem:
Wo kann ich Taxonomy Term Fields anzeigen und gebrauchen?
Solution:
Term Felder können nur auf Taxonomy Views oder Archive gebraucht werden.
Diese können auch durch ein Layout aufgebaut sein, aber das layout muss dann entweder eine View welche Terms zeigt beinhalten, und das Term Feld muss innerhalb dieser View sein, oder, in einer Archiv Zelle, welche die Taxonomie zeigt.
Falls keine der beiden zutrifft kann ein Term Feld nicht als ShortCode hinzugefügt werden.
Solution:
1. If you are within 30 days since purchase, you will get a refund immediately no question asked if you write to hello@wp-types.com and elaborate your need for the refund.
2. In case you are over those 30 days, you can still try, but we cannot guarantee we can refund you in those cases.