Shopify Tutorial: How to Turn Your Image Banner into a VIDEO Banner

Поділитися
Вставка
  • Опубліковано 8 січ 2025

КОМЕНТАРІ • 350

  • @eugeneking4844
    @eugeneking4844 2 роки тому +70

    wish the code was in the description

    • @GillianDEmilio
      @GillianDEmilio 7 місяців тому +1

      did you ever get the code? i havent been added to the group

    • @oliverlow5349
      @oliverlow5349 6 місяців тому +1

      @@GillianDEmilio did you get the code yet?

    • @GillianDEmilio
      @GillianDEmilio 6 місяців тому

      @@oliverlow5349 no i didnt

    • @hoopitout7346
      @hoopitout7346 4 місяці тому +1

      @@GillianDEmilio i'm still waiting to get approved in the group so no code yet

    • @ZeaTecSWE
      @ZeaTecSWE 2 місяці тому

      {%- if section.blocks.size > 0 -%}
      {%- for block in section.blocks -%}
      {%- assign img_url = block.settings.image | img_url: '1x1' | replace: '_1x1.', '_{width}x.' -%}
      {% if block.type == 'video' %}
      {%- if block.settings.video_link != blank -%}
      {% endif %}
      {% if block.settings.title != blank %}
      {{ block.settings.title | escape }}
      {% endif %}
      {%- style -%}
      .videoBackground .imageBoxInfoDescription p {
      color: {{ block.settings.color_text }}!important;
      }
      {%- endstyle -%}
      {% if block.settings.text != blank %}
      {{ block.settings.text }}
      {% endif %}
      {% if block.settings.button_link != blank and block.settings.button_label != blank %}
      {{ block.settings.button_label | escape }}
      {% endif %}
      {% else %}
      {% if block.settings.title != blank %}
      {{ block.settings.title | escape }}
      {% endif %}
      {%- style -%}
      .videoBackground .imageBoxInfoDescription p {
      color: {{ block.settings.color_text }}!important;
      }
      {%- endstyle -%}
      {% if block.settings.text != blank %}
      {{ block.settings.text }}
      {% endif %}
      {% if block.settings.button_link != blank and block.settings.button_label != blank %}
      {{ block.settings.button_label | escape }}
      {% endif %}
      {% endif %}
      {%- endfor -%}
      {% else %}
      This section doesn’t currently include any content. Add content to this section using the sidebar.
      {%- endif -%}
      .main-content .videoBackground {
      margin-top: -55px;
      }
      .videoBackground {
      height: 100%;
      position: relative;
      }
      .videoBackground .fullscreen-video-wrap {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      width: 100%;
      height: 100%;
      overflow: hidden;
      }
      .videoBackground .fullscreen-video-wrap .video-js {
      position: absolute;
      top: 0;
      left: 0;
      min-height: 100%;
      min-width: 100%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      }
      .videoBackground .fullscreen-video-wrap video {
      min-height: 100%;
      min-width: 100%;
      object-fit: cover;
      }
      .videoBackground .videoBox {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-direction: column;
      padding: 100px 20px 80px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 500px;
      max-height: 800px;
      height: calc(100vh - 165px);
      position: relative;
      }
      .videoBackground .imageBox {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-direction: column;
      padding: 100px 20px 80px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      min-height: calc(100vh - 165px);
      height: auto;
      }
      .videoBackground .videoBoxInfo, .videoBackground .imageBoxInfo {
      z-index: 2;
      text-align: center;
      }
      .videoBackground .overlay {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #000;
      z-index: 1;
      }
      .videoBackground .videoBoxInfoBtn, .videoBackground .imageBoxInfoBtn {
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: inline-block;
      width: auto;
      text-decoration: none;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      border: 1px solid transparent;
      border-radius: 2px;
      padding: 8px 15px;
      font-style: normal;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      white-space: normal;
      font-size: 14px;
      margin-top: 20px;
      }
      .videoBackground .videoBoxInfoTitle, .videoBackground .imageBoxInfoTitle {
      color: #FFF;
      font-size: 30px;
      line-height: 40px;
      }
      .videoBackground .videoBoxInfoDescription, .videoBackground .imageBoxInfoDescription {
      max-width: 500px;
      margin: 0 auto;
      }
      .videoBackground .videoBoxInfoDescription p, .videoBackground .imageBoxInfoDescription p {
      font-size: 18px;
      line-height: 28px;
      }
      .videoBackground .placeholderNoblocks {
      text-align: center;
      max-width: 500px;
      margin: 0 auto;
      }
      @media screen and (max-width: 767px) {
      .main-content .videoBackground {
      margin-top: -35px;
      }
      .videoBackground .fullscreen-video-wrap {
      z-index: 3;
      }
      .videoBackground .videoBox {
      min-height: 500px;
      height: 100%;
      position: relative;
      padding: 0;
      }
      .videoBackground .fullscreen-video-wrap {
      position: relative;
      min-height: 300px;
      }
      .videoBackground .videoBoxInfo {
      padding: 40px 20px;
      background: #000;
      width: 100%;
      }
      }
      {% schema %}
      {
      "name": {
      "en": "Video Background"
      },
      "class": "videoBackground",
      "max_blocks": 1,
      "blocks": [
      {
      "type": "video",
      "name": "Video",
      "settings": [
      {
      "type": "url",
      "id": "video_link",
      "label": {
      "en": "Video link"
      }
      },
      {
      "type": "image_picker",
      "id": "video_image",
      "label": {
      "en": "Cover image"
      }
      },
      {
      "type": "range",
      "id": "overlay_opacity",
      "label": {
      "en": "Overlay opacity"
      },
      "min": 0,
      "max": 99,
      "step": 1,
      "unit": {
      "en": "%"
      },
      "default": 0
      },
      {
      "type": "header",
      "content": {
      "en": "Text"
      }
      },
      {
      "type": "text",
      "id": "title",
      "label": {
      "en": "Heading"
      },
      "default": "Video slide"
      },
      {
      "type": "richtext",
      "id": "text",
      "label": {
      "en": "Description"
      },
      "default": {
      "en": "Use this text to share information about your brand with your customers. Describe a product, share announcements, or welcome customers to your store."
      }
      },
      {
      "type": "color",
      "id": "color_text",
      "label": {
      "en": "Text color"
      },
      "default": "#ffffff"
      },
      {
      "type": "text",
      "id": "button_label",
      "label": {
      "en": "Button label"
      }
      },
      {
      "type": "url",
      "id": "button_link",
      "label": {
      "en": "Button link"
      }
      },
      {
      "type": "color",
      "id": "color_btn_bg",
      "label": {
      "en": "Background button color"
      },
      "default": "#ffffff"
      },
      {
      "type": "color",
      "id": "color_btn_text",
      "label": {
      "en": "Button text color"
      },
      "default": "#ffffff"
      }
      ]
      },
      {
      "type": "image",
      "name": "Image",
      "settings": [
      {
      "type": "color",
      "id": "color_bg",
      "label": {
      "en": "Background color (optional)"
      },
      "default": "#16165b"
      },
      {
      "type": "image_picker",
      "id": "image_bg",
      "label": {
      "en": "or use an image (required)"
      }
      },
      {
      "type": "range",
      "id": "overlay_opacity",
      "label": {
      "en": "Overlay opacity"
      },
      "min": 0,
      "max": 99,
      "step": 1,
      "unit": {
      "en": "%"
      },
      "default": 0
      },
      {
      "type": "header",
      "content": {
      "en": "Text"
      }
      },
      {
      "type": "text",
      "id": "title",
      "default": "Image slide",
      "label": {
      "en": "Heading"
      }
      },
      {
      "type": "richtext",
      "id": "text",
      "label": {
      "en": "Description"
      },
      "default": {
      "en": "Use this text to share information about your brand with your customers. Describe a product, share announcements, or welcome customers to your store."
      }
      },
      {
      "type": "color",
      "id": "color_text",
      "label": {
      "en": "Text color"
      },
      "default": "#ffffff"
      },
      {
      "type": "text",
      "id": "button_label",
      "label": {
      "en": "Button label"
      }
      },
      {
      "type": "url",
      "id": "button_link",
      "label": {
      "en": "Button link"
      }
      },
      {
      "type": "color",
      "id": "color_btn_bg",
      "label": {
      "en": "Background button color"
      },
      "default": "#ffffff"
      },
      {
      "type": "color",
      "id": "color_btn_text",
      "label": {
      "en": "Button text color"
      },
      "default": "#ffffff"
      }
      ]
      }
      ],
      "presets": [
      {
      "name": {
      "en": "Video Background"
      },
      "category": {
      "en": "Main"
      },
      "blocks": [
      {
      "type": "video"
      }
      ]
      }
      ]
      }
      {% endschema %}

  • @a.j.milcheck6713
    @a.j.milcheck6713 2 роки тому +46

    Solid tutorial! Would be amazing if we didn't have to sit idle to be approved to a private fb group to get the modified code to be fair.

    • @EcomGeeks
      @EcomGeeks  2 роки тому +2

      I agree! In hindsight, I wish I had put it on our website instead. I do my best to approve people's requests to join quickly and do it several times a day. I do apologize for the inconvenience.

    • @Chopazonstore
      @Chopazonstore 2 роки тому +43

      @@EcomGeeks Why don't you just post it in the comments?

    • @MissHealthPotion
      @MissHealthPotion Рік тому +6

      @@EcomGeeks I don't have Facebook so this feels a bit unfair - could you please post the code somewhere more accessible? Thank you!

    • @carhoodie
      @carhoodie Рік тому +5

      Hate it like you did it with the fb group. thumbs down

    • @trimesem8968
      @trimesem8968 Рік тому +2

      RIGHT !!! SMH THIS IS USELESS IF U DONT HAVE A FACEBOOK OR CANT GET IN THE GROUP!

  • @argosolucoes
    @argosolucoes 2 роки тому +10

    Great tutorial, does anyone have the file with the code to send?

  • @AssociateDigitalMarketing
    @AssociateDigitalMarketing 7 місяців тому +4

    this code is overlapping and taking extra blank space in my shopify store and it taking my footer with it

  • @gleciaaraujo181
    @gleciaaraujo181 2 роки тому +2

    Excellent video!! Thanks for sharing
    The only problem was that on some smartphones the video does not play. Can you help me to resolve this?

  • @LivetaČekanauskaitė
    @LivetaČekanauskaitė Рік тому +1

    Waiting to be approved in fb group, thank you

  • @sallywu5783
    @sallywu5783 Рік тому +2

    Hey guys, just wondering how long it takes to get accepted into the Facebook group? :)

    • @stradleydaughterjewelers9559
      @stradleydaughterjewelers9559 Рік тому

      Let me know when you get accepted, I'm still waiting!

    • @sallywu5783
      @sallywu5783 Рік тому

      I will! Unfortunately nothing yet.@@stradleydaughterjewelers9559

    • @taylersala9484
      @taylersala9484 11 місяців тому

      @@stradleydaughterjewelers9559 were you able to get it?

  • @XolaniZeka
    @XolaniZeka 2 роки тому +1

    Hi there thank you for the tutorial , The video seems to overlap the mobile phone menu, Its right ontop of it is there a way to fix it.

    • @EcomGeeks
      @EcomGeeks  2 роки тому +2

      Yes, there is an updated code in the Facebook group. Go to files and view video-bg-code-v1-1.txt

    • @XolaniZeka
      @XolaniZeka 2 роки тому

      @@EcomGeeks Thank you Guys, you truly rock

    • @MrRoyhuntley
      @MrRoyhuntley Рік тому

      @@XolaniZeka hey - would you possibly be able to send me the code ?

  • @morellyrells
    @morellyrells 11 місяців тому +1

    how can I add my products over (on top of the video) making the video look more like a background ?

  • @OnlyDopeMedia
    @OnlyDopeMedia Рік тому

    AMAZING! Worked like a charm

  • @ivanam7165
    @ivanam7165 Рік тому

    Hello, thaks for a great tutorial. Do zou maybe know how to bee able to see main meny in mobile version of store, which is hidden behind video when I entered the code given. Thank you!

  • @jol009
    @jol009 Рік тому +1

    Can't get the code since I need your approval for the Facebook group.

  • @chantelriley5302
    @chantelriley5302 Рік тому +1

    Thanks for this video! But I cant seem to find the "files" tab after selecting Settings. Is there somewhere else I can find it?

    • @CristianSquitieri
      @CristianSquitieri 11 місяців тому

      yes, now it isn't on setting... in the shopify main menu on the left, find the tab "Content", and inside you will find "Files"

  • @CarolinaTM
    @CarolinaTM 6 місяців тому +1

    Hi, can I please get the code? I haven't been accepted in the group yet! it's kind of urgent!

  • @saucydee1
    @saucydee1 10 місяців тому

    Is there a way to change the position and size of the text?

  • @blakehawkins4142
    @blakehawkins4142 2 роки тому +4

    This is a awesome tutorial, thank you so much for making it! I just have a few questions. 1, is there a way for me to change the aspect ratio of the video background? I prefer a wider aspect ratio, but the video background is cropping my video on the sides. 2, is there a way for me to completely remove the caption in the middle? I deleted all the text, but there is still a semi-clear white box. Any help would be greatly appriciated!

    • @jjhxnt
      @jjhxnt Рік тому +2

      Did you find out?

    • @YeisonMadriz
      @YeisonMadriz Рік тому +2

      @@jjhxnt I want to know as well

  • @theacnespecialist807
    @theacnespecialist807 2 роки тому +1

    Do you know if I can do this for BigCommerce?

    • @EcomGeeks
      @EcomGeeks  2 роки тому

      I'm sorry, I'm not familiar with BigCommerce. Your best bet would be to find a BigCommerce theme with a video banner built in. Either that or you could try and search for something along the lines of "BigCommerce Video Banner" or "BigCommerce video hero banner". Hope that helps!

  • @5mbeauty
    @5mbeauty Місяць тому

    I want this on my website ❤ Waiting to join the group!

  • @LongTran-bp2wr
    @LongTran-bp2wr 2 роки тому +1

    Thanks for great video :D
    That help me alot

  • @czelusc
    @czelusc Рік тому

    Invalid preset "{"en"=>"Video Background"}": cannot include blocks in preset because there are no blocks defined.
    :(

  • @lukedavis160
    @lukedavis160 Рік тому +2

    Somebody paste the code

  • @ryanhuffman
    @ryanhuffman 2 роки тому +1

    I need a link to the edited code pls. Using a 2.0 theme and it doesn't work well. Google drive would be best. thanks

    • @EcomGeeks
      @EcomGeeks  2 роки тому

      Hey Ryan! Working on a blog post with the updated codes. I'll follow up on this comment with a link once I have it posted.

    • @TGKMeh
      @TGKMeh 9 місяців тому

      Must be one long blog post, you've been writing it for over a year.@@EcomGeeks

    • @astentfrizzyfox8091
      @astentfrizzyfox8091 8 місяців тому

      @@EcomGeeks hi have you made the link?

    • @selfactualizationnow
      @selfactualizationnow Місяць тому

      @@astentfrizzyfox8091 seems not...

  • @MrDopeContent
    @MrDopeContent Рік тому

    Dope Content E.G.🤘🏼😎💯💧

  • @miclow2209
    @miclow2209 11 місяців тому

    Is there any way to make the whole video clickable?

  • @AnemoneStore
    @AnemoneStore Рік тому

    Thank you for this video, I've added it to craft theme and while it works very well on the website, it doesn't show up well on mobile. Any ideas on what to do?

    • @luxindia
      @luxindia Рік тому

      Could you email me the code ? I’m waiting to be accepted into the group still 😭

    • @MrRoyhuntley
      @MrRoyhuntley Рік тому

      @@luxindia did you get the code ?

  • @bonvivant3553
    @bonvivant3553 2 роки тому +1

    Hi, can someone help me? I used the code but when i am at the mobile webshop, the menu bar is underneath the background video. How can i fix that if i click on the menu button the menu comes over the background video?

  • @vexfollow7304
    @vexfollow7304 2 роки тому +1

    I have a question... Do the mp4 videos uploaded contain audio?? i have just finished adding my video but for some reason there is no sound

    • @mckingbrand
      @mckingbrand 2 роки тому

      Same question would like the sound to play

  • @ahrianaedwards2581
    @ahrianaedwards2581 2 роки тому +4

    Hello! To your point, the original code had some space issues. I'm waiting to be accepted to your Facebook group. Thank you for this video!

  • @ft1916
    @ft1916 Рік тому

    Is there a way to move the banner to the left side of the video? Any help would be appreciated. Thank you!

  • @Pushinpretty
    @Pushinpretty 2 роки тому

    Will the video show up on the mobile version of the store

  • @duodepil
    @duodepil 2 роки тому

    Hello!!! Thanks for this video! In mobile format, it's getting a white screen at the bottom of the video, how to change that? and how to remove the white background of the text?

  • @piastutzenstein5993
    @piastutzenstein5993 3 місяці тому +1

    Waiting to get into the facebook group ?

  • @alishakarchy8864
    @alishakarchy8864 2 роки тому +1

    On Mobile version the video has a black background that I cant remove. Any way I can remove or at least change the colour of it?

    • @EcomGeeks
      @EcomGeeks  2 роки тому +1

      Yes, I show you how to do that in this video: ua-cam.com/video/W9yCnwLfqcY/v-deo.html

  • @carlossanjuan.studio
    @carlossanjuan.studio 2 роки тому

    Hi, Thank you for your videos they are great!. There is an issue with mobile the video background shows over the dropdown main menu. Do you know how to fix it?. Thanks

  • @willieleehendersonlll
    @willieleehendersonlll 2 роки тому

    When I try to upload a video it says "File format is not supported on a trail plan". Which plan do I need to purchase?

  • @rsingh910
    @rsingh910 Рік тому

    Thanks for the video, I'm waiting to be added to the group.

  • @aren.awantha
    @aren.awantha 2 роки тому +1

    Hi, I've just requested to join the group. How long will it take till we get accepted?

    • @EcomGeeks
      @EcomGeeks  2 роки тому

      Approved :). For anyone else who is wondering, I approve requests several times per day.

  • @nataliajicka
    @nataliajicka Рік тому +1

    Update on where to locate files: instead of going to settings, click on content>files. :)

  • @Thehouseoftatum
    @Thehouseoftatum 2 роки тому +1

    Hi I copied the code and pasted into the new section. But the video doesn’t play on its own and the cover photo is cut off how can I adjust the code to accommodate for both?

  • @industrial.lifestyle
    @industrial.lifestyle Рік тому

    Hello,this is great tutorial and it helped a lot but the problem everyone talking about is the video is not playing on the mobile...Please respond to our questions, we need help.

  • @neversleepsconsulting5443
    @neversleepsconsulting5443 2 роки тому +3

    Great video! is there a way to completely eliminate the text border?

    • @sleepynunnights8354
      @sleepynunnights8354 2 роки тому +2

      Did you find a way

    • @jaredwhite1290
      @jaredwhite1290 2 роки тому +1

      @@sleepynunnights8354 sure did

    • @sleepynunnights8354
      @sleepynunnights8354 2 роки тому

      @@jaredwhite1290 I found it as well on their Facebook page but now my drop-down menu gets hidden behind the video banner

  • @bethanyo9859
    @bethanyo9859 5 місяців тому

    Hey, ive managed this all the way to the end but my 'block' is super long and goes on for ages until the next section. Any ideas?

    • @tatianag16
      @tatianag16 5 місяців тому

      go into the code and delete the extra space at the bottom

  • @pimbetzema6439
    @pimbetzema6439 2 роки тому +2

    I just did everything you adressed in this video. The only problem that I experience is that it doesn't display on mobile. Do you know how to fix this issue?

  • @amirperrymusic
    @amirperrymusic 6 місяців тому

    Would anyone know how to move the button down ?

  • @brittanyyh__
    @brittanyyh__ 2 роки тому +1

    How long does it take to be accepted into the group to get the code???

    • @EcomGeeks
      @EcomGeeks  2 роки тому +1

      I just approved a few requests. If you haven't been approved yet, let me know which name you signed up under and I'll take a look :).

    • @fondlemanutz7633
      @fondlemanutz7633 2 роки тому

      @@EcomGeeks Hi i just joined under Sam in the facebook goupd if you could please accept me :)

  • @FilmSites
    @FilmSites 2 місяці тому

    be great if the code was just posted since no one accepts the FB requests

  • @Bymaxme
    @Bymaxme 2 роки тому +1

    what to do for mobile version most of the visit is from mobile version

    • @EcomGeeks
      @EcomGeeks  2 роки тому +1

      100%! It is mobile friendly but if you need to customize anything for your mobile view, watch this video: ua-cam.com/video/W9yCnwLfqcY/v-deo.html

  • @mon0theist_tv
    @mon0theist_tv Місяць тому

    Is this Liquid or JSON? Shopify asks you to specify now. Pretty sure it's not JSON so I'm guessing Liquid 🤷‍♂

  • @sleepwellfriend
    @sleepwellfriend Рік тому

    I'm wondering if there is code out there to change the position of the button over the banner. My button lands square on the product in my video. Any ideas are much appreciated!!

    • @greeneflicks
      @greeneflicks 5 місяців тому

      go into your edit code and sections, same place where you put the code. and find the button code and change to rounded square

  • @KidParanormal
    @KidParanormal Рік тому

    When I coded it at first the video would play on IOS but stopped working a week after. Know a fix to this?

  • @kjs_skits
    @kjs_skits 2 роки тому +3

    Love the video very informative! just waiting to be accepted into the Facebook group

  • @Bindhanifashionjewellery
    @Bindhanifashionjewellery 2 роки тому

    I was trying as per your video. But I saw from footer email and column over lapped to my featured collection. Video background was showing in place of banner image. Can u please help me

  • @gonzagood
    @gonzagood 2 роки тому

    How to have 2 background videos? one for the desktop version and one for the mobile version?

  • @Ms.Uniquebeauty
    @Ms.Uniquebeauty 2 роки тому +1

    I’m just now seeing this video and I can’t get the code, are you still giving out the code?

    • @EcomGeeks
      @EcomGeeks  2 роки тому

      Yes, go here: facebook.com/groups/ecomgeeks
      Click on Files or use the search button to search "video". The files are called
      video-bg-code-v1-1.txt & video-bg-code-v2-1.txt

  • @boxinliang4630
    @boxinliang4630 2 роки тому +1

    GREAT GREAT VIDEO!

  • @JeskaRain
    @JeskaRain Рік тому

    I set it all up properly but the video is not playing.

  • @TheRamey117
    @TheRamey117 2 роки тому

    it keeps saying video format not supported, i even found the video you used of the girl in the dress and still not working cant upload the video? need help

  • @denisesaenz5192
    @denisesaenz5192 2 роки тому +4

    Hello! I'e jumped on the Facebook page and requested to join. Still waiting for a response since two days ago.. is there any chance of adding the code here instead of making us wait while we get accepted into the private group ?

  • @MichaelAntonio-u4h
    @MichaelAntonio-u4h Рік тому

    Same here it doesnt play on mobile. Sometimes it will work on android but it never works on my iphone. Any fix for this? Any help would be greatly appreciated.

  • @loganathan1803
    @loganathan1803 2 роки тому

    Hi i need updated code for video background .. can your share me the link

  • @mominamalik9497
    @mominamalik9497 Місяць тому

    I can't find the file option in settings. Can someone help?

  • @AlienWalrus
    @AlienWalrus 2 роки тому +1

    Thanks for this video, it was a huge help today! Nicely done.

    • @EcomGeeks
      @EcomGeeks  2 роки тому

      Thank you so much! Glad to hear!

  • @CheryllaSanders
    @CheryllaSanders 10 місяців тому

    to bad the code is on the private fb page. i would like to use this now but i have to wait until an adnim give me access. been three days already.

  • @Top3City
    @Top3City Рік тому

    i think there may have been an update because it is not working and im getting the following message: Invalid preset "{"en"=>"Video Background"}": cannot include blocks in preset because there are no blocks defined.

  • @StephanieConway-ui9sc
    @StephanieConway-ui9sc Рік тому

    Waiting for acceptance on FB to get the code?

  • @alycas6821
    @alycas6821 2 роки тому +1

    Super helpful video. I'm waiting to be approved for your group. Aly

    • @EcomGeeks
      @EcomGeeks  2 роки тому

      Thank you I just approved requests :).

  • @LillianaXD
    @LillianaXD 2 роки тому

    I'm having a processing issue when I try to upload my video file, it's a .mp4 file. Do you know what this could be?

  • @newdayliving
    @newdayliving 2 роки тому +1

    Hi, Is there anyway to access the code? Did anyone manage to access the code on this chat - as I'm not allowed on the Facebook. I really hope this is not spam?

    • @EcomGeeks
      @EcomGeeks  2 роки тому

      We are working on a blog post containing the codes. I'll pin it at the top of this video when it is complete :).

    • @trynchalee906
      @trynchalee906 2 роки тому

      @@EcomGeeks i dont have facebook either…is this code accessible somewhere else?

  • @Justin-wr1vl
    @Justin-wr1vl Рік тому

    Hi! Thank you for the video. On the desktop it worked perfectly, but on my mobile i get the video with underneath it black screen. How can I solve this? Does someone knows?

    • @imTriiBz
      @imTriiBz 7 місяців тому

      Any solution?

  • @stephanieradlick2501
    @stephanieradlick2501 Рік тому

    Hey! Waiting to be approved - would you mind approving so I can get the code please?

  • @indigoentrepreneur4059
    @indigoentrepreneur4059 2 роки тому

    I got the video background but I don’t have the editing tool on the right. Can you tell us how to get it?

    • @faseyh9367
      @faseyh9367 Рік тому

      just zoom your chrome browser out to 70-80% the editing section will automatically appear on the right.

  • @kronoxclub9473
    @kronoxclub9473 2 роки тому +1

    Great video!

  • @Conlader
    @Conlader 2 роки тому +1

    If i switch to the mobile view the video goes over the left menuits overlaps

    • @EcomGeeks
      @EcomGeeks  2 роки тому

      Thank you for bringing this to my attention. I updated the code to fix it, I've posted it in our FB Group: facebook.com/groups/ecomgeeks

  • @i.i6678
    @i.i6678 Рік тому

    My request is not getting approved, need to get the code😢

  • @dexmarketing1072
    @dexmarketing1072 Рік тому

    When you’re on a mobile site and you open the menu, the video is over the drop down menu. How do you fix this?

    • @MB-nh3rg
      @MB-nh3rg Рік тому

      im having this problem too, did you figure it out?

    • @dexmarketing1072
      @dexmarketing1072 Рік тому

      @@MB-nh3rg i havent had the time but i'm thinking of looking at some other videos

    • @dexmarketing1072
      @dexmarketing1072 Рік тому

      I would imagine everyone is having this same issue. ​ @Ecom Geeks

  • @yakkemapparel
    @yakkemapparel Рік тому

    I don’t see the Facebook group😢 can someone send me the code.

  • @filipelucioa
    @filipelucioa 2 роки тому +1

    Thank you! Just requested

    • @EcomGeeks
      @EcomGeeks  2 роки тому

      You've been approved. Welcome!

    • @xalgoturkiye
      @xalgoturkiye 2 роки тому

      This is the real owner of the code github.com/mrdexters1/videoBackground.liquid/blob/main/videoBackground.liquid

  • @סירנושסקויאן
    @סירנושסקויאן Рік тому

    Hi where can I find the link? I didn’t find it in facebook

  • @ahrianaedwards2581
    @ahrianaedwards2581 2 роки тому

    Hello, It was a success! However, my "Shop Now" button has disappeared. How do I get that back?

  • @DavayPicasso
    @DavayPicasso 2 роки тому +1

    why does my video have such a long space

  • @CristianSquitieri
    @CristianSquitieri 11 місяців тому

    Hi there! Sorry, but there is any other way to get the code? I sent the notification to join facebook group, but i didn't get answer... Does the group still alive? Thanks!

    • @selestiale
      @selestiale 7 місяців тому

      I would like to know too!

  • @matiasceppi6647
    @matiasceppi6647 6 місяців тому

    How agree autoplay?

  • @Marsian.Empath
    @Marsian.Empath Рік тому

    Thank you so much, this was extremely helpful

  • @KendoruSutautu
    @KendoruSutautu Рік тому

    does anyone have the code? I still haven't been accepted into the facebook group. :/

  • @yasmeen6397
    @yasmeen6397 Рік тому

    How can I remove the video banner from product page ?

  • @lexsondsouza4450
    @lexsondsouza4450 8 місяців тому

    why i am getting too much space on bottom side i adjusted the padding setting stlll there is more space what to do please anyone sudsiest me

  • @petaonatah
    @petaonatah 8 місяців тому

    omg, how hard you guys did it with all this facebook traps, did apply for membership still waiting 😒

  • @cyberghost7777
    @cyberghost7777 4 місяці тому +1

    Why Facebook? What's the target audience of this video? Only 18% of GenZ uses Facebook. Wish the code was hyperlinked in pastebin, or simply un the description.

  • @prodpria
    @prodpria 2 роки тому

    How can I remove the transparent white box?

  • @ThatRandomChannelTRC
    @ThatRandomChannelTRC 2 роки тому

    can you download mp4 from canva? and upload?

    • @EcomGeeks
      @EcomGeeks  2 роки тому

      I'm not familiar with Canva. We use pexels.com/ for free videos.

  • @Bytiffanyburgess
    @Bytiffanyburgess Рік тому

    How long does it take to be accepted into the group

  • @tommyjonesy
    @tommyjonesy Рік тому

    Just noticed that the video only shows in landscape mode when flipping the phone. Any suggestions?

  • @franckgomez3960
    @franckgomez3960 2 роки тому +1

    TY for the video. Waiting to get access to the group and test the code. Regards

    • @EcomGeeks
      @EcomGeeks  2 роки тому

      You are very welcome! I just approved requests :).

  • @susannlucas7138
    @susannlucas7138 2 роки тому

    Thank you for the video! Very helpful ! IT WORKS GREAT ! Thank you so much for this !

  • @Niki2swt
    @Niki2swt 2 роки тому +1

    I'm songlad I found this page! You've been an amazing help! Also just joiner your FB group

  • @MuhammadUsman-pi2vh
    @MuhammadUsman-pi2vh Рік тому

    I have joined the facebook group but unfortunately ,I couldn't find the code yet, can you please share the link or the code itself here

  • @galia362
    @galia362 2 роки тому +1

    waiting to be approved in fb group, thank you (:

  • @clashenzohd1610
    @clashenzohd1610 Рік тому

    why didn't you just put the code in the description :(

  • @MightJustQuitWork
    @MightJustQuitWork Рік тому

    where is the code? I am confused

  • @Celeb_tresses
    @Celeb_tresses Рік тому

    I’m not computer savvy I don’t understand how to get this code off of Facebook why does everything need a code with Shopify