Forum Replies Created
-
AuthorPosts
-
I want to do that also. Anyone can help?
I added just the second part and that worked quite well. It looks much better now. Thanks a lot!
Only one mini problem left. On safary the sub-headline has an animation in it. So it jumps a little bit.
It’s not a big deal, but maybe you have an idea?
Thanks a lot, Ismael!!!
Hey Ismael,
Unfortunately not. The problem is, that the headline is jumping.
When you reload the page, the following happens:1. headline is rotated (perfect)
2. The headline jumps to horizontal (bad)
3. The headline is rotated (perfect)The problem is just the second during the reload / load.
You can reach the website now on:
Did anyone has some problems with transform and transition with safari so far?
I can’t find a solution for that :-/
Hey Nikko,
it doesn’t work like that. I added it in the style.css in my child theme, but nothing happened.
Best Regards
Lasse
Damnit. My solution only works for chrome.
I tried already:
.avia-slideshow-inner li {
-ms-transform: none!important;
-webkit-transform: none!important;
-o-transform: none!important;
transform: none!important;
-ms-transition: none!important;
-webkit-transition: none;
transition: none!important;
}But that won’t work for safari.
Any Ideas?
I fixed the Problem with the following:
.avia-slideshow-inner li {
transform: none!important;
transition:none!important;
}Hey Victoria,
i already did that.
Do you see the problem i have?
Hey,
yes it’s “Welcome to Ambulance”. But the rotation is not there all the time. For 1-2 seconds it’s gone and horizontal.
First it’s loading the shortcode.css and the rotation works, then it loads the inline css and it’s “normal” and then it load my quick css and it’s diagonal again.
You know what i mean?
Best regards,
Lasse
I found the problem, but i don’t know, how to solve it.
In the class avia-slideshow-inner li is an inline css placed and i don’t know where it come from.
Can anyone help?
-
AuthorPosts