Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1435383

    Hello, I have a few questions. I am using the Minimal Portfolio theme. I am first developing the site locally, and when it’s in a good place, I will bring it live.

    – How can I manually change the order of portfolio categories?
    – What size should the thumbnails be?
    – After I add portfolio items, they do not show up on the site as an image list, or gallery, or slideshow. Instead, it is just a cropped image of the thumbnail. How can I fix this?
    – Do I need to use the Advanced Layout Builder to display portfolio items?

    #1435397

    Hey joschro,

    Thank you for the inquiry.

    1.) You can set the Content > Sorting > Order settings to Page Order, then add this code to the functions.php file to enable the Order field for the portfolio items. You can then manually adjust the order of the items in the grid by modifying the Order field.

    /* Change portfolio post type settings */
    function avf_portfolio_cpt_args_mod($args) {
    	$args['supports'][] = 'page-attributes';
    	return $args;
    }
    add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod');
    

    // https://wordpress.com/support/pages/page-attributes/#access-page-attributes

    2.) The recommended size is 450x450px, but it may vary depending on the number of columns.

    3-4.) Yes, you have to use the Portfolio Grid element in the Advance Layout Builder to display your portfolio items.

    Best regards,
    Ismael

    #1435512

    Thank you for your reply.

    1. I’m not sure how to display images using the Portfolio Grid. I see I can select categories, but not images.

    2. I see at the bottom of the Portfolio Item page, there is a place to Add preview images, and Display preview images. Does that functionality not work anymore?

    3. Where can I find Content > Sorting > Order?

    4. How large in pixels should the images be to display as large as possible with the greatest quality, but still preserving file size? What should the max height or width be in pixels? I’m especially wondering for images displaying in the lightbox.

    5. In galleries, the images start a bit dimmed, then turn to full opacity on rollover. I wonder if I can do the opposite, have the images start at full opacity, then get a bit dimmed on rollover.

    • This reply was modified 8 months, 3 weeks ago by joschro.
    • This reply was modified 8 months, 3 weeks ago by joschro.
    • This reply was modified 8 months, 3 weeks ago by joschro.
    #1435710

    Hi,

    Thank you for the update.

    1-3) Did you create Portfolio items? You can apply featured images to the Portfolio items, then use the Portfolio Grid element to display the items in the page. You’ll find the sorting options and other settings that we mentioned above by editing the options in the Portfolio Grid element.

    4.) How many columns do you intend to display in the grid? The default thumbnail used in the Portfolio Grid element is 450x450px, but you can adjust it by editing the Portfolio Grid element’s Styling > Grid Settings > Portfolio Grid Image Size settings. Select the second option, then pick the thumbnail that you’d like to display.

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1435823

    Thank you!

    #1435861

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Few questions with Minimal Portfolio theme’ is closed to new replies.