Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1016733

    Hello
    I just installed enfold child theme and uploaded the demo enfold photography. For the portfolio side, I set up a parent category “countries” and a subcategory like “Indonesia” … “Myanmar”…”Thailand” … and more. But the subcategory always show up too. I actuall only would like to show the subcategory when I click the parent categorie. At the moment all category are showing ( parent – and subcategory ). How can I do that? I could no finde a suitable answer for that in the forum.

    The category’s like this now :
    All/Black and White/Cambodia/Countries/Events/India/Indonesia/Landscape/Laos/Malaysia/Myanmar/Philippines/Places/Singapore/

    I would like it looks like this if I click countries:

    Countries
    Indonesia/Thailand/Myanmar/ ….

    Thanks for your help
    Kind regards
    Roger Baumann

    • This topic was modified 5 years, 6 months ago by Roger.
    #1016919

    Hey Roger,

    Thank you for using Enfold.

    That is not possible out of the box. You can only set one level of sorting buttons for the portfolio grid or masonry element. Unfortunately, you may need to hire a freelance developer to modify the default sorting script if you really need multiple levels of sorting buttons for your portfolio. You can contact our partner, Codeable.

    // https://kriesi.at/contact/customization

    Best regards,
    Ismael

    #1017017

    hi Ismael

    thanks for answer. i choose two theme i test if they suitable for my projekt. i tested already the theme kalium, which also has a photography demo. I can order the subcategory which is a great option. I try out kriesi them now. I actually expected of tje photography demo that I can sort the subcategorys. all togheter I have about 13 parent+sub category. ( all the countrys i traveled). All in one row it looks confusing. well, probably i will ask codable for a customize offer.

    thanks
    kinde regards
    roger

    #1017394

    Hi Roger,

    I’m sorry if we can’t help you this time. I’m sure you’ll find a good developer on Codeable.
    Please feel free to open a new thread if you need anything else.

    Best regards,
    Ismael

    #1017566

    hi ismael

    Thank for answer. To have the category bether visible , could you provide me a css code, so that the slash “/” between the words disapear ?
    thank for your help.

    kinde regards
    roger

    #1018071

    Hi,

    I may be be missing it but, please provide a link to the site/page in question so we can look into this issue further. I can provide css to remove the slashes.

    Best regards,
    Jordan Shannon

    #1018681
    This reply has been marked as private.
    #1019715

    Hi,

    Thanks for the update. Use this css code to remove the separators.

    .av-sort-by-term .text-sep {
        display: none;
    }

    And then use this css code to create some space between the sort items.

    .av-sort-by-term a {
        margin: 0 7px 0 7px;
    }

    Best regards,
    Ismael

    #1020065

    Hi Ismael
    Thanks for that css. It works fine.

    kind regards
    roger

    #1020149

    Hi,

    Great! Please open a new thread if you need anything else. :)

    Best regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Category and Subcategory in Portfolio masonary’ is closed to new replies.