Viewing 15 replies - 1 through 15 (of 37 total)
  • Plugin Contributor RobbyMcCullough

    (@robbymccullough)

    Hey Eric! Sorry you’re having trouble.

    What theme are you using? Can you give us a link to page where you’re having trouble?

    Thanks!

    Thread Starter Eric

    (@eshiozaki)

    I am using tessaract from Tyler.com. It sometimes works now oddly… But not always. The site is https://www.themainconcept.com.

    Thanks so much for the help! Didn’t think anyone would answer especially within a day!!!! ??

    Thread Starter Eric

    (@eshiozaki)

    Also it works when my screen resolution on mac is set to normal, but when I scale it (how i normally have it) it does not work. I imagine this is the issue, or at least apart of it. But everything else scales up on the site to fit but not the video…. so maybe this isnt the issue.. It also didnt work on a friends computer running windows 10 and the default windows browser on a dual monitor.

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey Eric,

    Just wanted to chime in here. We actually had a bug with video backgrounds when an image is placed on top of it, which is your case. This has been fixed in 1.6.4.3. I’ll go ahead and inform our lead dev if he can port the fixes to the lite version. ??

    Ben

    Thread Starter Eric

    (@eshiozaki)

    Awesome, thank you so much!!! This was holding me back from upgrading because I wasn’t sure it would work but if it does I am definitely considering it.

    Best regards!

    I hope this also helps other people!

    Thread Starter Eric

    (@eshiozaki)

    When should I look out for this update?

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey Eric,

    No worries! You can see the latest changes here, including the fix to the issue you have.
    https://www.wpbeaverbuilder.com/change-logs/

    Also, we’ll be having a Black Friday sale. You can find more info on the link below. ??
    https://www.wpbeaverbuilder.com/november-lets-give-some-thanks/#black-friday

    Ben

    Thread Starter Eric

    (@eshiozaki)

    Awesome, thanks. Also when I place button on video and set to center, it stays on left. Should I delete caches?

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey Eric,

    I’d suggest doing that. Re the update for the lite version, we’re actually pretty swamped right now so I think our lead dev just forgot to update it. I’ll just let him know today so it might be available tomorrow. ??

    Ben

    Thread Starter Eric

    (@eshiozaki)

    I couldn’t imagine how busy it is! btw, clearing cache for bb and wp did not fix button issue. Still hangs left. I can offset manually but would only then work with some browsers. I have it set to centred but it hangs left.

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey Eric,

    Are you using a theme with the BB lite bundled plus some extra features? I’m not really sure what module you’re using for the button. But you can center it via custom CSS. You can place a class on that button module and use the snippet below.

    .center-button {
      text-align: center;
    }

    Ben

    Thread Starter Eric

    (@eshiozaki)

    I pasted that under advanced, class but it still hangs left…

    Thread Starter Eric

    (@eshiozaki)

    I am using lite with a theme and that is all really. I am using the tesseract theme from tyler.com. I placed the button by going to bb then hitting basic modules then link button. Would it be better to just not use a button? Maybe place back my image because at least it stays centered. Also how can I have my image there without downscaling the resolution. It loses quality when i shrink with photo module down to 300×300.

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey Eric,

    Sorry, I should have been a bit clearer. You only need to place the classname on the advanced tab, i.e., center-button. Then the code below goes to your CSS file, style.css, or if there’s a place for custom coding on your theme you can place it there. ??

    .center-button {
      text-align: center;
    }

    Also, the Link module is not part of the BB lite version. I think that’s an addon the theme dev made. If all else fails, you may need to contact the dev instead.

    Ben

    Thread Starter Eric

    (@eshiozaki)

    hello i pasted this code in style.css under button section and then named it center-button under advanced css selector and then class. Still not centered. no noticeable change…

Viewing 15 replies - 1 through 15 (of 37 total)
  • The topic ‘Video row background not playing full size.’ is closed to new replies.