Webflow Unlocks Class Attribute

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น • 44

  • @jordan.g
    @jordan.g 8 หลายเดือนก่อน +8

    The CMS collection use case is amazing. Thanks for sharing, Tim!

    • @timothyricks
      @timothyricks  8 หลายเดือนก่อน

      Thanks so much, Jordan!

  • @ericschenkenberger6118
    @ericschenkenberger6118 8 หลายเดือนก่อน +3

    Dang, wish I'd seen this yesterday! I just built a collection list with options like "Photos Position: Left or Right" (next to a rich text element) and "Logo Position: Above or Below Portrait" to give the user 4 options on layout, and I was just hiding/showing content depending on which options they chose. This is probably a much more page-speed-friendly way of doing that.

  • @timdaff
    @timdaff 6 หลายเดือนก่อน +1

    Rewatched for a refresher!

  • @badboujee
    @badboujee 8 หลายเดือนก่อน +1

    brilliant use case of this new freature. thanks for sharing this with us!

  • @oldbonesmcgee
    @oldbonesmcgee 8 หลายเดือนก่อน +1

    Wow this is huge, thanks for the update! As always it arrives right as I'm wrapping up a complex CMS project that would have been so streamlined with this haha. I had to rely on custom CSS in the HTML embed to target items with custom attributes applied. Looking forward to how smooth this should make that kind of thing in future though and glad to see Webflow still improving features for power users.

    • @timothyricks
      @timothyricks  8 หลายเดือนก่อน

      Better late than never I guess. I’m really glad they added this one also!

  • @saschatribula2650
    @saschatribula2650 8 หลายเดือนก่อน +2

    That is amazing! Thanks again Timothy!

  • @PaulestPaul
    @PaulestPaul 8 หลายเดือนก่อน +1

    Stellar Tip!

    • @timothyricks
      @timothyricks  8 หลายเดือนก่อน +1

      Thank you!

  • @paulocardoso8519
    @paulocardoso8519 8 หลายเดือนก่อน +2

    Timothy you're a Wizard! Thank you for sharing

    • @timothyricks
      @timothyricks  8 หลายเดือนก่อน

      Thanks so much!

  • @timdaff
    @timdaff 8 หลายเดือนก่อน

    Great explainer of a super powerful improvement here Tim. Can’t wait for your stream with Corey!

    • @timothyricks
      @timothyricks  8 หลายเดือนก่อน +1

      Thanks so much, Tim!

  • @createvans
    @createvans 7 หลายเดือนก่อน +1

    You are the master of webflow!

  • @madsness101
    @madsness101 8 หลายเดือนก่อน +1

    This is a great tip. Thank you Timothy!

    • @timothyricks
      @timothyricks  8 หลายเดือนก่อน

      So glad this helps!

  • @nolanmarketti
    @nolanmarketti 8 หลายเดือนก่อน +1

    Wow. This is amazing. Thanks for sharing!

  • @rikodou808
    @rikodou808 7 หลายเดือนก่อน +1

    Ahh this is so amazing! By the way, what program do you use to record your videos? I love how the screen zooms in when you're typing in text fields and the mouse is larger to help us follow along.

    • @timothyricks
      @timothyricks  7 หลายเดือนก่อน

      Thanks so much! I use www.screen.studio/

  • @pablogday
    @pablogday 8 หลายเดือนก่อน +1

    Thanks for sharing!

  • @skrobonja32
    @skrobonja32 8 หลายเดือนก่อน

    I knew you were gonna be the first to make a video about it! 💪

  • @LeonardoAntunes-kv7mt
    @LeonardoAntunes-kv7mt 7 หลายเดือนก่อน

    Tim, any tips for importing the lumos framework into a huge existent project?

    • @timothyricks
      @timothyricks  7 หลายเดือนก่อน

      Hi, I created a Figma file that can be used with the Figma to Webflow app to import most variables. But it requires some manual cleanup work since the plugin doesn’t support font families, unit types, or cross referenced variables
      www.figma.com/community/file/1342629820752129716/bulk-import-variable-starters-into-webflow
      For copying the utility classes, copying the entire page_wrap of the Lumos styleguide and pasting it into your project should bring them all over. xAtom created a chrome extension that can prevent classes from getting duplicated when we copy and paste
      chrome.google.com/webstore/detail/xsync-by-xatom/pdefeeiifpfkkoeppdjnhefenadjbanj

  • @taunado
    @taunado 8 หลายเดือนก่อน

    Cool, thansk.
    Is it possible for the client to add 'blocks' and 'sections' by triggering visibility or something? For the cases in which the client needs to add something to their website without having to hire a dev. Can they add a another page and choose a Section component, and blocks within that section?

    • @timothyricks
      @timothyricks  8 หลายเดือนก่อน +1

      Yes, it’s totally possible! This is how I’m training my clients currently. We can build a whole searchable system with components that makes it easy and safe for anyone to build new pages. I have a more in depth video on it here. th-cam.com/video/y4oTdCa4jSA/w-d-xo.htmlsi=HtA9rhdgmGBwMR65

    • @taunado
      @taunado 8 หลายเดือนก่อน +1

      @@timothyricks Love it, Webflow is getting better and better. I hope to see a video of you showing your workflow for that specific system, like a use-case video.

  • @kylepitocchelli1738
    @kylepitocchelli1738 5 หลายเดือนก่อน

    Do you recommend using this technique to achieve component-based styling changes over adding a data-attribute? I'm using data-padding="none", "top", "bottom" to allow clients the flexibility but just using a combo class with this method seems uch more straight forward and more broadly applicable.

    • @timothyricks
      @timothyricks  5 หลายเดือนก่อน +1

      I still use data attributes for theme and section padding. If we tried to use section padding with the class attribute, we would likely need two classes in one component field which isn't very user friendly. class="padding-top-small padding-bottom-large" We can only apply the class attribute once per element, so I like to keep that attribute freed up for adjusting multiple elements from one field like the "is-reversed" example in this tutorial.

    • @kylepitocchelli1738
      @kylepitocchelli1738 5 หลายเดือนก่อน +1

      @@timothyricks That makes total sense. Thank you for the reply Tim!

    • @timothyricks
      @timothyricks  5 หลายเดือนก่อน

      Glad to help! Thank you for asking!

  • @benjamintenyson2668
    @benjamintenyson2668 7 หลายเดือนก่อน

    Hello T. Ricks. I noticed that a video was missing from your list of videos and I think your website. I once practiced with your video on how to make a Liquid Nav Anchor links. But, I noticed today when I wanted to use it as a reference that I couldn't find it anymore. Just want to know if you deliberately removed it and added it to patreon or it somehow isn't there anymore. Thanks

  • @danielapro9755
    @danielapro9755 8 หลายเดือนก่อน +1

    We can finally use BEM as it was designed.

  • @camgomersalldesign
    @camgomersalldesign 8 หลายเดือนก่อน

    How does this differ to just using the class 'is-reversed' in the first place? Is this for a giving a client more power using the CMS?

    • @timothyricks
      @timothyricks  8 หลายเดือนก่อน

      Yes, this is so we can change classes from component fields and CMS fields. I setup every section I built as a component which is important for larger sites. If we need to adjust the section structure, add attributes, or other optional elements later on, those changes can be made globally if we use components. It also benefits the developer in not having to keep track of every child that needs the is-reversed class manually.

  • @trubnikov
    @trubnikov 8 หลายเดือนก่อน

    Hi, Timothy! What software do you use to create your tutorials? I see you mouse cursor moving smoothly and camera zooming in at times. Cool stuff!

    • @timothyricks
      @timothyricks  8 หลายเดือนก่อน

      Thank you! I'm using Screen.Studio

  • @MrRipSilver
    @MrRipSilver 8 หลายเดือนก่อน +3

    How are you aware of those tiny updates? 😂

    • @timothyricks
      @timothyricks  8 หลายเดือนก่อน

      Webflow posted about it on their socials and website. 🙂 webflow.com/updates/add-classes-as-custom-attributes-to-elements

    • @alexsenf
      @alexsenf 15 วันที่ผ่านมา

      Because this guy is a pro!

  • @oscarmosh
    @oscarmosh 8 หลายเดือนก่อน +1

    This is good.

  • @dimka_tregubov
    @dimka_tregubov 8 หลายเดือนก่อน +1

    🔥🔥🔥

  • @skylartkitchen
    @skylartkitchen 8 หลายเดือนก่อน +1

    A true Wizard! 🪄

    • @timothyricks
      @timothyricks  8 หลายเดือนก่อน

      Thank you, Skylar!