Tagged: LayerSlider
-
AuthorPosts
-
January 27, 2019 at 12:20 pm #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
February 1, 2019 at 9:20 am #1061433Hey 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,
IsmaelOctober 14, 2019 at 4:11 pm #1147861I Freek, Ismael,
I’d like to add a masonry gallery into a layer slider. How can I do please ?
Thanks !
FranckOctober 15, 2019 at 1:21 pm #1148063Hi 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,
RikardOctober 15, 2019 at 1:51 pm #1148081Thanks 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,
FranckOctober 16, 2019 at 11:35 am #1148411Hi,
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,
IsmaelOctober 16, 2019 at 11:59 am #1148426Thanks 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,
FranckOctober 18, 2019 at 5:56 am #1149107Hi,
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,
IsmaelOctober 18, 2019 at 10:05 am #1149189Thank 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,
FranckOctober 18, 2019 at 12:52 pm #1149245I 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,
FranckOctober 18, 2019 at 3:43 pm #1149308Hi 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,
VictoriaOctober 18, 2019 at 3:48 pm #1149311It works !
Thank you !
FranckOctober 18, 2019 at 4:44 pm #1149345Hey 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 -
AuthorPosts
- You must be logged in to reply to this topic.