How to Create Mobile Responsive Table on WordPress Without Plugins

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

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

  • @yogeshwaranravi
    @yogeshwaranravi 3 ปีที่แล้ว +3

    From this video I'm learning, if I learn css and html. I can customize my website to my likes.

  • @denisnevesdearaujo8768
    @denisnevesdearaujo8768 3 ปีที่แล้ว +3

    Your content rocks, man! Cheers!

    • @JackCao
      @JackCao  3 ปีที่แล้ว

      Thank you! Glad you like them! 🙏

  • @akashgautam2973
    @akashgautam2973 3 ปีที่แล้ว +1

    Thanks for explaining in a simple way.👍

  • @phatmanner
    @phatmanner 3 ปีที่แล้ว

    Thank you for helping me. Awesome video.

  • @ichechiecknteogwuija4641
    @ichechiecknteogwuija4641 2 ปีที่แล้ว +1

    Really helpful. My theme had the option for a table that converts the row into a column but it was not a good option for a comparison post where you want readers to see each row side-by-side with a column. Thanks

  • @newboere
    @newboere 2 ปีที่แล้ว

    Thank you you are a hero!

  • @IslalamicTalks
    @IslalamicTalks 6 หลายเดือนก่อน

    One of the best video ❤
    Like + Subscribe Done
    Thank You (Watching it from Pakistan 🇵🇰)
    Wasted so much time in useless videos but your video worth it. Again Thanks a lot ❣️

  • @SeyitKaya-x4b
    @SeyitKaya-x4b ปีที่แล้ว

    Thank you! Is there a guide to keep the structure of the table and put the columns underneath each other in the mobile version?

  • @D3VL0PR
    @D3VL0PR 6 หลายเดือนก่อน

    thanks man!

  • @jswift4240
    @jswift4240 2 หลายเดือนก่อน

    Hi, how could I put a search bar or filter in top of the table?😊

  • @timbaggaley
    @timbaggaley 2 ปีที่แล้ว +1

    I'm using the Genesis framework with the Genesis One-Pager child. Building a table by hand-code and following your video. When I get to put the data headings in in html, Gutenberg spits its dummy out and wants to 'attempt a block recovery'. Shame because it was looking good until then.

  • @MsTylil
    @MsTylil 3 ปีที่แล้ว

    hi any suggestion how to create collapse table row in wordpress? TIA

  • @sachinsaagar7531
    @sachinsaagar7531 3 ปีที่แล้ว +1

    Jack before hitting publishing if i see preview option of using mobile or simple click inspect and click mobile. Responsiveness is different.
    And when i publish and hit mobile via customize option (theme) mobile preview or "inspect "of publishing content page then click mobile
    In both case responsiveness is showing different.
    In first case mobile responsiveness is showing poor. After publishing mobile responsiveness is showing correct.
    What should i choose to check?

    • @JackCao
      @JackCao  3 ปีที่แล้ว

      Always refer to the live site (or the preview page), and resize your browser to the smallest width (this represents the mobile view). Never trust the view from the WordPress editor.

  • @SeongHyukPark
    @SeongHyukPark ปีที่แล้ว

    what if I make more than one table in my blog. doesn't the css code of the previous table crash with the newly created table css code?

  • @billfloros1550
    @billfloros1550 ปีที่แล้ว

    I want to display a table with data that visitors will post.
    Any idea for the simplest method?

  • @patsymutiso
    @patsymutiso 16 วันที่ผ่านมา

    What if I don't want any wrapping on a specific column?

  • @evindejesusvisuals6407
    @evindejesusvisuals6407 3 ปีที่แล้ว +1

    What if I want to have the table scroll horizontal on mobile? It only works if I mess with the html code but if I do that then it breaks the table block to a html block

    • @JackCao
      @JackCao  3 ปีที่แล้ว

      The table block from the WordPress editor is scrollable horizontally on mobile by default.

    • @evindejesusvisuals6407
      @evindejesusvisuals6407 3 ปีที่แล้ว +1

      @@JackCao not really it stacks

    • @evindejesusvisuals6407
      @evindejesusvisuals6407 3 ปีที่แล้ว

      Maybe my theme is just messing with the code. But I don't want to change the theme so I guess I'm stuck

    • @yoyotaka14
      @yoyotaka14 2 ปีที่แล้ว

      Wp tablet builder plugin...

  • @aurematic
    @aurematic 3 ปีที่แล้ว +2

    So the way to make a Gutenberg page responsive is to know how to edit HTML and CSS... that's why Gutenberg is not there yet.
    Elementor is WAAAAAAAAY easier than Gutenberg.

    • @JackCao
      @JackCao  3 ปีที่แล้ว +1

      Lol! This is just for tables. Try making this mobile responsive table on Elementor. Bet you can't too. Lol!

    • @saadjamil1761
      @saadjamil1761 2 ปีที่แล้ว

      @@JackCao where are the options for making blocks responisive? Can you please help? thanks

  • @kartikgaur1409
    @kartikgaur1409 2 ปีที่แล้ว

    I WANT TO MAKE TABLE RESPONSIVE BUT I CAN'T COULD YOU PLEASE HELP ME

  • @cooltechandmore
    @cooltechandmore 3 ปีที่แล้ว +1

    very misleading i thought you were going to select from the db not type in values

  • @mrehmanjaved
    @mrehmanjaved ปีที่แล้ว

    Need Help

  • @kosovacoin--tothemoon634
    @kosovacoin--tothemoon634 7 หลายเดือนก่อน

    Or like this it worked fine for me:
    @media (max-width: 767px) {
    table {
    overflow-x: auto;
    display: block;
    }
    th, td {
    min-width: 100px;
    font-size: 12px; /* Adjust the font size as needed */
    }
    }

  • @kamolvideozone
    @kamolvideozone 2 ปีที่แล้ว +1

    Thank you for helping me. Awesome video.