Okay
  Public Ticket #1074501
Masonry Gallery
Closed

Comments

  •  2
    Azoline started the conversation

    Hi,

    Thank you very much for your beautiful theme. :)
    (I'm sorry for my bad english...)

    I would like to know if it's possible to have two styles of portfolios : I really like the style of the portfolio (images in original size + lightbox) and I want to use it for some of my portfolio pages. But for one of my pages, I would need the pictures in miniatures (with masonry style for exemple) that open in lightbox with a click.

    Is it possible to do it ?

    Thank you very much for your help.
    Have a nice day.

  •  291
    Paul replied

    Hello!

    Thank you for your kind words! Glad to hear you like the theme.

    For your question, unfortunately, there is no option for the masonry layout out of the box. However, I would say it is possible to achieve, but it would require manual customization to the theme code.

    If you are looking for customization services, I would recommend this site from Envato: https://studio.envato.com

    Regards,
    Paul

  •  2
    Azoline replied

    Thank you very much for your answer, I will look at it. :)
    I still have two questions : 

    - Is it possible to add the title of each portfolio on each thumbnail ?
    - I'm looking to add a slideshow on the homepage, but I can't find a way to have a bigger width than the content of the page authorizes (I don't know if it's clear... sorry). Is it possible to do it ?

    Thank you very much for your help ! :)
    Regards

  •  2
    Azoline replied

    I found the answer for my first question in the theme forest's support. ;)
    I put this code in the Additionnal CSS (if somebody is looking for it) :

    .portfolio-listing .portfolio-item h2 {
        left: 0;
        bottom: -30px;
        height: auto;
        clip: auto;
        font-size: 12px;
        text-align: center;
        width:  100%;
    }

    I'm still looking for a way to have a little slideshow on the homepage. I hope you can help me with that.

  •  291
    Paul replied

    To make the page content wider, please apply the custom CSS from this article: https://uxbarn.ticksy.com/article/9976

    And for the image slideshow, you can use the Shortcodes Ultimate plugin for that ( https://wordpress.org/plugins/shortcodes-ultimate/ ). After activating, you can then put its slider shortcode into the page content and it will display on the front end.

    Hope this helps!

  •  2
    Azoline replied

    Thank you for your quick answer. I'm going to look at it. ;)

  •  291
    Paul replied

    You're welcome!