Do not display "all" categories in portfolio section

Home Forums Jevelin Theme Do not display "all" categories in portfolio section

Home Forums Jevelin Theme Do not display "all" categories in portfolio section

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
  • maverick87it
    Participant

    Hello.

    Is it possible to display only the categories in the portfolio section?

    I don’t want “all” to show up.

     

    Thanks

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

    Hi @maverick87it,

     

    I hope you are well today and thank you for your question.

     

    You can hide it 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

     

    .sh-portfolio-filter-style2 span.sh-filter-item:first-child {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    maverick87it
    Participant

    Uhm.

    Copied, pasted and saved in Custom Css Code but it’s still appearing.

    :'(

     

     

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

    Could you please share me the page URL from your site where it is not working so that I can troubleshoot it?

    maverick87it
    Participant

    Hi.

    here it is: http://mondovisione.org/onlus/

    Please try using below custom CSS code.

     

    .sh-portfolio-filter-style3 span.sh-filter-item:first-child {
        display: none;
    }

    maverick87it
    Participant

    It works, thank you !!!

    One last question: how can I reorder the various sections/categories?

    maverick87it
    Participant

    There still a problem:

    “all” tab is not shown now but I’m still seeing all the portfolio projects by default when loading my page.

    I would like to see by default just the projects in the first categorie and then by clicking on other tabs the others projects

    To achieve all of this, you have to develop custom code in the child theme of Jevelin theme.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

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