Display images as a gallery in Divi

Support General Display images as a gallery in Divi

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #48134
    Stephane PISKORZStephane PISKORZ
    Participant

    Hi,

    I use both Divi and MetaBox (AIO) and I would like to display an image gallery. So far, I got this https://office-rougeolle.notaires.fr/maison/maison-3-pieces-a-prefailles/ using an image_advanced custom field and the meta box field for it inside the Divi Builder.

    I'd like to remove those dots, and also have a zoomable gallery.

    In advance, thanks for your help.

    Best regards,

    #48145
    PeterPeter
    Moderator

    Hello Stephane,

    Currently, the module Meta Box Field doesn't support showing gallery images with a zoomable feature. I will inform the development team to explore the possibility.

    Regarding the dots, you can use a custom CSS code to remove it, for example:

    ul.mbdi-images-group li::marker {
        content: '';
    }
    #48152
    Stephane PISKORZStephane PISKORZ
    Participant

    Hi Peter,

    I didn't try yet but would that be possible using MB Views?

    Best regards,

    #48154
    PeterPeter
    Moderator

    Hello,

    Do you mean using MB Views to add the custom CSS code? No need to do that, you can just add the code to Appearance > Customize > Additional CSS to implement the CSS code.

    #48161
    Stephane PISKORZStephane PISKORZ
    Participant

    Hi Peter,

    No I meant is it possible to use MB Views to have a zoomable photo gallery (or lightbox effect), and then display it using a shortcode in any Divi text module?

    #48169
    PeterPeter
    Moderator

    Hello,

    Yes, it is possible. But you need to create more custom code JS, CSS to make the gallery zoomable. Then add the Views shortcode to the Divi builder and display it in the frontend.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.