Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1252556

    Hallo,

    ich habe eine Frage – zu den Blog -Darstellungen: Masonry und Magazin.
    Ich finde die Filter-Optionen über Kategorien und Tags super. Allerdings hätte ich gern einen Vorfilter.
    Beispiel: Wenn ich über Kategorien filtere, z.B. News, Pressemitteilungen, Veranstaltungen – möchte ich einen Vorfilter übers Bundesland setzen. So dass auf der einen Seite „News, Pressemitteilungen, Veranstaltungen etc.“ von „Schleswig-Holstein“ angezeigt werden und auf der anderen Seite die von „Bayern“. Ich könnte dies auch über Sub-Kategorien lösen, das potenziert aber die Kategorien unnötig.
    Gibt es dafür eine smarte Lösung? Hier im Forum waren ähnliche Fragen bereits, aber die saubere Lösung dazu habe ich nicht gefunden.

    Beste Grüße,
    Tom

    —————————

    Hello,

    I have a question – about the blog representations: Masonry and Magazine.
    I like the filter options via categories and tags. But I would like to have a prefilter.
    Example: If I filter by categories: news, press releases, events – I want to set a prefilter by state. So that on one page “news, press releases, events ….” from “Schleswig-Holstein” are displayed and on the other page those from “Bavaria”. I could also solve this with sub-categories, but this would increase the categories unnecessarily.
    Is there a smart solution? In the forum were similar questions, but I didn’t find a real solution.

    Best regards,
    Tom

    #1253796

    Hi Tom!

    Thank you for the inquiry.

    What do you mean “prefilter”? Do you want to preserve the current filter state when going to another page? This is not possible out of the box and this kind of feature will require modifications that are beyond the scope of support. You might need hire a freelance developer, or look for a posts plugin with such feature.

    You might be able to do this by saving the filter state in the URL as parameter or query string, and reset the selected filters based on the value of that parameter when the page refreshed. Hope that helps.

    Regards,
    Ismael

    #1254082

    HI Ismael,
    thanks for your respond.
    But I’m not sure if we mean the same thing.
    I want to embed a “masonry blog” with the selection and display of for example the following filters x, y and z. There is no issue. But there should be a hidden prefilter a.
    So that in the end only posts with the filter combinations ax, ay and az are displayed and can be selected (x,y,z).

    On the other page i want to show a masonry with bx, by, bz. And so on…

    #1254799

    Hi,

    We still do not understand what you are requesting, or what you mean by prefilter but it sounds like a feature that will require significant amount of modification, something that is beyond the scope of support or something that we do not usually provide here in the forum. You may need to hire a freelance developer or contact our partner Codeable to help you with the customization.

    Thank you for your understanding.

    Best regards,
    Ismael

    #1255201

    Would you mind trying again?

    There is a sort filter at masonry-Element. This filter is determined by categories selected by me. This is the default function.

    I want to specify a category that is not displayed in the sort filter. However, this category should be fundamental for the display of posts in Masonry. Only posts that belong to this hidden category should be displayed. Sortable via the sort filter by further assigned categories.

    Thanks for your patience

    #1255604

    Hi,

    Thank you for the info.

    You might be able to use the avia_masonry_entries_query filter to adjust the set query of the masonry element and include additional categories that are not selected in the editor.

    Usage examples of the filter:

    // https://kriesi.at/support/topic/display-pictures-by-number-order/#post-1221028
    // https://kriesi.at/support/topic/out-of-stock-products-showing-up-in-search/#post-1188782
    // https://kriesi.at/support/topic/show-arrows-in-easy-slider-and-full-screen-slider-but-not-dot-things/#post-1149381

    The selected terms or categories are defined in the tax_query.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.