dear support team
on the HOME page there is a full-screen slider that runs in the background.
Each slide is assigned a button below (“zur Projektansicht”): it should lead directly from the displayed image to the corresponding project page.
I’ve added a link to the buttons in the full-screen slider under “Caption”.
However, the button does not work. Can you help me why this is so?
Thank you and best regards
Hey DianaLoola73,
The button does not work, because that is the area where you have the navigation (header) area, you need to move the button somewhere esle.
Best regards,
Victoria
Good morning Victoria,
Thank you for the note with the overlap.
Now I’ve placed the button to the right and it works now too.
Unfortunately, I do not like the fact that the button is faded in with every little slide with a little animation. How can I disable this? The button should simply appear without moving first.
Thank you for your support!
Greetings Diana
Hi DianaLoola73,
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 #main .avia-slideshow-button {
-webkit-transition: none;
transition: none;
animation: none;
-webkit-aniation: none;
trasform: none;
}
But this is not ideal.
If you need further assistance please let us know.
Best regards,
Victoria
Dear Victoria,
the script works so far (https://www.osmosis.de/NEU/) . I hope there are no further problems as you wrote that this “is not ideal”.
please let me know if I have to take care about something more.
Best regards Diana
Hi DianaLoola73,
No, I meant it just shows up with every slide. Not other problems :)
Best regards,
Victoria