Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24252

    Hello Team,

    just to ask, how it is possible to insert an image with lightbox effect by using the the AVIA Layout Builder ? Possible to setup the Lightbox effect as an standard ?

    The question comes, while switching from AVIA LAYOUT BUILDER to Standard Editor, it is not possible to see the HTML code, otherwise it would be very simple to change the code.

    Best regards,

    awp23

    #122906

    Hi,

    You can switch the Avia Builder to debug mode. You will be able to see the actual shortcode at the bottom of the Advance Layout Editor.

    Add this code on your functions.php

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Lightbox Effect in a Portfolio Post’ is closed to new replies.