|
Custom Search Conflict
Started by: ericW-8
in: Toolset Professional Support
Quick solution available
Problem: I am trying to place a custom search View in my site. If I place it above another View, it will not work. If I place it below the same View, it will work.
Solution: There are two separate issues here.
1. You cannot place a custom search View inside the Search and Pagination panel of another View, in most cases. This will result in a nested form tag, which is invalid HTML. You must choose the option "Disable the wrapping div around the View" for the nested View if you want to nest a View in the Search and Pagination editor area.
2. The HTML markup structure for the loop is broken. Be sure to close out the div in the third loop index when wrap=3. The code syntax highlighter will complain about this, but it's actually correct in this case.
|
|
2 |
3 |
5 years, 7 months ago
ericW-8
|
|
A-Z Filter
Started by: marcelB-4
in: Toolset Professional Support
Quick solution available
Problem:
Ich will ein Alphabetischer Filter bauen der buchstaben von A-Z
anzeigt, welche wenn interagiert (geklickt) resultate laden wo der titel mit dem gewählten Buchstabe anfangen
Solution:
Es braucht 2 Views dazu und eine Taxonomie (Alphabet, mit terms von A-Z).
Die erste View listet alle Terms, und produziert ein Link (a href) welcher die gegenwärtige URL um ein suchparamter ergänzt, welchen wir später in der Zweiten post view brauchen werden um die Posts nach Taxonomie "Alphabet" zu filtern.
Die zweite View wird ausserhalb des loops aber innerhalb des layouts der ersten View eingebaut, und die erste View wird dann in eine page eingebaut.
Wenn man nun auf den Buchstabe (der a href link der Taxonomie view) clickt, lädt die seite neu mit dem URL Such paramater ergänzt, welches dann die resultate nach buchstabe (taxonomie) filtert.
|
|
2 |
50 |
5 years, 7 months ago
marcelB-4
|
|
Button linked to a image gallery
Started by: Jaime
in: Toolset Professional Support
Quick solution available
Problem:
After user click button "View gallery", popup a window, in this window display image gallery.
Solution:
It needs some custom JS codes, for example, with Bootstrap framework, there is a modal component, you can follow there document to setup button "View gallery", and display the image gallery insider the modal content.
Relevant Documentation:
|
|
2 |
3 |
5 years, 7 months ago
Jaime
|
|
wpv-post-url Shortcode Stopped Working
Started by: aaronM-9
in: Toolset Professional Support
Quick solution available
|
|
2 |
3 |
5 years, 7 months ago
aaronM-9
|