Portfolio categories missing

Home Forums Jevelin Theme Portfolio categories missing

Home Forums Jevelin Theme Portfolio categories missing

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
  • macdaddysuperfly
    Participant

    I am using the portfolio content element for my home page (www.joannesoroka.co.uk/2/#work) but it’s not showing all the categories listed in my portfolio. See attachments:

    JS-3.jpg = the home page portfolio section and categories showing

    JS-4.jpg = the portfolio content element and categories it should be showing

    JS-5.jpg = an example of a portfolio item (and category) not showing

     

    If you could help, it would be much appreciated.

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

    Hi @macdaddysuperfly,

     

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

     

    Could you please try setting limit to -1 as shown in the attached screenshot?

     

    Best regards,
    Shufflehound team

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

    macdaddysuperfly
    Participant

    Hey, that’s worked. Thanks.

    Seems a bit patchy, no?

    Yes therefore I have notified it to theme developer so that it will be fixed in the future version of theme.

    macdaddysuperfly
    Participant

    That’s good news. Is there any way of reducing the amount of portfolio items that are visible until it’s fixed?

    In the meanwhile you can change portfolio style from masonry to any other and add 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 .sh-portfolio-item:nth-of-type(1n+10)  {
        display: none;
    }

    macdaddysuperfly
    Participant

    Thanks but that seems to initiate the original problem, with some categories showing no items at all.

    Ok then fixed for the issue will be released soon in the theme update.

    macdaddysuperfly
    Participant

    Sounds good.

    🙂

     

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