Tagged: gallery, LayerSlider, Lightbox
-
AuthorPosts
-
October 7, 2019 at 5:33 pm #1145856
Hi Enfold Team !
Is there a way to integrate lightbox gallery into a layer slider ?
I would like to show one picture in my layer and go to a lightbox gallery Enfold by clicking on it. (an URL of the lighbox is necessary)
Thanks for your help !
FranckOctober 9, 2019 at 11:01 am #1146462any idea ?
October 9, 2019 at 11:12 pm #1146671Hi,
There is no automatic way to do this, you can always do this manually
Best regards,
BasilisOctober 10, 2019 at 10:23 am #1146800Thanks Basilis, but how can I integrate a photo gallery from enfold (basic photo gallery with thumbnails) in a layerslider manually please ?
FranckOctober 11, 2019 at 9:22 pm #1147261Hi SphereEvenements,
You can try using the shortcode, you can get it by enabling the Advanced Layout Builder debug mode:
Best regards,
VictoriaOctober 14, 2019 at 10:46 am #1147789Thanks Victoria,
I don’t have child theme. I have to add lines in functions.php. Could you tell me 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"; }
Thank you,
FranckOctober 16, 2019 at 5:05 pm #1148504Hi Franck,
Yes, so now you can make a test page, add the gallery there and the shortcode for it will appear in the debug box. You can copy it to the Layer Slider.
https://kriesi.at/support/topic/add-a-shortcode-inside-a-layerslider-layer/
Best regards,
VictoriaOctober 17, 2019 at 9:50 am #1148845Thank you Victoria, it works.
Now I’d like to deactivate borders on the thumbnails just for this gallery. How can I do ? What is the code to insert in the shortcode please ? (I’ve tried #top div .avia-gallery img { border : none;} but it doesn’t work inside the [shortcode]
Thanks for your help
FranckOctober 17, 2019 at 11:19 am #1148879On my element (gallery), I’ve added custom css class named : gallery-no-border.
After, I have added this code in my quick CSS :.gallery-no-border #top div .avia-gallery img{
border: none !important;
}But it doesn’t work… Is the syntaxe correct ?
Can you help me ?I have seen this here : https://kriesi.at/support/topic/enfold-gallery-thumbnail-border-color-and-no-border/
Thanks,
FranckOctober 21, 2019 at 11:13 am #1149804Hi Franck,
I gave you the code here
So I am closing this thread as a duplicate.
Best regards,
Victoria -
AuthorPosts
- The topic ‘Lightbox gallery in layerslider’ is closed to new replies.