colenot
Forum Replies Created
-
One thing, for some reason, on apple products (iphone and ipad), the video doesn’t work.
The code you just posted works now! Thanks for your help!
Anyone have success making this code work so video header works on mobile?
`@media (max-width: 1024px) and (min-width: 768px) {
.elementor-hidden-tablet {
display: block;
}
}@media (max-width: 767px) {
.elementor-hidden-phone {
display: block;
}
}`Hi, nevermind. I somehow figured it out. I had the Hero Video Headline in the top position. I figured that I would move the second positioned block (Hero image with text) to the top, dropping the Hero Video to 2nd position. Once I did that, the Background Fallback miraculously appeared. After I added that image, I then reversed the positioning of that block to the top again and now I can see the fallback image on mobile, but I can’t see the video header on mobile after adding that updated CSS code.
Forum: Plugins
In reply to: Add business (accommodations) listings to your blog for a fee?Anyone?
Forum: Fixing WordPress
In reply to: Partial PostsCan anyone answer this?
Forum: Fixing WordPress
In reply to: Partial PostsThis is great information and it works fantastic.
However, when I have 1 thumbnail picture at the top of every article, it won’t show the thumbnail in the “excerpt” on the front page.
How can I get it to show the thumbnails on every post on the homepage?
Thanks!