Tiny Tech Talks
Tiny Tech Talks
  • Видео 10
  • Просмотров 13 182
Alternating repeater with CSS grid | Oxygen builder
This video will show you how to make an alternating repeater in Oxygen Builder using CSS grid.
In this video you'll learn:
- How to create a repeater
- Use CSS grid to style it
- Use custom CSS to switch the order of the content
Timestamps:
00:00 Intro
01:15 Setting up the repeater
01:58 Setting up the grid
04:20 Adding the data
07:00 Creating the alternate layout
09:30 Making it mobile responsive
13:00 Outro
________________________________________________________________________
Learn more about Automatic.css:
automaticcss.com/ref/CynthiaV/
________________________________________________________________________
Other Videos you might like:
Split hero section in Oxygen:
ruclips.net/video/6Xjo3DyxG9E/вид...
Просмотров: 1 492

Видео

Custom website notifications with Metabox.io | Oxygen Builder
Просмотров 9182 года назад
This video will show you how to make custom data-based website notifications with Metabox in Oxygen Builder. In this video you'll learn: - How to create a settings page in Metabox - How to create Custom fields in Metabox - Use conditions to show or hide the notification based on the date - How to create a custom data attribute in Oxygen and use it in some custom CSS to set the background color ...
Animated mobile-proof card with CSS only | Oxygen builder
Просмотров 1,6 тыс.2 года назад
In this video, I will show you how to make an animated card based on this codepen: codepen.io/David_Germany/pen/oNWLjBM To make sure it also works well on mobile and for people who use keyboard navigation, we will use some custom CSS. I am not an accessibility expert, this is not a video on how to be compliant with accessibility laws. If you want to read a bit more about some of the things show...
Spice up your website with some easy CSS effects | Oxygen builder
Просмотров 1,3 тыс.2 года назад
In this video, I will show you how to spice up your website and make it stand out. We'll use CSS to change the selection color of your website and the hover state of a link. Using some custom CSS inside of Oxygen builder. Timestamps: 00:00 intro 01:21 Selection color 03:20 Animated link version 1 08:10 Animated link version 2 12:02 outro Learn more about Automatic.css: automaticcss.com/ref/Cynt...
Responsive split hero section in oxygen builder
Просмотров 3 тыс.2 года назад
In this Oxygen Builder WordPress Tutorial, I will show you how to build two different responsive split hero sections. Timestamps: 00:00 Section 1 10:00 Making it responsive 13:38 Section 2 Disclaimer: - You don't have to use the same units for spacings as I do. - You could wrap the header, text and button in a div and set the max-width there. - If you want to use the gap that comes with grid, y...
Oxygen Builder - a quick overview of the basic features
Просмотров 9733 года назад
In this Oxygen Builder WordPress Tutorial, I quickly go over how Oxygen works with WordPress. I also go over the features I use most and why I prefer using Oxygen over any other builder at the moment. Timestamps: 00:00 Intro 00:10 Wordpress Themes 01:42 Templates 04:33 Design sets 06:50 Components 08:07 ID's & classes 09:09 Dynamic data 10:01 Responsiveness 11:02 Global styles 12:10 Conditions ...
Adobe XD for web developers - Creating a basic style guide
Просмотров 1,3 тыс.3 года назад
As a freelance web developer there is a big chance you will also need to design a website. In this video tutorial series I will walk you through my proces of creating a style guide and mockups for a client website. In this first video I will show you how to create a simple style guide in Adobe XD, as well as show you some of the resources I use to pick out colors and fonts for a website build. ...
Mockup to Wordpress with Oxygen builder - Content
Просмотров 6333 года назад
In this tutorial, I will walk you through my process of going from a mockup to a WordPress site using the Oxygen Builder. In the first part, I showed you how to develop the main template containing the header and footer. link: ruclips.net/video/ISV6ZTJcdHw/видео.html In this second part, I will show you how to develop the rest of the mockup. Box-shadow generator: shadows.brumm.af/ Timestamps: 0...
Mockup to Wordpress with Oxygen builder - Header and Footer
Просмотров 1,6 тыс.3 года назад
In this tutorial, I will walk you through my process of going from a mockup to a WordPress site using the Oxygen Builder. In the first part, I will show you how to develop the main template containing the header and footer. Timestamps: 0:00 Introduction 0:11 Mockup overview 0:35 WordPress setup 1:17 Template creation and setting up global styles 3:51 Creating the header 7:15 Creating the footer...

