Okay
  Public Ticket #3633631
Hide some portfolio categories...
Closed

Comments

  •  4
    signaletic started the conversation

    Hello, I am looking for a way to hide certain portfolio categories from the filter. I have tried to create subcategories but they are still visible despite the option "Enable subcategory filtering" being deactivated in the theme options.
    Is it correct that this option does not work or have I done something wrong?
    Thank you 
    Best
    Paolo

  •  1,558
    Laborator replied

    Hi Paolo,

    To hide categories you have to use the Custom Query option, this way not only the categories but also the portfolio items assigned to these categories will be hidden. If you only want to hide them from the filter then you'll need a custom CSS for that. Can you please provide the URL and credentials of the portfolio page?

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   signaletic replied privately
  •   signaletic replied privately
  •   signaletic replied privately
  •  1,558
    Laborator replied

    Hi again,

    Could you please provide links for:

    - Portfolio page, the page you want to hide certain categories from the filter.

    - Portfolio item page where you want to move the carousel, I need to see it live.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   signaletic replied privately
  •  1,558
    Laborator replied

    Hi there,

    Adding the CSS below to the page where your portfolio is will hide the "I servizzi" category:

    .product-filter ul li+li.portfolio-category-i-servizi {
        display: none;
    }
    

    And regarding the ordering of single portfolio carousel, I have added the following CSS to Custom CSS of that page:

    .single-portfolio-holder.portfolio-type-3 {
        display: flex;
        flex-direction: column;
    }
    .single-portfolio-holder.portfolio-type-3 .details {
        order: 2;
    }
    .single-portfolio-holder.portfolio-type-3 .full-width-container {
        order: 1;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  4
    signaletic replied

    Hi Art

    Thank you so much, all is ok now!

    Best regards

    Paolo

  •  1,558
    Laborator replied

    You're welcome Paolo, have a great weekendsmile.png

    If you have a spare moment, I kindly request that you consider sharing your positive experience with us on G2 because we are trying to push Kalium outside of ThemeForest and we need your help. Your review would not only make our day but also help other potential customers to make an informed decision about choosing our theme for their needs.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group