Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

  1. Home
  2. Bug Reports
  3. Video Thumbnail not showing

Video Thumbnail not showing

Scheduled Pinned Locked Moved Bug Reports
9 Posts 6 Posters 488 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Andreas
    wrote on last edited by
    #1

    Hi!

    I'm currently building our portfolio, but whenever I upload a video thumbnail in a project it doesn't show up when I post it on the homepage. So I only see the title of the project with a blank canvas (which is clickable tho). If I delete the video and only use the thumbnail photo it does show up. So wondering what goes wrong here:)

    Thanks!
    Andreas

    1 Reply Last reply
    0
    • mariusjopenM Offline
      mariusjopenM Offline
      mariusjopen
      Global Moderator
      wrote on last edited by
      #2

      Dear @Andreas
      can you post a link to your website?

      Best!

      Marius

      www.mariusjopen.world

      1 Reply Last reply
      0
      • A Offline
        A Offline
        adam
        wrote on last edited by
        #3

        I am having the same bug issue. I am building the website locally so its difficult to show. If I place the projects using the "+ Project Thumbnail" it causes this issue. However selecting the same projects within the "+ Thumbnail Grid" it works again.

        My layout requires multiple sizes of thumbnails so its not ideal to use the thumbnail grid option however.

        Any help on the bug would be great!

        1 Reply Last reply
        0
        • arminunruhA Offline
          arminunruhA Offline
          arminunruh
          Global Moderator
          wrote on last edited by
          #4

          Yea, I experienced this bug too yesterday for the first time!
          I'm working on it.

          1 Reply Last reply
          0
          • arminunruhA Offline
            arminunruhA Offline
            arminunruh
            Global Moderator
            wrote on last edited by
            #5

            Hey guys I cannot reproduce this.
            I looked into the problem that I saw and I think it is different from the one you have. The bug I found was that portrait videos are not shown when I use a landscape placeholder image. This is just for videos that are added through "+Video" -> "+HTML5 Video", not Video Project thumbnails.

            @Andreas
            Are you sure you are using an h264 encoded mp4 file?
            Please use a program like handbrake https://handbrake.fr/ (free) to create mp4s and then try again.
            If that doesn't work please send a link to your website to info@laytheme.com along with a link to this topic.

            @adam please upload your website somewhere and send me a link to info@laytheme.com with a link to this topic and a link to your website.

            1 Reply Last reply
            0
            • 5 Offline
              5 Offline
              5a5uke
              wrote on last edited by 5a5uke
              #6

              Hi everyone,
              I don't know if you have found already an answer to this bug, but I'm currently facing the same problem.

              I'm adding portrait videos as thumbnails, and the projects are clickable, but I can't see them on my computer. On my phone, they are showing up and are playing and are clickable, so I'm also not sure what to do with it. ^^

              It would be great if you could help me with this!

              You'll find the website I'm working on under https://preciflex.luca-gruber.de/

              All the best

              Luca

              PS ( the videos are h264 encoded mp4s and they also show up in the preview in Wordpress on my computer, but not afterwards)

              1 Reply Last reply
              0
              • RichardR Offline
                RichardR Offline
                Richard
                Global Moderator
                wrote on last edited by
                #7

                Dear @5a5uke

                They video content is loaded but there is some CSS making them transparent, here if set the opacity to 1:

                Screen Shot 2022-04-06 at 7.18.20 PM.png

                .col video {
                    opacity: 1;
                }
                

                Does this mean anything to you? No custom CSS or JS?
                If not i will take a closer look and forward to Armin as a bug šŸŒ


                Best
                Richard
                1 Reply Last reply
                0
                • 5 Offline
                  5 Offline
                  5a5uke
                  wrote on last edited by
                  #8

                  Hi Richard,
                  Thanks for your kind reply. It's already great to see where the problem comes from. :)

                  This video element is not part of any additional CSS we have added, so I guess it is a bug. It's also weird as even when I change the opacity to 0 in the CSS, the videos appear in the preview, but not anymore if you load them on the regular browser. (When I go back to "Customize", the videos are disappeared again, even though the code is still there.)

                  I will try to fix it with a friend on the weekend who is more advanced than me with CSS and JavaScript, but if you have any idea how to make it work, of course, it would be a great help! ^^

                  All the best, and stay safe!

                  Luca

                  1 Reply Last reply
                  0
                  • RichardR Offline
                    RichardR Offline
                    Richard
                    Global Moderator
                    wrote on last edited by Richard
                    #9

                    Dear Luca

                    @5a5uke

                    You are running Lay Theme version 4.1.8:

                    <!-- Thank you for using Lay Theme 4.1.8 by 100k Studio -->
                    

                    Are you able to upgrade to the newest version within your Wordpress Admin area?

                    Appearance > Themes > Lay Theme >

                    Screen Shot 2022-04-08 at 2.56.12 PM.png

                    Also wthin the <head> content of your website is added some "Simple Custom CSS & JS"

                    
                    			.col video {
                    	opacity: 0;
                    }
                    
                    .contact-grey {
                    background: #f5f5f5;
                    padding: 5px 20px 15px 20px;
                    border-radius: 10px;
                    /*box-shadow: rgba(0, 0, 0, 0.2) 3px 10px 40px;*/
                    color: #000;
                    }
                    
                    .contact-grey h3 {
                    color: #000;
                    font-weight: 500;
                    font-size: 26px;
                    text-align: center;
                    text-transform: uppercase;
                    }
                    
                    .contact-grey .nf-field-label {
                    color: #a4b0be;
                    text-transform: capitalize;
                    }
                    
                    .contact-grey .nf-form-content input:not([type=button]), .contact-dark .nf-form-content textarea {
                    border-radius: 30px;
                    box-shadow: none;
                    color: #787878;
                    transition: all .5s;
                    }
                    
                    .contact-grey .nf-form-content input[type=button] {
                    background: #033b77;
                    width:50%;
                    display: block;
                    margin: auto;
                    font-weight: 700;
                    font-size: 22px;
                    border-radius: 30px;
                    }
                    
                    .contact-grey .nf-form-content input[type=button]:hover {
                    background: #0373eb;
                    color:#fff;
                    	text-decoration:none;
                    	box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 15px;
                    }
                    
                    .contact-grey .nf-error.field-wrap .nf-field-element:after {
                    background: #ff6348;
                    	border-radius: 0 30px 30px 0;
                    }
                    
                    .contact-grey .nf-form-fields-required {
                    margin-bottom: 10px;
                    	color:#ff6348;
                    }
                    
                    .contact-grey .nf-error .nf-error-msg {
                    color: #ff6348;
                    }
                    
                    .contact-grey .nf-error-msg, .contact-dark .nf-error .nf-error-msg, .contact-dark .ninja-forms-req-symbol, .contact-dark .nf-error .ninja-forms-field {
                    	color: #ff6348 !important;
                    	border-color:#ff6348 !important;
                    }
                    
                    .contact-grey .nf-pass.field-wrap .nf-field-element:after {
                    color: #2ecc71;
                    content: "\f164";
                    }
                    /* End Contact DARK Styles */		
                    

                    I believe this to be the problem. How is this CSS Added to your Website?
                    It is currently setting the video to have 0 opacity, this is the issue?


                    Talk soon & best wishes ✨
                    Richard
                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    I also code custom websites or custom Lay features.
                    šŸ’æ Email me here: šŸ’æ
                    info@laytheme.com

                    Before you post:
                    1. When using a WordPress Cache plugin, disable it or clear your cache.
                    2. Update Lay Theme and all Lay Theme Addons
                    3. Disable all Plugins
                    4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

                    This often solves issues you might run into

                    When you post:
                    1. Post a link to where the problem is
                    2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
                    3. If the problem is difficult to explain, post screenshots / link to a video to explain it
                    Online Users
                    M
                    michaelmaeder
                    Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
                    laytheme.com
                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Search