Archived topic
slide image background in Page hero issue
3 replies · Started by Gonzalo on July 24, 2019
hi there!
I'm designing a new site, with slide background in page hero.
Actually, this work, but I have a issue: the images controls don't work.
The images have slide effect, but click the next imagen arrow, not working.
I use smartslider3 plugin.
Can you help me with this?
Best regards
Hi there,
This CSS you've added is causing the issue:
.background-slider {
position: absolute;
top: 0;
right: auto;
bottom: 0;
left: auto;
z-index: -1;
}
Can you try simply adding the slider shortcode as the page hero content?
https://docs.generatepress.com/article/how-to-create-a-page-hero/#step-1-add-the-content
thank you Leo, working perfectly.
I saw that css in another post, on the same topic.
Best regards
No problem :)