Forum Replies Created
-
AuthorPosts
-
May 10, 2015 at 2:16 pm in reply to: Altitude Pro – Background Images are not loading correctly #151580SinLi93Member
So now I could find out what part of the css is causing the error exactly...
.front-page-1 { //-webkit-backface-visibility: hidden; //-ms-backface-visibility: hidden; //backface-visibility: hidden; width: 100%; background: rgba(0, 83, 103, .3); text-align: start; } .introvideo { width: 100%; //position: absolute; top: 0; z-index: -1; overflow: hidden; height: 100%; } .introvideo video { width: 100%; //position: absolute; top: 0; }
if one of the commented lines is on, the background images don't show up.
but now the theme doesn't look right anymore: quaksmedia.comMay 10, 2015 at 2:02 pm in reply to: Altitude Pro – Background Images are not loading correctly #151577SinLi93Memberbut you have to pay an extra 27 dollars to get his support :'D
May 10, 2015 at 1:41 pm in reply to: Altitude Pro – Background Images are not loading correctly #151573SinLi93Memberso I finally found out what's the problem! It's the css code. Because I removed partly the changes I've done on the files and then looked if it works...
But I still have no idea why it's causing this problem...The code is:
/* Video background for Front Page 1 section
--------------------------------------------- */.front-page-1 {
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
width: 100%;
background: rgba(0, 83, 103, .3);
text-align: start;
}.front-page-1 .widget-title {
text-align: center;
}.front-page-1 .image-section .widget-area {
text-align: start;
}.introvideo {
width: 100%;
position: absolute;
top: 0;
z-index: -1;
overflow: hidden;
height: 100%;
}.introvideo video {
width: 100%;
position: absolute;
top: 0;
}.front-page-1 .wrap {
text-align: center;
}/*.image-section.video-section {
background: transparent;
filter: none;
}*/
@media only screen and (max-width: 1024px) {.introvideo {
background: url(images/background-dock.jpg) no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}.introvideo video {
display: none;
}.home-section-1 .widget-title {
padding: 0 5%;
}}
.image-section.video-section {
background: transparent;
filter: none;
}May 10, 2015 at 1:29 pm in reply to: Altitude Pro – Background Images are not loading correctly #151567SinLi93Memberjust tried it on another domain and it works perfectly. http://quakstalk.com/
so that means I broke something when I created the background video...May 10, 2015 at 1:22 pm in reply to: Altitude Pro – Background Images are not loading correctly #151565SinLi93Memberhey guys,
unfortunately no success with changing the image size to 1600 x 1050...
May 10, 2015 at 12:30 pm in reply to: Altitude Pro – Background Images are not loading correctly #151554SinLi93Memberhey, thanks to you all! I will try this out right away
May 10, 2015 at 11:48 am in reply to: Altitude Pro – Background Images are not loading correctly #151533SinLi93Memberhey, sorry I just change the theme for a second.
I must have broke something when I created the video background, but I have no idea what... Do u think the best idea is to delete the theme and reinstall and and then do the same again?May 10, 2015 at 10:20 am in reply to: Altitude Pro – Background Images are not loading correctly #151513SinLi93MemberI followed this tutorial to put in the video background: https://sridharkatakam.com/how-to-replace-image-background-with-a-video-for-front-page-1-section-of-altitude-pro/
here is the code:
May 10, 2015 at 9:39 am in reply to: Altitude Pro – Background Images are not loading correctly #151491SinLi93Memberhmm, all my images have the size between 200 and 350 kb and they are still not loading...
just doesn't make sense 🙁May 10, 2015 at 8:31 am in reply to: Altitude Pro – Background Images are not loading correctly #151470SinLi93MemberWell now the bottom image loads perfectly, but 3 min. ago it didn't.
May 10, 2015 at 8:27 am in reply to: Altitude Pro – Background Images are not loading correctly #151467SinLi93Memberyes, I disabled it now.
Doesn't really change anything...May 10, 2015 at 8:21 am in reply to: Altitude Pro – Background Images are not loading correctly #151464SinLi93Memberyes, that happend to me as well...
May 10, 2015 at 8:04 am in reply to: Altitude Pro – Background Images are not loading correctly #151458SinLi93Memberthe trouble starts at 1200 pixel on my computer... under it everything is fine...
May 10, 2015 at 7:51 am in reply to: Altitude Pro – Background Images are not loading correctly #151455SinLi93MemberOh yes I can see that now... I put in the default images because I thought it's maybe because of the image size, but it still doesn't work.
So does it have something to do with the css file (because responsive)?thanks a lot
May 10, 2015 at 7:28 am in reply to: Altitude Pro – Background Images are not loading correctly #151442SinLi93Memberhey, thank you very much! I thought it's weird because it worked before and then it just stopped... so must be something with my provider...
-
AuthorPosts