10 - Shopify Store 2.0 Section & Schema Explained

Sdílet
Vložit
  • čas přidán 28. 08. 2024
  • 10 - Shopify Store 2.0 Section & Schema Explained.
    Let's learn how sections and schema works. Easily create settings and sections.
    #shopify_dev
    #code.

Komentáře • 33

  • @tasnimahmed584
    @tasnimahmed584 Před 2 lety +1

    Thanks for your video. I have completed your Alpine JS Series and am again back to theme dev. Thanks again.😍😍

  • @kambatukebele
    @kambatukebele Před rokem

    This is really wonderful. Thank you for such great explanation here

  • @Prox277
    @Prox277 Před rokem

    Thank you bro

  • @chandansen157
    @chandansen157 Před 8 měsíci

    well explained!

  • @webok
    @webok Před rokem

    Hey friend what was the extension that autocompletes the schema snippets? Thank you.

  • @farhatmahi4509
    @farhatmahi4509 Před rokem

    Hi, I don't see the right sidebar in the customisation, hence I can't add title and image, but I see the blank image box on the announcement bar after adding the image tag on the code, how can i fix it?

  • @laiqamohid
    @laiqamohid Před rokem

    you should charge money, this was so in-depth and helpful, coz i've paid for a terrible tutorial series :/

  • @abdulrakib9906
    @abdulrakib9906 Před 2 lety

    Great. Thanks!

  • @xingxin3883
    @xingxin3883 Před 2 lety

    Can you recommend some VScode extensions, about liquid

  • @janinaiya3062
    @janinaiya3062 Před rokem

    What is the extension for autocomplete of schemes?

  • @farhatmahi4509
    @farhatmahi4509 Před rokem +1

    8:13 Which extension are you using for snippets?

  • @jlezhismnohed7083
    @jlezhismnohed7083 Před 2 lety

    Hello. New to the channel :)
    I am wondering if you could cover how to do SEO for Shopify in one of your series? I'm very interested in how to get good at SEO

    • @jlezhismnohed7083
      @jlezhismnohed7083 Před 2 lety

      I know it is a very broad topic, but there are not that many videos of people actually going through and setting up the SEO for a website and exemplifying this in a video.

    • @CodeInspire
      @CodeInspire  Před 2 lety

      Hello.
      Yes, I will create SEO for shopfiy videos. After finishing this series 🙌

  • @PM-rs4te
    @PM-rs4te Před 2 lety +1

    Encountered an "ERROR » update mix-manifest.json:
    404". How to fix this?

    • @CodeInspire
      @CodeInspire  Před 2 lety

      How did you get this error. Explain the steps

    • @PM-rs4te
      @PM-rs4te Před 2 lety

      @@CodeInspire followed the steps in installing tailwind and laravel mix.
      added this script in the webpack.mix.js file
      let mix = require('laravel-mix');
      const tailwindcss = require('tailwindcss')
      mix.js('src/js/app.js', 'assets')
      .sass('src/scss/app.scss', 'assets')
      .options({
      processCssUrls:false,
      postCss:[tailwindcss('tailwind.config.js')],
      });
      Also, this script popped up in the mix-manifext.json file:
      {
      "/assets/app.js": "/assets/app.js",
      "/assets/app.css": "/assets/app.css"
      }
      shopify theme serve still runs and I can make changes but just keeps getting that error message

    • @PM-rs4te
      @PM-rs4te Před 2 lety +1

      Guess you also encountered this error : czcams.com/video/M-PQiqlNKDI/video.html
      10:29

    • @a10gamerr
      @a10gamerr Před rokem +1

      @@PM-rs4te This error is occurring because Laravel Mix is running along with Shopify CLI. The quick fix is to terminate Laravel Mix when using Shopify CLI.
      I know it's a little late, but this answer may help others in the future.

    • @PM-rs4te
      @PM-rs4te Před rokem

      @@a10gamerr Thanks. Got it figured out though. :)

  • @riteshmehrotra4569
    @riteshmehrotra4569 Před rokem

    why i can't enable autocomplete in schema

    • @CodeInspire
      @CodeInspire  Před rokem

      The extension stopped working now. I have same issue

  • @rezaulkarim78
    @rezaulkarim78 Před 2 lety

    is there any way to get section.id in theme extension ?

  • @pastuh
    @pastuh Před 2 lety

    Nice, but super annoying so slow "syncing" and page reload.. at least 10 sec for each test...

    • @CodeInspire
      @CodeInspire  Před 2 lety

      Yes, sometimes take too long

    • @pastuh
      @pastuh Před 2 lety

      @@CodeInspire CLI Syncing changes almost 30 seconds. Sorry to say, but I switch to ThemeKit which sync in 1 second. ...

  • @leo-shopify
    @leo-shopify Před 2 lety

    Thanks for the value!