Select Categories in Portfolio 2.0

Home Forums Jevelin Theme Select Categories in Portfolio 2.0

Home Forums Jevelin Theme Select Categories in Portfolio 2.0

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • dinohide
    Participant

    I selected only one category called “HKSAR: 20 Years On” in Portfolio 2.0 .
    But I don’t know why it still shows all the categories.

    There is no this problem in Portfolio 1.0 .

    Thanks you.

    Attachments:
    You must be logged in to view attached files.

    Hi @dinohide,

     

    I hope you are well today and thanks for posting here.

     

    I could confirm the issue on my test site that only occurs with Portfolio 2.0 therefore notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    In the meanwhile we can hide unwanted categories by developing custom CSS code.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to hide it?

     

    Best regards,
    Shufflehound team

    dinohide
    Participant

    Solution for this topic

    You can remove other categories than “HKSAR: 20 Years On” by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #portfolio-fancy-filter-7c965475e86778586eb3f5c5f5821836 .sh-filter-item {
        display: none;
    }
    
    #portfolio-fancy-filter-7c965475e86778586eb3f5c5f5821836 .sh-filter-item[data-filter="*"],
    #portfolio-fancy-filter-7c965475e86778586eb3f5c5f5821836 .sh-filter-item[data-filter=".category-hksar20"] {
        display: inline-block;
    }

    dinohide
    Participant

    Thank you.

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)