Video Background

Posted in: Newspaper
Post count: 122

I got video backgrounds to display but it takes them multiple seconds to load. Is there a way around this? One of my videos is also primarily displaying the bottom of the video and I cannot get it to align to the top. I set the row CSS to center top but that didn’t do anything.

Post count: 18283

Hello !

The page speed of your website depends on how well your site is optimized, if you follow the steps which are presented in this tutorial here -> https://tagdiv.com/how-to-increase-page-loading-speed/ you’ll be able to increase the speed of your website.
Also you can check this similar topic for more solutions: -> https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/ -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
https://tagdiv.com/how-to-increase-page-loading-speed/
Please note that page speed is not covered by the support team: https://forum.tagdiv.com/newspaper-theme-support/
For page speed and other services you can contact our custom work team here: https://tagdiv.com/premium-customization-services/

Hope this will help you!

Thank you !

Post count: 122

How can I display more of the top of the video?

Post count: 18283

Hello !

Please provide a link to your website and we will take a look.

Thank you !

Post count: 122
Post count: 18283

Hello !

As you can see here your website is not available at the moment: https://www.screencast.com/t/5JL9ABK8glx

Thank you !

Post count: 122

Please try again.

Post count: 18283

Hello !

Please try this css Code: `.tdc-video-inner-wrapper iframe {
top:100%!important;
}`

You can adjust the percentage and see which setup you like.

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 122

Thank you

Post count: 122

Not all of my videos are aligned the same. How can this be changed on a per video basis?

Post count: 18283

Hello !

Please provide an url to a video that is misaligned so we can take a look.

Thank you !

Post count: 122
Post count: 18283

Hello !

Please replace that code with this one: body .tdc-video-inner-wrapper iframe {
top: 100%!important;
}

Let us know the result !

Thank you !

Post count: 122

The result is the exact same thing. I need the different videos aligned at different positions. This code moves all of the videos to the same position.

Post count: 18283

Hello !

I am sorry for misunderstanding !

If you want to have this different on each page you will have to inspect each page https://www.screencast.com/t/gTgjkP7TK6 and find the page ID. You can create your code for each page as you can see here:

body .page-id-58 iframe {
top: 100%!important;
}

https://www.screencast.com/t/z6DHZy3T Simply change the code as you can see here.

Let us know the result !

Thank you !

Post count: 122

I have put this code into the custom css field. I changed the value to 50% and the video doesn’t move.

Post count: 18283

Hello !

Please note that I provided an example here. You will have to create a piece of code for each page. Also make sure that you have cleared your cache.

Also send us a link to the page that you changed to 50%.

Thank you !

Post count: 122

I have videos on two pages. One page is aligned properly and does not need code. For the page that is not aligned properly, I added the code

body .page-id-58 iframe {
top: 100%!important;
}

because the issue is on page 58. The link is http://welcometospacelounge.com/contact

Thank you.

Post count: 18283

Hello !

Please try this piece of code: .page-id-58 .tdc-video-inner-wrapper iframe {
top: 100%!important;
}

Replace the old one with this and try.

Thank you !

Post count: 122

It is the same result as before. Nothing changes.

Thank you.

Post count: 18283

Hello !

Please contact us via email at contact@tagdiv.com and provide the following:

– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you

Our team will take a look !

Thank you !

Viewing 21 posts - 1 through 21 (of 21 total)
The forum ‘Newspaper’ is closed to new topics and replies.