Layouts plugin allows you to design and customize the front-end display of your website. You can design entire pages, including header, footer, menus, content and all other elements.
When you ask for help or report issues, make sure to tell us the design that you want to achieve and the layouts that you have created so far.
Viewing 15 topics - 136 through 150 (of 302 total)
I wanted to change the URL structure for SEo purposes so that the category base is the same as the store base (which is /store/) . I understand that this is unconventional and advised against... but I need the URLS to be in the form of
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.
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.