Avatar of Sandra Zolotaryova

Sandra Zolotaryova

Marketing Jedi at M Secrets 💪
Avatar of sandraruzolotaryova1985
Marketing Jedi at M Secrets 💪·
Needs advice
on
HTML5HTML5ReactReact
and
WebflowWebflow

Hi I’m using a background video element to play - yes a background video :slight_smile: At the moment I don’t wanna use an url to some videoplatforms, thus I can’t use the video component because it is for external videos only, right? Since https://www.webflow.com removes the audio-channel of the video, I exported the code and replaced the video-file with the file that contains the audio.

The exported Markup of the Video-Element looks like this:

I thought that removing muted="" would be the solution, but it is not. When I remove it, then the video does not play anymore. It confuses me, because in the w3schools example 33 it works.

I also tried with some Javascript. I added an ID to the Video-Element and added this Javascript before the closing Body-Tag: function unMute() {

var video=document.getElementById("myVideo")

if(video.muted){
    video.muted = false;
    console.log('is unmuted');
} else {
    video.muted = true;
    console.log('is muted');
}

}
unMute();

But this does, in my opinion, basically the same like manually remove the Mute-Attribute in the Video-Tag.

Does anybody know how to play a Background-Video with sound?

Kind regards

READ MORE
Webflow: Create a custom website | No-code website builder (webflow.grsm.io)
11 upvotes·16.9K views
Avatar of sandraruzolotaryova1985
Marketing Jedi at M Secrets 💪·

Hi! I'm developing a website for a company that is moving from WordPress to https://www.webflow.com.

Their old customer database was with WildApricot. Now they wanted to use https://www.activecampaign.com (as a hosting service), and I've since exported all our client data to ActiveCampaign.

Now here is the problem. The ActiveCampaign database contains all of our client information, including passwords, email and profile information.

I'm trying to create a new connection in Webflow with ActiveCampaign, but I don't know how to do it. I understand the gist, but I can't find any information on how to get the ActiveCampaign database information. Or can it be done using zappier?

Guys, I need your help.

READ MORE
Webflow: Create a custom website | No-code website builder (webflow.grsm.io)
8 upvotes·2.5K views
Avatar of sandraruzolotaryova1985
Marketing Jedi at M Secrets 💪·
  1. ChatGPT for coding - yes...
  2. Midjourney - for creatives
  3. Ironov Logo generator (amazing)
  4. Writesonic ai - (autoresponses to feedback on our apps)
  5. A/B testing (for winning landing pages) what else... I'm sure 2023 will add to the collection))
READ MORE
4 upvotes·78 views