Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1059334

    Hi,
    I setup a LayerSlider to show visitors a kind of magazine. Works great (see link in PC). Now I want to add a masonry on the fifth slide so the visitor can see a image gallery with Lightbox functionality, but when I add the following shortcode I does not work.
    I tried a text and html layer. Can anyone point me in the right direction?

    [av_masonry_gallery ids='817,812,821,820,819,818,816,815,814,813' items='24' columns='flexible' paginate='pagination' size='flex' orientation='' gap='1px' overlay_fx='active' animation='active' container_links='active' id='' caption_elements='title' caption_styling='overlay' caption_display='on-hover' color='' custom_bg='' av-medium-columns='' av-small-columns='' av-mini-columns='' av_uid='av-jreqwnsa' custom_class='']

    THX Freek

    #1061433

    Hey Freek,

    Thank you for using Enfold.

    Did you check the actual page? The shortcode will not render in the layer slider editor but it is going to work in the front end.

    Best regards,
    Ismael

    #1147861

    I Freek, Ismael,
    I’d like to add a masonry gallery into a layer slider. How can I do please ?
    Thanks !
    Franck

    #1148063

    Hi Franck,

    I’m not sure if that would be possible, but you can try to activate debug mode in order to see builder shortcodes: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode, then you can copy the shortcodes into your LayerSlider.

    Best regards,
    Rikard

    #1148081

    Thanks Rikard. I don’t have child theme. I have to add lines in functions.php. Could you tell me if these lines are correct ?

    //set builder mode to debug
    if(isset($avia_config[‘use_child_theme_functions_only’])) return;
    add_action(‘avia_builder_mode’, “builder_set_debug”);
    function builder_set_debug()
    {
    return “debug”;
    }

    If I just want a simple gallery like this (modal on photoshop) : http://www.sphere-evenements.com/telechargement/maquette-gallery-slider.jpg
    What are the steps to show this gallery (without posting it in another page to recover shortcode) ?

    Thanks,
    Franck

    #1148411

    Hi,

    Thank you for the update

    The debug mode snippet looks correct, but you don’t really need it. You can generate the masonry shortcode using the Insert Shortcode icon. You can then move the shortcode in a layer. It won’t render properly in the layer slider editor but it should work fine in the front end. Let us know how it goes.

    Best regards,
    Ismael

    #1148426

    Thanks Ismael !
    “You can generate the masonry shortcode using the Insert Shortcode icon” : how can I use the insert shortcode icon, where can I find it ?
    Moreovern, in a simple gallery, is there a way to deactivate borders around thumbnails ?
    Thank you,
    Franck

    #1149107

    Hi,

    Thank you for the update.

    The insert shortcode icon is located in the the default or standard editor’s toolbar. Please check the screenshot below.

    Screenshot: http://i.imgur.com/n4KXkdm.jpg

    Moreovern, in a simple gallery, is there a way to deactivate borders around thumbnails ?

    Which gallery? Yes, it is possible with css. Give us a link to the page where the gallery is, then we’ll provide the css.

    Best regards,
    Ismael

    #1149189

    Thank you Ismael !
    I ‘d like to suppress borders of gallery in the layer slider : for example in this one : http://www.sphere-evenements.com/autres-receptions-privees/
    Thanks,
    Franck

    #1149245

    I want to deactivate borders only on the thumbnails of this gallery appearing in the layer slider : http://www.sphere-evenements.com/autres-receptions-privees/
    I don’t want to deactivate borders on all galleries.
    Thank you,
    Franck

    #1149308

    Hi SphereEvenements,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .ls-fullscreen-wrapper .avia-gallery img {
        border: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1149311

    It works !
    Thank you !
    Franck

    #1149345

    Hey SphereEvenements,

    I’m glad this was resolved for you. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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