- This topic has 8 replies, 2 voices, and was last updated 3 years, 3 months ago by
David.
-
AuthorPosts
-
January 12, 2023 at 4:43 am #2492673
María
Hello,
I want to do a moving image gallery in my web. It will be in home like a banner, but is not woocomerce ¿Con you recomend me some plugin or way to do this?
Thanks you
Best regards
January 12, 2023 at 8:13 am #2493058David
StaffCustomer SupportHi there,
maybe this one ?
https://wordpress.org/plugins/ml-slider/
There are a lot too choose from but that one is a little bit lighter then the others i tried.
January 16, 2023 at 3:45 am #2497228María
Hello,
Ok, thank you so much!!
January 16, 2023 at 4:15 am #2497278María
Hello,
Is posibble use one gallery like background?
Thanks
Best Regards
January 16, 2023 at 4:56 am #2497314David
StaffCustomer SupportIt is – but it is not easy 🙂
A few questions:
Where would this be displayed?
What would go over the background?
And are you using the Block Editor ?January 16, 2023 at 5:32 am #2497356María
Hello,
– Where would this be displayed? In the first banner on the top of my page.
– What would go over the background? I’m workink with vacation template. I want move image moving behind the house pictures.
– And are you using the Block Editor? Yes, I always use your template and plugin.
Thanks
January 16, 2023 at 7:25 am #2497482David
StaffCustomer SupportOk, so its a little tricky.
And i would need to see the site after the following steps if it needs tweaking.1. Add a GB Container Block. This will be our parent block, it won’t need any styling.
1.1 In Advanced > Additional CSS Class(es) add:has-slider-background2. Inside the parent container, add:
2.1 another container block,
2.2 give it a CSS Class ofis-slider
2.3 add the Slider inside this container3. Inside the parent container and below our slide block, add:
3.1 another container block,
3.2 give it a CSS Class ofis-overlay
3.3 this will be your overlay lay and your content goes inside.NOTE: The Slide will define the height of the containers.
4, Add this CSS to your site:
.gb-container.has-slider-background { position: relative; } .gb-container.is-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; }January 24, 2023 at 3:32 am #2506890María
Hello,
Ok, I’m thinking because I’m not sure about design.
I tell you if finally do it.
Thanks
Best regards
January 24, 2023 at 6:16 am #2507089David
StaffCustomer SupportYou’re welcome
-
AuthorPosts
- You must be logged in to reply to this topic.