Support for Envato Buyers Forums Samsara Vimeo Video Not Displaying Correctly in Portfolio

Viewing 9 reply threads
  • Author
    Posts
    • #7314
      C4Mediatv
      Member

      Hello,
      I attempting to use the vimeo video option on my portfolio. The video shows up scaled really small, to the point where the video is almost not clickable under the nav. I tried a higher width and height in the iframe embedded code, but that isn’t affecting it. Any thoughts on how to remedy this?

    • #7317

      Hi

      Could you send me your website link first and tell me which browser you are using?

    • #7323
      C4Mediatv
      Member

      Here is an example link: http://www.c4mediatv.com/portfolio/the-walking-dead-survival-instinct/

      I am using Chrome on Mac.

    • #7330

      I remember it’s an old bug that I have fixed in the latest version, but your theme current version is V1.1, if possible, you can try to get the latest version from themeforest, and reinstall the new version, then check again.

      Thanks!

    • #7338
      C4Mediatv
      Member

      I updated the files to version 1.16 via the “Envato WordPress Toolkit” plug in. It still displays incorrectly.

      link: http://www.c4mediatv.com/portfolio/the-walking-dead-survival-instinct/

    • #7342
      C4Mediatv
      Member

      Also, now that I updated the files, our “Who we are page” doesn’t display correctly compared to it’s construction in visual composer. I’m attempting to update the plug in, but it is saying I need a “Visual Composer License Key”. Please advise where that can be found. Thank you.

    • #7343
      C4Mediatv
      Member

      “Who We Are” page link: http://www.c4mediatv.com/about-us/

    • #7344
      C4Mediatv
      Member
      This reply has been marked as private.
    • #7355

      The video issue, that’s strange, how about put the following CSS to Samsara options > Custom style > CSS code

      .fullscreen_stage iframe{min-height:700px;}
      • #7357
        C4Mediatv
        Member

        If the height is set to a min 700 pixels, it shows up strange on tablets and mobile devices. Also, the timeline for the player is offset from the video itself, so you can only scrub ahead a portion of the screen.

        • #7364

          The temporary solution, try the following custom CSS for desktop, tablet and mobile.

          /*Desktop*/
          fullscreen_stage iframe{min-height:700px;}
          /*Tablet*/
          @media only screen and (max-width: 800px) {
             fullscreen_stage iframe{min-height:500px;}
          }
          /*Mobile*/
          @media only screen and (max-width: 640px) {
             fullscreen_stage iframe{min-height:400px;}
          }

          You can adjust the value by yourself.

          Sorry for the inconvenience, I will improve this issue in the next version!

          Thanks

    • #7356

      Looks your visual composer is the old version too, the plugin author has changed some HTML make up. Please check the theme zip package you downloaded from themeforest, I have already included the new version of visual composer to the “premium plugins” folder, just reinstall the plugin.

      • #7358
        C4Mediatv
        Member
        This reply has been marked as private.
        • #7363

          Before I include the latest version of the visual composer, I must to test it first, so you can install 4.3.4 now, and after I fixed some bugs like the video issue, I will test the latest version of the VC plugin with this theme, then I will release both of them,

          • #7371
            C4Mediatv
            Member

            This version of visual composer (4.3.4)doesn’t seem compatible with the latest wordpress update. I loose all CSS animation on elements, and also, it has a horrible bug when trying to edit.

          • #7372
            C4Mediatv
            Member
            This reply has been marked as private.
            • #7379

              I can only estimate that in this week.

              • #7408

                I’m having the same issue. Please let us know when the issue is fixed…. really needing the videos to display properly.
                The site is http://steeltownmedialoft.com

                • #7416

                  Hi

                  I will submit the new version after two hours, and I think the new version will available to download on themeforest in 1st, Feb.

                  Thanks

Viewing 9 reply threads
  • You must be logged in to reply to this topic.