Okay
  Public Ticket #1703062
sorting of portfolio categories
Closed

Comments

  •  1
    bettonza started the conversation

    Hello. 

    Is there a way to sort the portfolio categories? Tried with slug description and ordering in 'portfolio option' menu but realized that  regards only portfolio photos ordering.

    To better explain, in the  url  of my web site I want this order: shanghai, extreme technical wear, direzione geometrica and unbroken).

    Another thing. I would like titles of category  to rest on one single line.

    Div is too tight , otherwise I don't want smaller fonts. (shall I modify stylesheet or is there another way?) Thank and sorry for my english.

    Elisabetta

  •  291
    Paul replied

    Hello Elisabetta!

    Regarding your questions:

    1. You can use this plugin for reordering the categories: https://wordpress.org/plugins/taxonomy-terms-order/

    2. I am afraid the width of the portfolio category area is already at its optimal value (otherwise, you would need to reduce the width of the portfolio grid). So, I would recommend either decreasing the font size of the portfolio category area or increasing the spacing to make it feel a bit "loose".

    To decrease the font size, please go to "Appearance > Customize > Portfolio Styles" and you will find the "Portfolio Category Menu Size" option there.

    To increase the spacing between the categories, you can use this custom CSS:

    .portfolio-categories li {
        margin-bottom: 0.8em;
    }
    

    I hope this helps!

    Cheers,
    Paul

  •  1
    bettonza replied

    Thanks, I solved. I read the post regarding gif on featured image.

    Is it possible to fix the gif problem also inside the portfolio gallery?

    Thanks. 

  •  291
    Paul replied

    Could you please open the theme customizer and go to the "Portfolio Options" section then enable the option "Use full-size image on portfolio single pages" ? (screenshot: https://cl.ly/f299bbc2f921 )

    The full size image should make the Gif animation work on the portfolio single pages.

    Kindly let me know if this helps.

  •  1
    bettonza replied

    It works!!!!! Thanks

  •  291
    Paul replied

    Happy to hear that!