Комментарии

  • @fatcatdesign
    @fatcatdesign 11 месяцев назад

    Thank you for this! I have a question... around 15:00 time stamp where we add custom css for object-fit and object-position, I set those parameters directly in the builder as opposed to CSS... is that problematic to do it that way?

    • @TinyTechTalks
      @TinyTechTalks 11 месяцев назад

      When I made this tutorial, I don't think the option for object-fit en object-position was available in the builder. It's not problematic to do it in the builder. However nowadays, I usually don't set any parameter in the builder any more, but put everything in a separate CSS file. It works easier for me when working on bigger sites to see what CSS is applied. But this is more a preference, I don't see anything "wrong" with using the parameters in the builder.

    • @fatcatdesign
      @fatcatdesign 11 месяцев назад

      @@TinyTechTalks Thank you so much! I'm trying to get away from custom CSS (though that's always been my go-to) in favor of ACSS. I had to make several adjustments to my settings/styles to get this to work and could not successfully set a vh for the hero section (it made the image extend vertically below the section), so mine is 100% vh. No big deal. Thank you again!

  • @KeshavDaBhutra
    @KeshavDaBhutra Год назад

    Amazing video please make more videos tutorials for oxygen

  • @RiyazShihabdeen
    @RiyazShihabdeen Год назад

    Excellently organised and explicated guide. Invaluable information. I appreciate your hard work in creating this. Thank you so much.

  • @sofiaefremenko2446
    @sofiaefremenko2446 2 года назад

    This was such a helpful, easily understandable and well organised video! Thank you <3

  • @gashumba888
    @gashumba888 2 года назад

    Cynthia, simply curious as to why you didn't use the Header Builder in Oxygen instead of building from scratch.

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      Since it was an one-pager, I didn't find it to add great benefit. I would recommend making sure the correct tags are used (nav,...) for accesibility, which is something I did incorrectly here. I also never really liked the fact that the Header Builder always has those 3 columns by default. But there is nothing really wrong or a big reason as to why I didn't use accept for personal preference in this particular case.

    • @gashumba888
      @gashumba888 2 года назад

      @@TinyTechTalksTalks Thanks! Can we look ahead for a full website-build soon?

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      @@gashumba888 I was recording one but had some health issues and lost some footage so it will come just bit later as planned ;)

    • @gashumba888
      @gashumba888 2 года назад

      @@TinyTechTalks Thank you!

  • @gashumba888
    @gashumba888 2 года назад

    Great tip. These quickies are really great for tips. Thank you!

  • @dreamfull7956
    @dreamfull7956 2 года назад

    webflow is better

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      Well, that will depend on project requirements. But if you and your clients are happy with it then that's great!

  • @5minuteswebspeedarts210
    @5minuteswebspeedarts210 2 года назад

    Very useful and excellent tips.

  • @inka7961
    @inka7961 2 года назад

    Awesome! Just what I need <3

  • @jayallbritton919
    @jayallbritton919 2 года назад

    Great tutorial. Thanks! I really like Metabox, but I have been struggling with it. This was very helpful.

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      Thanks for the kind words! Happy to hear it was helpful.

  • @wittywolk
    @wittywolk 2 года назад

    As soon as I set max-width to 50vw I get horizontal scrollbar... One fix would be to add 'overflow-x: hidden' to the section but... It's a workaround I think (a popular one)... Weird that you didn't get that horizontal scrollbar. Now I have the dillema... Set the overflow-x to hidden or to fight with relative/absolute blah blah blah...

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      If you have a link I can see if I can find what is causing this problem. I don't see any issue with having overflow: hidden; on the section, this is in my opinion an acceptable solution. Also did you complete the entire process shown in the video?

    • @wittywolk
      @wittywolk 2 года назад

      @@TinyTechTalks yeah, I did it 1:1 and got this horizontal scrollbar. Weird that you didn't have to put overflow: hidden. :o

  • @andrespereirabr
    @andrespereirabr 2 года назад

    Great! Thanks for sharing!

  • @winwinis3483
    @winwinis3483 2 года назад

    Great work

  • @andrew.schaeffer4032
    @andrew.schaeffer4032 2 года назад

    Great video thanks. I'm just entering repeater world, and this is really helpful.

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      Thanks Andrew, and welcome to repeater world 😉!

  • @prokopko
    @prokopko 2 года назад

    I really like this tutorial and your explanation is perfect. Nice, hope to see more tutorials from your channel. Thank you very much.

  • @gashumba888
    @gashumba888 2 года назад

    I really love your teaching style! I would like to see more of this type of tutorial, please! I've bee using classes a little too much and I noticed that not everything really needs a class. Is that something you would recommend?

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      Hi, thanks for the kind words! I am planning on doing a new full build with some updated techniques and best practices. As for the classes, I guess it really depends. I am not a fan of adding multiple classes when not needed. This is often a problem with utility frameworks where you have classes that only provide one thing like padding, margin, or a color,... if you need to add multiple of these to style one element I personally would recommend writing one custom class that provide all those stylings. Not because it is "wrong" to have a lot of classes on an element but because it is just easier to manage and make changes. However, I do recommend adding styling to classes and not ID's. This was a mistake I made when starting out with Oxygen.

    • @gashumba888
      @gashumba888 2 года назад

      @@TinyTechTalks OMG. I really look forward to that full build. I am a visual learner and that really helps me a lot. As a new user to Oxygen (7months in), I am yet to use the frameworks as I still want to perfect my understanding of the vanilla Oxygen builder. Frameworks with single issue classes bother me as that can also bog down site speed with a massive CSS code. Yes, I also do not like to add styling to ID's (something I noticed was common with Oxygen Builder templates!). Thank you again for sharing your knowledge and I look forward to learning more from you going forward.

  • @eucalyptech
    @eucalyptech 2 года назад

    Nice tutorial Cyhnthia, thank you !

  • @shibupandit24
    @shibupandit24 2 года назад

    awesome tutorial mam really important i can make lots of other things from this technique.. please make more tutorials related to metabox...

  • @laufal
    @laufal 2 года назад

    Thanks a lot! May I suggest you a part 2 for this video with different use cases? - display the notification only once to the user (cookie) - display it only on specific pages - display it only to logged in users - display it only to logged out users

  • @souravmondal-dc9cu
    @souravmondal-dc9cu 2 года назад

    thanks mam

  • @geekjoshi
    @geekjoshi 2 года назад

    Very Nice video. Keep more videos coming.....

  • @patrikmagula3093
    @patrikmagula3093 2 года назад

    Hi, what tools do you use for recording screen and mic? and editing? thanks

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      Nothing fancy really, Quicktime and a USB Condenser Microphone for recording. Premiere Pro for the editing.

  • @dake.shi.kitano
    @dake.shi.kitano 2 года назад

    The same template tutorial all over the internet! GOSH

  • @eucalyptech
    @eucalyptech 2 года назад

    Thank you Cynthia for your complete tutorial (nice effect with responsive design and accessibility taken into account) !

  • @deafdogdesign
    @deafdogdesign 2 года назад

    Nice effect and well explained, thank you!

  • @kokohcokisiregar
    @kokohcokisiregar 2 года назад

    show how i love the way you explained on the video, thank you for the tutorial ^^

  • @schatten105
    @schatten105 2 года назад

    Since you achieve the height of the card via the content and some padding, why use a picture and frankenstein it to behave like background, instead of making it the background-image in the firstplae?

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      Because background images don't have an option for alt text, so no real value for SEO, whereas a real image element with alt text does. That's why I personally do it. But it will depend on the use case of the card and whether or not the image does add value for SEO purposes.

    • @schatten105
      @schatten105 2 года назад

      @@TinyTechTalks which in my opinion doesn't, since you have heading and Text rot that

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      Still adding alt text to important images is a good practice as this also will help with accessibility. But like I said it will depend on the use case of the card and importance of the image. I prefer this method, that's why I used it.

  • @souravmondal-dc9cu
    @souravmondal-dc9cu 2 года назад

    could you please make video in Gsap

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      Hi Sourav, I am not very knowledgable about GSAP at the moment myself. But maybe one day in the future I might do some tutorials on it. However maybe have a look at motion.page, they are compatible with oxygen and allow you to visually build quite powerful animations.

    • @souravmondal-dc9cu
      @souravmondal-dc9cu 2 года назад

      @@TinyTechTalks its ok mam

  • @souravmondal-dc9cu
    @souravmondal-dc9cu 2 года назад

    thanks for video

  • @suzannebaker5801
    @suzannebaker5801 2 года назад

    Awesome tutorial, thank you! There are quite a few gems in there and I love how well you explain your thought process!

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      Thank you Suzanne for the kind words! Happy you enjoyed it!

  • @jordanhuang5892
    @jordanhuang5892 2 года назад

    When I place an image, the image is larger than the div. How do I keep it within the div and not have this sizing issue?

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      Make sure you set the width and height and add the object-fit:cover; on the image. If still having a problem you might need to add overflow:hidden to the section. Or there might be something else not setup correctly but hard to tell without a link to check.

  •  2 года назад

    Great tutorial. Thank you for sharing! Any hint on how to make those two grid columns unequal? For example, I want text wrapper to be 30% and the image wrapper 70%.

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      Hi Dragan, a similar question was asked by Oscar earlier. Like I explained to him, if you want to make it 100% correct a different approach that would require some calculations would be better. If that isn't a great deal, you could use a different sized grid ( like a 1-3 or 2-3 and span the columns) and make some tweaks to get it working. I will need to experiment with this inside of oxygen more myself and see what would be a good solution. If you come up with a different way, feel free share it.

    •  2 года назад

      @@TinyTechTalks Thank you. It seems logical to to make the 4 column grid and actually span the div which is the image parent to 3 columns, but then, the image doesn't go to the right hand side edge of the screen, which is the main idea. Definitely need to try other options. Cheers!

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      @ That's probably because the width of the image is set to 50vw and you are spanning more than half of your view width with the image. Try adjusting that. This is also why it won't be 100% correct because 70vw is not equal to 70% of the page width. Working on a different tutorial atm, but I might put out a new one for this that will work with different sizes in the future.

  • @nicothefreelancer
    @nicothefreelancer 2 года назад

    this doesnt work if putting the image to left?

    • @nicothefreelancer
      @nicothefreelancer 2 года назад

      do you know why?

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      @@nicothefreelancer To make it work with the image on the left. You can put the section on position: relative and then the image to position: absolute (top and left set to 0px). And on the mobile breakpoint set the img back to position: relative.

    • @nicothefreelancer
      @nicothefreelancer 2 года назад

      Thank you. But unfortunately it does not work if im using the layout as a content. This is my layout. content / img Img / content Content / img

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      @@nicothefreelancer if they are separate sections it should work? If content is in one section to switch the positions without using absolute positions you will need to do some calculations based on the page-width you set in oxygen. Personally if the content continues on each other and needs be in one section I would opt for a different style as I feel this type of layout really separates the content. But that's my personal opinion ;) if not than use a section for every part.

    • @Shitnoob1234
      @Shitnoob1234 2 года назад

      @@TinyTechTalks this answer, was just what I was looking for, thank you. However, now my text + button is hidden behind the image. Any suggestions to this?

  • @suzannebaker5801
    @suzannebaker5801 2 года назад

    Great video, love the way you explain things, super helpful!

  • @AmandaLucaseu
    @AmandaLucaseu 2 года назад

    Super video, thanks. Would love more.

  • @TheSchokl
    @TheSchokl 2 года назад

    Does this also work if you use the class ct-inner-content ? Because somehow it does not work on my site. I have the blog posts in Gutenberg and show them with the inner content element in a template.

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      Yes, that should work. But be careful because Gutenberg also allows users to input buttons. As these are also technically links, so you might need to use :not() to exclude Gutenberg buttons and any other link element you don't want this style applied too.

  • @OscarObians
    @OscarObians 2 года назад

    Thanks for the brilliant tutorial. Buit I have a question: Presently, its 50-50 between the text content and image. But what if I want the text to take up 60% while the image takes up 40% of the space. How would you do this?

    • @TinyTechTalks
      @TinyTechTalks 2 года назад

      Hi oscar, thank you! To do this "100% correctly" some calculations would be needed maybe even a complete different approach would be more suitable. A quick fix I can think of right now though would be to use a 5 column grid, make the text div takes up 3 columns (using column span) and the image div 2 columns. Make sure the overflow is hidden on the section! Now do know that since we tell our image it needs to be 50vw part of it will be invisible so when setting 50% 50% on your position this will be a bit off. Also this is 60%-40% of your page width not the full screen width. But I hope this helps you a bit. If you find a better solution feel free to share, since we are all here to learn and improve ;)

    • @OscarObians
      @OscarObians 2 года назад

      @@TinyTechTalks Thank you for your detailed response. I'll be sure to experiment and see what works. As you mentioned, a different approach might be more suitable. Maybe with flexbox. Thanks again. Love your tutorials.

  •  2 года назад

    This is fantastic! Please do more

  • @cokidevssiregar2474
    @cokidevssiregar2474 2 года назад

    i love the way you explained and approach with oxygen builder in every video you made... Thank you,,, love this much

  • @vcodev108
    @vcodev108 2 года назад

    awesome, please make more of such interesting vids

  • @souravmondal-dc9cu
    @souravmondal-dc9cu 3 года назад

    very useful video

  • @eucalyptech
    @eucalyptech 3 года назад

    Thank you Cynthia for sharing this nice tutorial !

  • @thorsten-roever
    @thorsten-roever 3 года назад

    Hi Cynthia thank you for this well structured tutorial

  • @suzannebaker8053
    @suzannebaker8053 3 года назад

    Great explanation, thank you!

  • @mateuszb4387
    @mateuszb4387 3 года назад

    these great, great Oxygen tutorials are raining cats and dogs lately, and I looooove it! It shows how Oxygen works as a learning tool, because the CSS, JS, and WP level of the Oxygen community is growing rapidly IMO

    • @TinyTechTalks
      @TinyTechTalks 3 года назад

      Thank you! And I agree, there are some great other channels with amazing Oxygen content out there!

  • @maythe4thBwithU
    @maythe4thBwithU 3 года назад

    Nicely done thank you

  • @martynpage4823
    @martynpage4823 3 года назад

    I was starting to think this would be the start of something great....but the videos died out....?

    • @TinyTechTalks
      @TinyTechTalks 3 года назад

      Hey Martyn, I got caught up with starting my own agency. However with the release of Oxygen 3.9 amazing upcoming release of 4.0, there will be some new content coming soon! Also if you have any request of what you would like to see, feel free to share ;)!

  • @I.76
    @I.76 3 года назад

    Thank you very much, this was helpful❤️

  • @patriotact3729
    @patriotact3729 3 года назад

    Thanks for this video. Subscribed 👌✔

  • @GrantSpoon
    @GrantSpoon 3 года назад

    Very nice. I learned some things. Please do more vids.