Image gallery display

Home Forums Jevelin Theme Image gallery display

Home Forums Jevelin Theme Image gallery display

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • Astrobobo
    Participant

    Hello,

     

    I have a personal website where I’d like to show a few of my photography galleries. I’d like to change the way my photo galleries are displayed.

     

    If I use a standard WP gallery in a page, I get all the photos displayed on the left side of the page only: http://www.astrobobo.net/?page_id=1558

     

    If I use the “portfolio” option, I don’t have the option to display them as a “tiled mosaic”, only as a grid with thumbnails which is not visually very appealing: http://www.astrobobo.net/?fw-portfolio=croatia-full-of-stars

     

    Is it possible to make the standard gallery centered and standard wdth, or the portfolio gallery to display tiled photos?

     

    Also, is it possible not to show the featured image on top of the page or post?

     

    Thank you!

    Hi @Astrobobo,

     

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

     

    Is it possible to make the standard gallery centered and standard wdth?

    You can change its width by setting content width by using the following solutions.

     

    https://jetpack.com/support/tiled-galleries/

    https://wordpress.org/plugins/custom-content-width/

     

    Also, is it possible not to show the featured image on top of the page or post?

    You can achieve 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

    .single-post .post-meta-thumb,
    .page .post-meta-thumb {
    display: none;
    }

     

    Best regards,
    Shufflehound team

    Astrobobo
    Participant

    Thank you very much,

    that almost worked 🙂 While the featured image is gone from single posts, it is still shown on the portfolio page, and the portfolio page still doesn’t look like the tiled galleries: http://www.astrobobo.net/?fw-portfolio=croatia-full-of-stars

     

    I really like the portfolio design, so I wish I could get the tiled gallery, or some other sort of gallery style without the gaps between the photos.

     

    The native WP gallery is now much better but it’s still aligned to the left. Looks good on mobile though.

     

    Sorry for being a pain, but these galleries are really important for me. This is the third premium theme I’ve purchased…

    You can remove featured image from portfolio page by using following custom CSS code.

     

    .single-fw-portfolio .sh-portfolio-single-image {
        display: none;
    }

     

    The portfolio page doesn’t display titled gallery. You can either add jetpack tiled gallery in the content of portfolio page or develop custom code to achieve this.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here.

     

    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

    Astrobobo
    Participant

    Thank you for the code.

     

    Putting the Jetpack gallery in the content makes the photos seen on the right hand side which looks like a sidebar. That’s not the way to showcase photos.

     

    I think it would be wise if you add the option of a functional photo portfolio in one of your updates. Right now this theme has actually no way of showing a nice photo portfolio out of the box.

    We will consider this to be developed in the future version of theme.

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